Examples of effective_target()


Examples of org.jacorb.orb.portableInterceptor.ClientRequestInfoImpl.effective_target()

        public void send_request( org.omg.PortableInterceptor.ClientRequestInfo ri )
            throws org.omg.PortableInterceptor.ForwardRequest
        {
            ClientRequestInfoImpl cr = (ClientRequestInfoImpl)ri;

            assertTrue (((org.omg.CORBA.portable.ObjectImpl)cr.effective_target())._is_local());

        }

        public void send_poll( org.omg.PortableInterceptor.ClientRequestInfo ri )
        {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.