public class NetActCORBAServer
extends java.lang.Thread
| Constructor and Description |
|---|
NetActCORBAServer(java.util.Properties propsFile)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
activateObject(org.omg.PortableServer.POA rootpoa,
org.omg.PortableServer.Servant serv)
Given a POA and Servant, activates the POA object
|
org.omg.CORBA.Object |
getObjRef(org.omg.PortableServer.POA rootpoa,
byte[] oid)
Given a POA and an object id, gets the object reference
|
org.omg.PortableServer.POA |
getRootPOA(org.omg.CORBA.ORB orb)
Given an ORB, gets its root POA
|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic NetActCORBAServer(java.util.Properties propsFile)
propsFile - Properties file namepublic void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic byte[] activateObject(org.omg.PortableServer.POA rootpoa,
org.omg.PortableServer.Servant serv)
rootpoa - POA objectserv - Servant objectpublic org.omg.PortableServer.POA getRootPOA(org.omg.CORBA.ORB orb)
orb - ORB objectpublic org.omg.CORBA.Object getObjRef(org.omg.PortableServer.POA rootpoa,
byte[] oid)
rootpoa - POA objectoid - Object id, in byte[]