Package org.jacorb.test

Examples of org.jacorb.test.AMI_ComplexTimingServerHandlerPOATie


        }
    }

    private AMI_ComplexTimingServerHandler ref (ReplyHandler handler)
    {
        AMI_ComplexTimingServerHandlerPOATie tie =
            new AMI_ComplexTimingServerHandlerPOATie (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 org.jacorb.test.AMI_ComplexTimingServerHandlerPOATie

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.