org.apache.geronimo.corba
Class Adapter
java.lang.Object
org.apache.geronimo.corba.Adapter
- All Implemented Interfaces:
- RefGenerator
- Direct Known Subclasses:
- AdapterEntity, AdapterStateful, AdapterStateless
public abstract class Adapter
- extends Object
- implements RefGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Adapter
protected Adapter(TSSLink tssLink,
ORB orb,
POA parentPOA,
Policy securityPolicy)
throws CORBAException
- Throws:
CORBAException
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-2007 Apache Software Foundation. All Rights Reserved.