org.apache.geronimo.corba
Class AdapterStateful

java.lang.Object
  extended by org.apache.geronimo.corba.Adapter
      extended by org.apache.geronimo.corba.AdapterStateful
All Implemented Interfaces:
RefGenerator

public class AdapterStateful
extends Adapter


Nested Class Summary
protected  class AdapterStateful.ObjectActivator
           
 
Field Summary
 
Fields inherited from class org.apache.geronimo.corba.Adapter
deployment, home_id, homePOA, homeReference, initialContext, orb, tssLink
 
Constructor Summary
AdapterStateful(TSSLink tssLink, ORB orb, POA parentPOA, Policy securityPolicy)
           
 
Method Summary
 Object genObjectReference(Object primaryKey)
           
 POA getPOA()
           
 void stop()
           
 
Methods inherited from class org.apache.geronimo.corba.Adapter
genHomeReference, getDeployment, 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(TSSLink tssLink,
                       ORB orb,
                       POA parentPOA,
                       Policy securityPolicy)
                throws CORBAException
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(Object primaryKey)
                          throws CORBAException
Throws:
CORBAException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.