Interface J2EEDeployedObjectMBean
-
- All Superinterfaces:
J2EEManagedObjectMBean
- All Known Subinterfaces:
AppClientModuleMBean
,EJBModuleMBean
,J2EEApplicationMBean
,J2EEModuleMBean
,ResourceAdapterModuleMBean
,WebModuleMBean
- All Known Implementing Classes:
J2EEApplication
,J2EEDeployedObject
,J2EEModule
public interface J2EEDeployedObjectMBean extends J2EEManagedObjectMBean
The base model for J2EEApplication and J2EEModule. All J2EEDeployedObject managed objects contain the original XML deployment descriptor that was created for the application or module during the deployment process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getdeploymentDescriptor()
The deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process.java.lang.String
getserver()
The J2EE server the application or module is deployed on.-
Methods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBean
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
-
-
-
-
Method Detail
-
getdeploymentDescriptor
java.lang.String getdeploymentDescriptor()
The deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process. The deploymentDescriptor attribute must provide a full deployment descriptor based on any partial deployment descriptor plus deployment annotations.
-
getserver
java.lang.String getserver()
The J2EE server the application or module is deployed on.
-
-