Uses of Class
com.opencloud.slee.resources.insis.management.ServiceKeySubscription
-
Packages that use ServiceKeySubscription Package Description com.opencloud.slee.resources.insis.management -
-
Uses of ServiceKeySubscription in com.opencloud.slee.resources.insis.management
Methods in com.opencloud.slee.resources.insis.management that return ServiceKeySubscription Modifier and Type Method 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.Methods in com.opencloud.slee.resources.insis.management with parameters of type ServiceKeySubscription Modifier and Type Method 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.
-