Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
Modifier and Type | Method and Description |
---|---|
DeployableUnitID |
DeploymentMBean.getDeployableUnit(String url)
Get a deployable unit identifier for a deployable unit jar file that has been
installed.
|
DeployableUnitDescriptor |
DeploymentMBean.getDescriptor(DeployableUnitID id)
Get the deployable unit descriptor for a deployable unit.
|
void |
DeploymentMBean.uninstall(DeployableUnitID id)
Uninstall a deployable unit jar file out of the SLEE.
|