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.management.ant |
Modifier and Type | Method and Description |
---|---|
FCIInteraction |
INCompositionManagementMBean.getFCIInteraction(CompositionID id)
Get the FCI interaction settings for a composition in the SIS-IN RA entity.
|
OnlineChargingInteraction |
INCompositionManagementMBean.getOnlineChargingInteraction(CompositionID id)
Get the Online Charging interaction settings for a composition in the SIS-IN RA entity.
|
boolean |
INCompositionManagementMBean.getOptimisationsEnabled(CompositionID id)
Determine if composition execution optimisations have been enabled for a composition
in the SIS-IN RA entity.
|
ServiceRefID[] |
INCompositionManagementMBean.getServiceRefs(CompositionID id)
Get the service references used in the composition.
|
void |
INCompositionManagementMBean.setFCIInteraction(CompositionID id,
FCIInteraction fciInteraction)
Set the FCI interaction settings for a composition in the SIS-IN RA entity.
|
void |
INCompositionManagementMBean.setOnlineChargingInteraction(CompositionID id,
OnlineChargingInteraction interaction)
Set the Online Charging interaction settings for a composition in the SIS-IN RA entity.
|
void |
INCompositionManagementMBean.setOptimisationsEnabled(CompositionID id,
boolean enabled)
Set the optimisations flag for a composition in the SIS-IN RA entity.
|
Constructor and Description |
---|
ServiceKeySubscription(String name,
int serviceKey,
String description,
CompositionID originating,
CompositionID terminating,
CompositionID thirdParty,
int debugLevel,
boolean audit)
Create a new service key subscription object.
|
Modifier and Type | Method and Description |
---|---|
CompositionID[] |
CompositionManagementMBean.getCompositions()
Get the identifiers of all composition components installed in the SIS.
|
CompositionID |
Subscription.getOriginatingComposition()
Get the originating trigger composition.
|
CompositionID |
Subscription.getTerminatingComposition()
Get the terminating trigger composition.
|
CompositionID |
Subscription.getThirdPartyComposition()
Get the third-party call trigger composition.
|
CompositionID |
CompositionManagementMBean.install(byte[] content)
Installs a service composition component into the SIS.
|
CompositionID |
CompositionManagementMBean.install(String url)
Installs a service composition component into the SIS.
|
CompositionID |
CompositionManagementMBean.replace(byte[] content)
Replaces a service composition component in the SIS.
|
CompositionID |
CompositionManagementMBean.replace(String url)
Replaces a service composition component in the SIS.
|
Modifier and Type | Method and Description |
---|---|
String |
CompositionManagementMBean.getComposition(CompositionID id)
Retrieves the XML form of the service composition component
|
int |
CompositionManagementMBean.getDebugLevel(CompositionID id)
Get the fine-grained tracing debug level for a composition.
|
Object[] |
CompositionManagementMBean.getDependencies(CompositionID id)
Get the set of components that a given composition component depends on.
|
SISComponent[] |
CompositionManagementMBean.getReferringComponents(CompositionID id)
Get the set of components that depend on a given composition component.
|
boolean |
CompositionManagementMBean.isAuditLoggingEnabled(CompositionID id)
Determine whether audit logging is enabled for a composition.
|
boolean |
CompositionManagementMBean.isInstalled(CompositionID id)
Determine whether a composition is installed in the SIS.
|
void |
CompositionManagementMBean.setAuditLoggingEnabled(CompositionID id,
boolean enabled)
Set the audit logging flag for a composition.
|
void |
CompositionManagementMBean.setDebugLevel(CompositionID id,
int debugLevel)
Set the fine-grained tracing debug level for a composition.
|
void |
CompositionManagementMBean.uninstall(CompositionID id)
Uninstall a service composition component from the SIS.
|
Constructor and Description |
---|
AddressSubscription(String name,
String address,
String description,
CompositionID originating,
CompositionID terminating,
CompositionID thirdParty,
int debugLevel,
boolean audit)
Create a new address subscription object.
|
Modifier and Type | Method and Description |
---|---|
CompositionID |
CompositionComponentElement.toComponentID() |