|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.j2ee.management.impl.J2EEAppClientModuleImpl
public class J2EEAppClientModuleImpl
Field Summary | |
---|---|
static GBeanInfo |
GBEAN_INFO
|
Constructor Summary | |
---|---|
J2EEAppClientModuleImpl(String objectName,
J2EEServer server,
J2EEApplication application,
String deploymentDescriptor,
ClassLoader classLoader)
|
Method Summary | |
---|---|
String |
getApplication()
|
ClassLoader |
getClassLoader()
|
String |
getDeploymentDescriptor()
The deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process. |
static GBeanInfo |
getGBeanInfo()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final GBeanInfo GBEAN_INFO
Constructor Detail |
---|
public J2EEAppClientModuleImpl(String objectName, J2EEServer server, J2EEApplication application, String deploymentDescriptor, ClassLoader classLoader)
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 ClassLoader getClassLoader()
public static GBeanInfo getGBeanInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |