Interface J2EEApplicationMBean
- All Superinterfaces:
J2EEDeployedObjectMBean
,J2EEManagedObjectMBean
- All Known Implementing Classes:
J2EEApplication
Identifies a J2EE application EAR that has been deployed.
-
Method Summary
Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEDeployedObjectMBean
getdeploymentDescriptor, getserver
Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBean
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
-
Method Details
-
getmodules
String[] getmodules()A list of J2EEModules that comprise this application. For each J2EE module that is utilized by this application, there must be one J2EEModule OBJECT_NAME in the modules list that identifies it.
-