Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyDeployedException
This exception is thrown by the
DeploymentMBean.install(java.lang.String) method if an
attempt is made to install a deployable unit or component with the same
identity as an entity already installed in the SLEE. |
class |
DependencyException
This exception is thrown by
DeploymentMBean.uninstall(javax.slee.management.DeployableUnitID) method if an
attempt is made to uninstall a deployable unit when another component in
another deployable unit depends on a component contained within the deployable
unit being uninstalled. |
Modifier and Type | Method and Description |
---|---|
DeployableUnitID |
DeploymentMBean.install(String url)
Install a deployable unit jar file into the SLEE.
|