org.apache.geronimo.corba
Class Adapter

java.lang.Object
  extended by org.apache.geronimo.corba.Adapter
All Implemented Interfaces:
RefGenerator
Direct Known Subclasses:
AdapterEntity, AdapterStateful, AdapterStateless

public abstract class Adapter
extends Object
implements RefGenerator


Field Summary
protected  EjbDeployment deployment
           
protected  byte[] home_id
           
protected  POA homePOA
           
protected  Object homeReference
           
protected  NamingContextExt initialContext
           
protected  ORB orb
           
protected  TSSLink tssLink
           
 
Constructor Summary
protected Adapter(TSSLink tssLink, ORB orb, POA parentPOA, Policy securityPolicy)
           
 
Method Summary
 Object genHomeReference()
           
 EjbDeployment getDeployment()
           
 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.apache.geronimo.corba.RefGenerator
genObjectReference
 

Field Detail

deployment

protected final EjbDeployment deployment

homePOA

protected final POA homePOA

orb

protected final ORB orb

initialContext

protected final NamingContextExt initialContext

home_id

protected final byte[] home_id

homeReference

protected final Object homeReference

tssLink

protected final TSSLink tssLink
Constructor Detail

Adapter

protected Adapter(TSSLink tssLink,
                  ORB orb,
                  POA parentPOA,
                  Policy securityPolicy)
           throws CORBAException
Throws:
CORBAException
Method Detail

getDeployment

public EjbDeployment getDeployment()

getInitialContext

public NamingContextExt getInitialContext()

getHomeReference

public Object getHomeReference()

getOrb

public ORB getOrb()

stop

public void stop()
          throws CORBAException
Throws:
CORBAException

genHomeReference

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


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