org.openejb.corba
Class Adapter

java.lang.Object
  extended byorg.openejb.corba.Adapter
All Implemented Interfaces:
RefGenerator
Direct Known Subclasses:
AdapterEntity, AdapterStateful, AdapterStateless

public abstract class Adapter
extends Object
implements RefGenerator

Version:
$Revision: 445821 $ $Date: 2005-12-05 22:31:12 +0100 (Mon, 05 Dec 2005) $

Field Summary
protected  POA homePOA
           
protected  ORB orb
           
 
Constructor Summary
protected Adapter(EJBContainer container, ORB orb, POA parentPOA, Policy securityPolicy)
           
 
Method Summary
 Object genHomeReference(ProxyInfo proxyInfo)
           
 EJBContainer getContainer()
           
 Object getHomeReference()
           
 NamingContextExt getInitialContext()
           
 ORB getOrb()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openejb.corba.RefGenerator
genObjectReference
 

Field Detail

homePOA

protected final POA homePOA

orb

protected final ORB orb
Constructor Detail

Adapter

protected Adapter(EJBContainer container,
                  ORB orb,
                  POA parentPOA,
                  Policy securityPolicy)
           throws CORBAException
Method Detail

getContainer

public EJBContainer getContainer()

getInitialContext

public NamingContextExt getInitialContext()

getHomeReference

public Object getHomeReference()

getOrb

public ORB getOrb()

stop

public void stop()
          throws CORBAException
Throws:
CORBAException

genHomeReference

public Object genHomeReference(ProxyInfo proxyInfo)
                        throws CORBAException
Specified by:
genHomeReference in interface RefGenerator
Throws:
CORBAException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.