org.openejb
Class EJBModuleImpl

java.lang.Object
  extended byorg.openejb.EJBModuleImpl
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle

public class EJBModuleImpl
extends Object
implements org.apache.geronimo.gbean.GBeanLifecycle

Version:
$Revision: 1.6 $ $Date: 2004/06/05 07:53:22 $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
EJBModuleImpl(org.apache.geronimo.kernel.Kernel kernel, String objectName, org.apache.geronimo.j2ee.management.J2EEServer server, org.apache.geronimo.j2ee.management.J2EEApplication application, String deploymentDescriptor, org.tranql.query.ConnectionFactoryDelegate delegate, ConnectionProxyFactory connectionFactory)
           
 
Method Summary
 void doFail()
           
 void doStart()
           
 void doStop()
           
 String getApplication()
           
 String getDeploymentDescriptor()
           
 String[] getEJBs()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 String[] getJavaVMs()
           
 String getServer()
           
 
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

EJBModuleImpl

public EJBModuleImpl(org.apache.geronimo.kernel.Kernel kernel,
                     String objectName,
                     org.apache.geronimo.j2ee.management.J2EEServer server,
                     org.apache.geronimo.j2ee.management.J2EEApplication application,
                     String deploymentDescriptor,
                     org.tranql.query.ConnectionFactoryDelegate delegate,
                     ConnectionProxyFactory connectionFactory)
Method Detail

getDeploymentDescriptor

public String getDeploymentDescriptor()

getServer

public String getServer()

getApplication

public String getApplication()

getJavaVMs

public String[] getJavaVMs()

getEJBs

public String[] getEJBs()
                 throws javax.management.MalformedObjectNameException
Throws:
javax.management.MalformedObjectNameException

doStart

public void doStart()
             throws org.apache.geronimo.gbean.WaitingException,
                    Exception
Specified by:
doStart in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
org.apache.geronimo.gbean.WaitingException
Exception

doStop

public void doStop()
            throws org.apache.geronimo.gbean.WaitingException,
                   Exception
Specified by:
doStop in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
org.apache.geronimo.gbean.WaitingException
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-2005 OpenEJB. All Rights Reserved.