public class RootOA extends OA
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ROOT_NAME |
_defaultAdapterName, _oaName, _postOAInitProperty, _postOAShutdown, _preOAInitProperty, _preOAShutdown| Modifier and Type | Method and Description |
|---|---|
Object |
corbaReference(Servant obj) |
void |
destroy()
Destroy this root POA and all of its children
|
boolean |
objectIsReady(Servant obj) |
boolean |
objectIsReady(Servant obj,
byte[] id)
Register the object with the ORB.
|
boolean |
shutdownObject(Object obj)
Dispose of the object, i.e., unregister it from the ORB.
|
boolean |
shutdownObject(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 String DEFAULT_ROOT_NAME
public void destroy()
throws SystemException
destroy in class OASystemExceptionpublic Object corbaReference(Servant obj)
corbaReference in class OApublic boolean objectIsReady(Servant obj, byte[] id) throws SystemException
OAobjectIsReady in class OASystemExceptionpublic boolean objectIsReady(Servant obj) throws SystemException
objectIsReady in class OASystemExceptionpublic boolean shutdownObject(Object obj)
OAshutdownObject in class OApublic boolean shutdownObject(Servant obj)
shutdownObject in class OACopyright © 2013 JBoss by Red Hat. All Rights Reserved.