Uses of Class
com.opencloud.slee.resources.sis.components.ServiceRefID
-
Packages that use ServiceRefID Package Description com.opencloud.slee.resources.insis.management com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS.com.opencloud.slee.resources.sis.script.in -
-
Uses of ServiceRefID in com.opencloud.slee.resources.insis.management
Methods in com.opencloud.slee.resources.insis.management that return ServiceRefID Modifier and Type Method Description ServiceRefID[]
INCompositionManagementMBean. getServiceRefs(CompositionID id)
Get the service references used in the composition.Methods in com.opencloud.slee.resources.insis.management with parameters of type ServiceRefID Modifier and Type Method Description String
INServiceRefManagementMBean. getApplicationContext(ServiceRefID serviceRefID)
Get the application context that the service will be invoked with.String
INServiceRefManagementMBean. getAssistingDialogApplicationContext(ServiceRefID serviceRefID)
Get the application context that the service will be invoked with for assisting dialogs.CompositeData
INServiceRefManagementMBean. getDescriptor(ServiceRefID serviceRefID)
Get information about a service reference in the SIS.void
INServiceRefManagementMBean. setApplicationContext(ServiceRefID serviceRefID, String appContextName)
Set the application context that the service will be invoked with.void
INServiceRefManagementMBean. setAssistingDialogApplicationContext(ServiceRefID serviceRefID, String appContextName)
Set the application context that the service will be invoked with for assisting dialogs. -
Uses of ServiceRefID in com.opencloud.slee.resources.sis.management
Methods in com.opencloud.slee.resources.sis.management that return ServiceRefID Modifier and Type Method Description ServiceRefID[]
ServiceRefManagementMBean. getServiceRefs()
Get the component identifiers of all service references in the SIS.Methods in com.opencloud.slee.resources.sis.management with parameters of type ServiceRefID Modifier and Type Method Description long
ServiceRefManagementMBean. getDefaultTimeout(ServiceRefID serviceRefID)
Get the default invocation timeout for a service reference.Object[]
ServiceRefManagementMBean. getDependencies(ServiceRefID serviceRefID)
Get the set of components that a given service reference component depends on.CompositeData
ServiceRefManagementMBean. getDescriptor(ServiceRefID serviceRefID)
Get information about a service reference in the SIS.SISComponent[]
ServiceRefManagementMBean. getReferringComponents(ServiceRefID serviceRefID)
Get the set of components that depend on a given service reference component.int
ServiceRefManagementMBean. getStaticChargingPriority(ServiceRefID serviceRefID)
Get the static charging priority for a service reference.void
ServiceRefManagementMBean. removeServiceRef(ServiceRefID serviceRefID)
Remove a service reference from the SIS.void
ServiceRefManagementMBean. setDefaultTimeout(ServiceRefID serviceRefID, long timeout)
Set the default invocation timeout for a service reference.void
ServiceRefManagementMBean. setStaticChargingPriority(ServiceRefID serviceRefID, int priority)
Set the static charging priority for a service reference. -
Uses of ServiceRefID in com.opencloud.slee.resources.sis.script.in
Methods in com.opencloud.slee.resources.sis.script.in that return ServiceRefID Modifier and Type Method Description ServiceRefID
FCIInteraction. getNominatedService()
ServiceRefID
OnlineChargingInteraction. getNominatedService()
Constructors in com.opencloud.slee.resources.sis.script.in with parameters of type ServiceRefID Constructor Description FCIInteraction(FCIInteraction.Mode mode, ServiceRefID nominatedService)
Create a new FCI Interaction option.OnlineChargingInteraction(OnlineChargingInteraction.Mode mode, ServiceRefID nominatedService)
Create a new Online Charging Interaction option.
-