Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
Modifier and Type | Method and Description |
---|---|
SbbID[] |
ResourceManagementMBean.getBoundSbbs(String linkName)
Get the set of SBB component identifiers that identify the SBBs that are bound
to the specified link name by way of a
resource-adaptor-entity-link
element in their deployment descriptor. |
String |
ResourceManagementMBean.getResourceAdaptorEntity(String linkName)
Get the resource adaptor entity that a link name is bound to.
|
void |
ResourceManagementMBean.unbindLinkName(String linkName)
Remove a link name binding from a resource adaptor entity.
|