|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.openejb.EjbModuleImpl
public class EjbModuleImpl
Constructor Summary | |
---|---|
EjbModuleImpl(String objectName,
J2EEServer server,
J2EEApplication application,
String deploymentDescriptor,
Collection<? extends EJB> ejbs,
ClassLoader classLoader,
OpenEjbSystem openEjbSystem,
org.apache.openejb.assembler.classic.EjbJarInfo ejbJarInfo)
|
Method Summary | |
---|---|
String |
getApplication()
|
String |
getDeploymentDescriptor()
The deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process. |
String[] |
getEjbs()
A list of EJBs included in this EJB JAR |
String[] |
getJavaVMs()
A list of JVMs this module is running on. |
String |
getObjectName()
Gets the unique name of this object. |
String |
getServer()
The J2EE server the application or module is deployed on. |
boolean |
isEventProvider()
Determines if this object implemnts the event provider type defined in the J2EE Management specification. |
boolean |
isStateManageable()
Determines if this object implements the state manageable type defined in the J2EE Management specification. |
boolean |
isStatisticsProvider()
Determines if this object implemnts the statistics provider type defined in the J2EE Management specification. |
protected void |
start()
|
protected void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EjbModuleImpl(String objectName, J2EEServer server, J2EEApplication application, String deploymentDescriptor, Collection<? extends EJB> ejbs, ClassLoader classLoader, OpenEjbSystem openEjbSystem, org.apache.openejb.assembler.classic.EjbJarInfo ejbJarInfo)
Method Detail |
---|
public String getObjectName()
J2EEManagedObject
getObjectName
in interface J2EEManagedObject
public boolean isStateManageable()
J2EEManagedObject
isStateManageable
in interface J2EEManagedObject
public boolean isStatisticsProvider()
J2EEManagedObject
isStatisticsProvider
in interface J2EEManagedObject
public boolean isEventProvider()
J2EEManagedObject
isEventProvider
in interface J2EEManagedObject
public String getDeploymentDescriptor()
J2EEDeployedObject
getDeploymentDescriptor
in interface J2EEDeployedObject
public String getServer()
J2EEDeployedObject
getServer
in interface J2EEDeployedObject
public String getApplication()
public String[] getJavaVMs()
J2EEModule
getJavaVMs
in interface J2EEModule
public String[] getEjbs()
EJBModule
getEjbs
in interface EJBModule
protected void start() throws Exception
Exception
protected void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |