org.openejb.corba
Class Server
java.lang.Object
|
+--org.openejb.corba.Server
- public class Server
- extends java.lang.Object
This class is the main part of the OpenEJB Server over CORBA. It creates all containers, adapters and proxy.
Method Summary |
static ContainerAdapter |
getContainerAdapter(byte[] corba_id)
This operation returns the Container Adapter associated to a bean / home. |
static org.omg.CORBA.ORB |
getORB()
Return the ORB reference |
static org.omg.PortableServer.POA |
getPOA()
Return the root POA reference |
static org.omg.CORBA.ORB |
initialize(java.lang.String[] args)
The server entry point. |
static void |
initialize(java.lang.String[] args,
org.omg.CORBA.ORB neworb)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server
public Server()
initialize
public static org.omg.CORBA.ORB initialize(java.lang.String[] args)
throws OpenEJBException
- The server entry point.
initialize
public static void initialize(java.lang.String[] args,
org.omg.CORBA.ORB neworb)
throws OpenEJBException
main
public static void main(java.lang.String[] args)
getORB
public static org.omg.CORBA.ORB getORB()
- Return the ORB reference
getPOA
public static org.omg.PortableServer.POA getPOA()
- Return the root POA reference
getContainerAdapter
public static ContainerAdapter getContainerAdapter(byte[] corba_id)
- This operation returns the Container Adapter associated to a bean / home.