org.apache.geronimo.corba
Class AdapterEntity

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

public final class AdapterEntity
extends Adapter


Nested Class Summary
protected  class AdapterEntity.ObjectActivator
           
 
Field Summary
 
Fields inherited from class org.apache.geronimo.corba.Adapter
deployment, home_id, homePOA, homeReference, initialContext, orb, tssLink
 
Constructor Summary
AdapterEntity(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

AdapterEntity

public AdapterEntity(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-2007 Apache Software Foundation. All Rights Reserved.