KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > portable > InvokeHandler > Top Examples

  • org.jacorb.orb.ReplyReceiver
    A special ReplyPlaceholder that receives replies to normal requests, either synchronously or asynchronously. A ReplyReceiver handles all ORB-internal work that needs to be done for the reply, such as checking for exceptions and invoking the interceptors. The client stub can either do a blocking w ...
  • org.jacorb.orb.ORB
    @author Gerald Brose, FU Berlin @version $Id: ORB.java,v 1.124 2005/06/01 19:55:19 brose Exp $
  • org.jacorb.poa.RequestProcessor
    This thread performs the request processing, the actual method invocation and it returns the ServerRequest object to the ORB. @author Reimo Tiedemann, FU Berlin @version $Id: RequestProcessor.java,v 1.31 2004/12/11 22:31:34 andre.spiegel Exp $
  • org.jboss.proxy.ejb.EjbObjectCorbaServant
    CORBA servant class for the <code>EJBObject</code>s of a given bean. An instance of this class "implements" the bean's set of <code>EJBObject</code> instances by forwarding to the bean container all IIOP invocations on any of the bean's <code>EJBObject</code>s. ...
  • org.jboss.test.iiop.interfaces.IdlInterfacePOA
    org/jboss/test/iiop/interfaces/IdlInterfacePOA.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from IdlInterface.idl Tuesday, October 21, 2003 3:27:17 PM BRST
Popular Tags