org.openejb.corba
Class CORBABean
java.lang.Object
org.openejb.corba.CORBABean
- All Implemented Interfaces:
- org.apache.geronimo.gbean.GBeanLifecycle, ORBRef
- public class CORBABean
- extends Object
- implements org.apache.geronimo.gbean.GBeanLifecycle, ORBRef
- Version:
- $Revision: 446200 $ $Date: 2006-05-24 19:17:41 +0200 (Wed, 24 May 2006) $
Field Summary |
static org.apache.geronimo.gbean.GBeanInfo |
GBEAN_INFO
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
CORBABean
public CORBABean()
CORBABean
public CORBABean(String configAdapter,
ClassLoader classLoader,
EDU.oswego.cs.dl.util.concurrent.Executor threadPool)
throws ClassNotFoundException,
IllegalAccessException,
InstantiationException
getTssConfig
public TSSConfig getTssConfig()
setTssConfig
public void setTssConfig(TSSConfig config)
getORB
public ORB getORB()
- Specified by:
getORB
in interface ORBRef
getHandleDelegate
public javax.ejb.spi.HandleDelegate getHandleDelegate()
getRootPOA
public POA getRootPOA()
getArgs
public ArrayList getArgs()
setArgs
public void setArgs(ArrayList args)
getProps
public Properties getProps()
setProps
public void setProps(Properties props)
getListenAddress
public InetSocketAddress getListenAddress()
doStart
public void doStart()
throws Exception
- Specified by:
doStart
in interface org.apache.geronimo.gbean.GBeanLifecycle
- Throws:
Exception
doStop
public void doStop()
throws Exception
- Specified by:
doStop
in interface org.apache.geronimo.gbean.GBeanLifecycle
- Throws:
Exception
doFail
public void doFail()
- Specified by:
doFail
in interface org.apache.geronimo.gbean.GBeanLifecycle
getGBeanInfo
public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
Copyright © 1999-2006 OpenEJB. All Rights Reserved.