org.openejb.corba
Class CORBABean

java.lang.Object
  extended byorg.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
           
 
Constructor Summary
CORBABean()
           
CORBABean(String configAdapter, ClassLoader classLoader, EDU.oswego.cs.dl.util.concurrent.Executor threadPool)
           
 
Method Summary
 void doFail()
           
 void doStart()
           
 void doStop()
           
 ArrayList getArgs()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 javax.ejb.spi.HandleDelegate getHandleDelegate()
           
 InetSocketAddress getListenAddress()
           
 ORB getORB()
           
 Properties getProps()
           
 POA getRootPOA()
           
 TSSConfig getTssConfig()
           
 void setArgs(ArrayList args)
           
 void setProps(Properties props)
           
 void setTssConfig(TSSConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

CORBABean

public CORBABean()

CORBABean

public CORBABean(String configAdapter,
                 ClassLoader classLoader,
                 EDU.oswego.cs.dl.util.concurrent.Executor threadPool)
          throws ClassNotFoundException,
                 IllegalAccessException,
                 InstantiationException
Method Detail

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.