public class ChildOA extends OA
_defaultAdapterName, _oaName, _postOAInitProperty, _postOAShutdown, _preOAInitProperty, _preOAShutdown| Modifier and Type | Method and Description |
|---|---|
org.omg.CORBA.Object |
corbaReference(org.omg.PortableServer.Servant obj) |
void |
destroy() |
boolean |
objectIsReady(org.omg.PortableServer.Servant obj) |
boolean |
objectIsReady(org.omg.PortableServer.Servant obj,
byte[] id)
Register the object with the ORB.
|
boolean |
setRootPoa(org.omg.PortableServer.POA thePOA)
Set the Root POA represented by this ChildOA class
|
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 boolean setRootPoa(org.omg.PortableServer.POA thePOA)
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