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. |
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". |
ORB_PCO_MANAGER_RFILE
public static final java.lang.String ORB_PCO_MANAGER_RFILE
- Location of reference file advertised by PCO handler.
PcoManagerImpl
public PcoManagerImpl()
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.