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 SummaryModifier and TypeMethodDescriptionabstract StringThe 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 class com.ibm.websphere.management.j2ee.J2EEManagedObjectgetobjectName, iseventProvider, isstateManageable, isstatisticsProviderMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ibm.websphere.management.j2ee.J2EEManagedObjectMBeangetobjectName, iseventProvider, isstateManageable, isstatisticsProvider
- 
Method Details- 
getdeploymentDescriptorDescription copied from interface:J2EEDeployedObjectMBeanThe 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:
- getdeploymentDescriptorin interface- J2EEDeployedObjectMBean
 
- 
getserverDescription copied from interface:J2EEDeployedObjectMBeanThe J2EE server the application or module is deployed on.- Specified by:
- getserverin interface- J2EEDeployedObjectMBean
 
 
-