|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iona.corbautil.LabelledPOAManager
Class that associated a label (name) with a POA Manager. The reason for doing this is that some CORBA products provide proprietary capabilities that allow a POA Manager to listen on a fixed port. Such capabilities typically require that the POA manager has a label (name).
Constructor Summary | |
LabelledPOAManager(java.lang.String label,
org.omg.PortableServer.POAManager mgr)
Create a LabelledPOAManager with the specified label and POA Manager |
Method Summary | |
java.lang.String |
label()
Accessor for the label. |
org.omg.PortableServer.POAManager |
mgr()
Accessor for the POA Manager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LabelledPOAManager(java.lang.String label, org.omg.PortableServer.POAManager mgr)
label
- The label.mgr
- The POA Manager.Method Detail |
public java.lang.String label()
public org.omg.PortableServer.POAManager mgr()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |