Calypso Gateway v1.0

codec.export
Class PcoManagerImpl

codec.export.PcoManagerImpl

public final class PcoManagerImpl


Field Summary
static java.lang.String ORB_PCO_MANAGER_RFILE
          Location of reference file advertised by PCO handler.
 
Constructor Summary
PcoManagerImpl()
           
 
Method Summary
 void deregister(java.lang.String pcoName)
          Remove PCO instance and IOR file associated with it.
 void register(java.lang.String pcoName, java.lang.String refFileName)
          Create new PCO instance "pcoName" and advertise its presence to the world by saving its IOR to "refFileName".
 

Field Detail

ORB_PCO_MANAGER_RFILE

public static final java.lang.String ORB_PCO_MANAGER_RFILE
Location of reference file advertised by PCO handler.
Constructor Detail

PcoManagerImpl

public PcoManagerImpl()
Method Detail

register

public void register(java.lang.String pcoName,
                     java.lang.String refFileName)
Create new PCO instance "pcoName" and advertise its presence to the world by saving its IOR to "refFileName". In case PCO instance with the same name already exists, it is replaced by a new one and warning message is displayed.

deregister

public void deregister(java.lang.String pcoName)
Remove PCO instance and IOR file associated with it.

Calypso Gateway v1.0