Interface J2EEDeployedObject

    • Method Detail

      • getdeploymentDescriptor

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

      • getserver

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

        Returns:
        the ObjectName of the server, as a String