Package bugjac511a.bugjac511b

Examples of bugjac511a.bugjac511b.AMI_BugJac511ServerHandlerPOATie


        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() );
    }
View Full Code Here

TOP

Related Classes of bugjac511a.bugjac511b.AMI_BugJac511ServerHandlerPOATie

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.