Package | Description |
---|---|
javax.slee.facilities |
This package defines the interfaces and classes for the SLEE facilities available to SBBs and resource adaptors.
|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
Modifier and Type | Method and Description |
---|---|
ReceivableService |
ServiceLookupFacility.getReceivableService(ServiceID service)
Get information about the event types that a service may receive.
|
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 |
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.
|
SbbID[] |
DeploymentMBean.getSbbs(ServiceID service)
Get the set of SBBs that participate in the specified Service.
|
ObjectName |
ServiceManagementMBean.getServiceUsageMBean(ServiceID id)
Get the JMX Object Name of a
ServiceUsageMBean object for a Service. |
ServiceState |
ServiceManagementMBean.getState(ServiceID id)
Get the current state of a Service.
|