Class J2EEDeployedObject

java.lang.Object
com.ibm.websphere.management.j2ee.J2EEManagedObject
com.ibm.websphere.management.j2ee.J2EEDeployedObject
All Implemented Interfaces:
J2EEDeployedObjectMBean, J2EEManagedObjectMBean
Direct Known Subclasses:
J2EEApplication, J2EEModule

public abstract class J2EEDeployedObject extends J2EEManagedObject implements J2EEDeployedObjectMBean
  • Method Details

    • getdeploymentDescriptor

      public abstract String getdeploymentDescriptor()
      Description copied from interface: J2EEDeployedObjectMBean
      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.
      Specified by:
      getdeploymentDescriptor in interface J2EEDeployedObjectMBean
    • getserver

      public String getserver()
      Description copied from interface: J2EEDeployedObjectMBean
      The J2EE server the application or module is deployed on.
      Specified by:
      getserver in interface J2EEDeployedObjectMBean