Interface J2EEDeployedObjectMBean
- All Superinterfaces:
J2EEManagedObjectMBean
- All Known Subinterfaces:
AppClientModuleMBean
,EJBModuleMBean
,J2EEApplicationMBean
,J2EEModuleMBean
,ResourceAdapterModuleMBean
,WebModuleMBean
- All Known Implementing Classes:
J2EEApplication
,J2EEDeployedObject
,J2EEModule
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
Modifier and TypeMethodDescriptionThe deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process.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 Details
-
getdeploymentDescriptor
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
String getserver()The J2EE server the application or module is deployed on.
-