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 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.