Calypso Gateway v1.0

codec
Class CodecObject

java.lang.Object
  |
  +--codec.CodecObject

public final class CodecObject
extends java.lang.Object

Collection of all Calypso Gateway objects.


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

Field Detail

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.
Constructor Detail

CodecObject

public CodecObject(java.lang.String[] args)
Method Detail

getOrbGeneric

public OrbGeneric getOrbGeneric()

getOrbPcoPool

public OrbPcoPool getOrbPcoPool()

getCorbaObjectPool

public CorbaObjectPool getCorbaObjectPool()

getServantRequestPool

public ServantRequestPool getServantRequestPool()

getClientRequestPool

public ClientRequestPool getClientRequestPool()

Calypso Gateway v1.0