|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--codec.pco.OrbPcoPool
Class for handling PCO objects. It registers and deregisters PCOs supplied by PcoManagerImpl.
Field Summary | |
private java.util.Map |
objects
Pool of PCO objects. |
Constructor Summary | |
OrbPcoPool()
|
Method Summary | |
void |
deregister(java.lang.String pcoName)
Remove PCO instance identified by PCO name. |
OrbPco |
getObject(java.lang.String pcoName)
Retrieve registered object identified by "pcoName" from pool. |
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". |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.Map objects
Constructor Detail |
public OrbPcoPool()
Method Detail |
public OrbPco getObject(java.lang.String pcoName)
null
in case no such "pcoName" is registered.public void register(java.lang.String pcoName, java.lang.String refFileName)
public void deregister(java.lang.String pcoName)
|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |