Interface J2EEApplicationMBean
-
- All Superinterfaces:
J2EEDeployedObjectMBean
,J2EEManagedObjectMBean
- All Known Implementing Classes:
J2EEApplication
public interface J2EEApplicationMBean extends J2EEDeployedObjectMBean
Identifies a J2EE application EAR that has been deployed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getmodules()
A list of J2EEModules that comprise this application.-
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
-
-