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 StringINServiceRefManagementMBean. getApplicationContext(ServiceRefID serviceRefID)Get the application context that the service will be invoked with.StringINServiceRefManagementMBean. getAssistingDialogApplicationContext(ServiceRefID serviceRefID)Get the application context that the service will be invoked with for assisting dialogs.CompositeDataINServiceRefManagementMBean. getDescriptor(ServiceRefID serviceRefID)Get information about a service reference in the SIS.voidINServiceRefManagementMBean. setApplicationContext(ServiceRefID serviceRefID, String appContextName)Set the application context that the service will be invoked with.voidINServiceRefManagementMBean. 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 longServiceRefManagementMBean. 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.CompositeDataServiceRefManagementMBean. 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.intServiceRefManagementMBean. getStaticChargingPriority(ServiceRefID serviceRefID)Get the static charging priority for a service reference.voidServiceRefManagementMBean. removeServiceRef(ServiceRefID serviceRefID)Remove a service reference from the SIS.voidServiceRefManagementMBean. setDefaultTimeout(ServiceRefID serviceRefID, long timeout)Set the default invocation timeout for a service reference.voidServiceRefManagementMBean. 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 ServiceRefIDFCIInteraction. getNominatedService()ServiceRefIDOnlineChargingInteraction. 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.
-