org.openejb.corba
Class AdapterStateful

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

public class AdapterStateful
extends Adapter

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

Nested Class Summary
protected  class AdapterStateful.ObjectActivator
           
 
Field Summary
 
Fields inherited from class org.openejb.corba.Adapter
homePOA, orb
 
Constructor Summary
AdapterStateful(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

AdapterStateful

public AdapterStateful(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.