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.

Author:
Jerome DANIEL ( jdaniel@intalio.com )

Constructor Summary
Server()
           
 
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
 

Constructor Detail

Server

public Server()
Method Detail

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.


Copyright © 2002 OpenEJB Group. All Rights Reserved. http://openejb.sourceforge.net