KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.jacorb.orb.Delegate
    JacORB implementation of CORBA object reference @author Gerald Brose @version $Id: Delegate.java,v 1.111 2005/04/22 13:19:48 andre.spiegel Exp $
  • 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.jboss.proxy.ejb.DynamicIIOPStub
    Dynamically generated IIOP stub classes extend this abstract superclass, which extends <code>javax.rmi.CORBA.Stub</code>. A <code>DynamicIIOPStub</code> is a local proxy of a remote object. It has methods (<code>invoke()</code>, <code>invokeBoolean()</ ...
Popular Tags