J2EEDeployedObjectpublic interface J2EEDeployedObject implements J2EEManagedObject, StateManageable
Methods Summary |
---|
public J2EEServer | getServer()
| public java.lang.String | getdeploymentDescriptor()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.String | getserver()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.
|
|