Package | Description |
---|---|
com.opencloud.slee.resources.insis.management |
Modifier and Type | Method and Description |
---|---|
ServiceKeySubscription |
ServiceKeySubscriptionManagementMBean.getSubscription(String name)
Retrieves an installed service key subscription from the SIS-IN RA.
|
ServiceKeySubscription |
ServiceKeySubscriptionManagementMBean.getSubscriptionByServiceKey(int serviceKey)
Retrieves the subscription for the given service key.
|
ServiceKeySubscription[] |
ServiceKeySubscriptionManagementMBean.getSubscriptions()
Get all installed service key subscriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceKeySubscriptionManagementMBean.installSubscription(ServiceKeySubscription subscription)
Install a new service key subscription in the SIS-IN RA entity.
|
void |
ServiceKeySubscriptionManagementMBean.updateSubscription(ServiceKeySubscription subscription)
Update an existing service key subscription in the SIS-IN RA entity.
|