private void delayDoit2b( final int code, final String message )
{
try
{
TodoManager.addTodo( new Todo()
{
public void doit( TodoManager mgr ) throws Exception
{
StructValue req = new StructValue( MyValueFactoryCuae._mt_etch_examples_cuae_Cuae_ReqWithMessage, vf );
req.put( MyValueFactoryCuae._mf_code, code );