public class RootOA extends OA
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ROOT_NAME |
_defaultAdapterName, _oaName, _postOAInitProperty, _postOAShutdown, _preOAInitProperty, _preOAShutdown| Modifier and Type | Method and Description |
|---|---|
org.omg.CORBA.Object |
corbaReference(org.omg.PortableServer.Servant obj) |
void |
destroy()
Destroy this root POA and all of its children
|
boolean |
objectIsReady(org.omg.PortableServer.Servant obj) |
boolean |
objectIsReady(org.omg.PortableServer.Servant obj,
byte[] id)
Register the object with the ORB.
|
boolean |
shutdownObject(org.omg.CORBA.Object obj)
Dispose of the object, i.e., unregister it from the ORB.
|
boolean |
shutdownObject(org.omg.PortableServer.Servant obj) |
addAttribute, addPostShutdown, addPreShutdown, corbaReference, createPOA, getAssociatedORB, getRootOA, init, initOA, initOA, initPOA, initPOA, performPostInit, performPostSet, performPreInit, poa, rootPoa, run, run, setPOA, setPoapublic static final java.lang.String DEFAULT_ROOT_NAME
public void destroy()
throws org.omg.CORBA.SystemException
public org.omg.CORBA.Object corbaReference(org.omg.PortableServer.Servant obj)
corbaReference in class OApublic boolean objectIsReady(org.omg.PortableServer.Servant obj,
byte[] id)
throws org.omg.CORBA.SystemException
OAobjectIsReady in class OAorg.omg.CORBA.SystemExceptionpublic boolean objectIsReady(org.omg.PortableServer.Servant obj)
throws org.omg.CORBA.SystemException
objectIsReady in class OAorg.omg.CORBA.SystemExceptionpublic boolean shutdownObject(org.omg.CORBA.Object obj)
OAshutdownObject in class OApublic boolean shutdownObject(org.omg.PortableServer.Servant obj)
shutdownObject in class OA