Interface DeploymentMBean

  • All Superinterfaces:
    DeploymentMBean

    public interface DeploymentMBean
    extends DeploymentMBean

    The DeploymentMBean interface defines deployment-related management operations. Using the DeploymentMBean a management client may install and remove deployment unit jar files in to and out from the SLEE, obtain lists and/or descriptors of the various types of components installed in the SLEE, and generate dependency graphs of the installed components.

    Unless otherwise stated, all methods that take one or more ComponentID as an argument will follow the links contained by linked and shadowed components recursively when determining the actual component(s) to apply the operation to. For example, if a linked component is given as an argument to the deploy(ComponentID) method, the target of the linked component will be that which is deployed.