Package | Description |
---|---|
com.opencloud.slee.resources.sis.management |
Provides JMX MBean interfaces for managing the SIS.
|
Modifier and Type | Method and Description |
---|---|
AddressSubscription |
AddressSubscriptionManagementMBean.getSubscription(String name)
Retrieves an installed address subscription from the SIS-IN RA entity.
|
AddressSubscription |
AddressSubscriptionManagementMBean.getSubscriptionByAddress(String address)
Retrieves the subscription for the given address.
|
AddressSubscription[] |
AddressSubscriptionManagementMBean.getSubscriptions()
Get all installed address subscriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
AddressSubscriptionManagementMBean.installSubscription(AddressSubscription subscription)
Install a new address subscription in the SIS-IN RA entity.
|
void |
AddressSubscriptionManagementMBean.updateSubscription(AddressSubscription subscription)
Update an existing address subscription in the SIS-IN RA entity.
|