codec
Class CodecObject
java.lang.Object
|
+--codec.CodecObject
- public final class CodecObject
- extends java.lang.Object
Collection of all Calypso Gateway objects.
Constructor Summary |
CodecObject(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
orbGeneric
private OrbGeneric orbGeneric
- CORBA ORB Manager.
orbPcoPool
private OrbPcoPool orbPcoPool
- Main Gateway PCO handler.
corbaObjectPool
private CorbaObjectPool corbaObjectPool
- Gateway CORBA Object Pool.
servantRequestPool
private ServantRequestPool servantRequestPool
- Manager of responses from asynchronous invocations.
clientRequestPool
private ClientRequestPool clientRequestPool
- Registry of client operation invocations.
CodecObject
public CodecObject(java.lang.String[] args)
getOrbGeneric
public OrbGeneric getOrbGeneric()
getOrbPcoPool
public OrbPcoPool getOrbPcoPool()
getCorbaObjectPool
public CorbaObjectPool getCorbaObjectPool()
getServantRequestPool
public ServantRequestPool getServantRequestPool()
getClientRequestPool
public ClientRequestPool getClientRequestPool()