FileDocCategorySizeDatePackage
J2EEDeployedObject.javaAPI DocGlassfish v2 API2884Fri May 04 22:30:50 BST 2007com.sun.appserv.management.j2ee

J2EEDeployedObject

public interface J2EEDeployedObject implements J2EEManagedObject, StateManageable

Fields Summary
Constructors Summary
Methods Summary
public J2EEServergetServer()

public java.lang.StringgetdeploymentDescriptor()
The deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process.

Note that the Attribute name is case-sensitive "deploymentDescriptor" as defined by JSR 77.

public java.lang.Stringgetserver()
The J2EEServer this module is deployed on. Get the ObjectNames, as String.

Note that the Attribute name is case-sensitive "server" as defined by JSR 77.

return
the ObjectName of the server, as a String