handler.wait_for_reply(TestUtils.getMediumTimeout());
}
private AMI_BugJac511ServerHandler ref ( AMI_BugJac511ServerHandlerOperations handler )
{
AMI_BugJac511ServerHandlerPOATie tie =
new AMI_BugJac511ServerHandlerPOATie( handler )
{
public org.omg.CORBA.portable.OutputStream
_invoke( String method,
org.omg.CORBA.portable.InputStream _input,
org.omg.CORBA.portable.ResponseHandler handler )
throws org.omg.CORBA.SystemException
{
try
{
return super._invoke( method, _input, handler );
}
catch( AssertionFailedError e )
{
return null;
}
}
};
return tie._this( setup.getClientOrb() );
}