Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
javax.slee.profile |
This package defines the classes and interfaces for profiles and profile-related activities and events.
|
javax.slee.usage |
This package defines the interfaces and classes required to support usage collection in the SLEE.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidLinkNameBindingStateException
This exception is thrown by the
ServiceManagementMBean if an attempt
is made to activate a service for which a required resource adaptor entity link name
binding either doesn't exist or is bound to a resource adaptor entity that does not
implement the resource adaptor type expected by the service. |
Modifier and Type | Method and Description |
---|---|
void |
ServiceManagementMBean.activate(ServiceID id)
Activate a Service.
|
void |
ServiceManagementMBean.activate(ServiceID[] ids)
Activate a set of Services.
|
void |
ResourceManagementMBean.activateResourceAdaptorEntity(String entityName)
Activate a resource adaptor entity.
|
void |
ServiceManagementMBean.deactivate(ServiceID id)
Deactivate a Service.
|
void |
ServiceManagementMBean.deactivate(ServiceID[] ids)
Deactivate a set of Services.
|
void |
ServiceManagementMBean.deactivateAndActivate(ServiceID[] deactivateIDs,
ServiceID[] activateIDs)
Deactivate one set of Services and activate another set of Services.
|
void |
ServiceManagementMBean.deactivateAndActivate(ServiceID deactivateID,
ServiceID activateID)
Deactivate one Service and activate another Service.
|
void |
ResourceManagementMBean.deactivateResourceAdaptorEntity(String entityName)
Deactivate a resource adaptor entity.
|
void |
ResourceManagementMBean.removeResourceAdaptorEntity(String entityName)
Remove a resource adaptor entity.
|
void |
SleeManagementMBean.shutdown()
Shutdown and terminate all SLEE processes related to this server image.
|
void |
SleeManagementMBean.start()
Request that the SLEE's event routing subsystem be started.
|
void |
SleeManagementMBean.stop()
Request that the SLEE's event routing subsystem be stopped.
|
void |
DeploymentMBean.uninstall(DeployableUnitID id)
Uninstall a deployable unit jar file out of the SLEE.
|
void |
ResourceManagementMBean.updateConfigurationProperties(String entityName,
ConfigProperties properties)
Reconfigure a resource adaptor entity with new configuration properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileMBean.closeProfile()
Notify the SLEE that the profile is no longer required by the management
client.
|
void |
ProfileMBean.commitProfile()
Request that changes made to a profile be committed by the SLEE.
|
void |
ProfileMBean.restoreProfile()
Request that changes made to profile should be discarded by the SLEE.
|
Modifier and Type | Method and Description |
---|---|
void |
UsageMBean.close()
Notify the SLEE that the Usage MBean is no longer required by the management client.
|
void |
SbbUsageMBean.close()
Deprecated.
Replaced with
UsageMBean.close() . |