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 |
Modifier and Type | Method and Description |
---|---|
ServiceRefID[] |
INCompositionManagementMBean.getServiceRefs(CompositionID id)
Get the service references used in the composition.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ServiceRefID[] |
ServiceRefManagementMBean.getServiceRefs()
Get the component identifiers of all service references in the SIS.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ServiceRefID |
OnlineChargingInteraction.getNominatedService() |
ServiceRefID |
FCIInteraction.getNominatedService() |
Constructor and 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.
|