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 SummaryModifier 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.J2EEManagedObjectMBeangetobjectName, iseventProvider, isstateManageable, isstatisticsProvider
- 
Method Details- 
getdeploymentDescriptorString 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.
- 
getserverString getserver()The J2EE server the application or module is deployed on.
 
-