org.openejb.corba
Class AdapterEntity

java.lang.Object
  extended byorg.openejb.corba.Adapter
      extended byorg.openejb.corba.AdapterEntity
All Implemented Interfaces:
RefGenerator

public final class AdapterEntity
extends Adapter

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

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

Constructor Detail

AdapterEntity

public AdapterEntity(EJBContainer container,
                     ORB orb,
                     POA parentPOA,
                     Policy securityPolicy)
              throws CORBAException
Method Detail

getPOA

public POA getPOA()

stop

public void stop()
          throws CORBAException
Overrides:
stop in class Adapter
Throws:
CORBAException

genObjectReference

public Object genObjectReference(ProxyInfo proxyInfo)
                          throws CORBAException
Throws:
CORBAException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.