Uses of Class
com.opencloud.slee.resources.sis.components.CompositionID
-
Packages that use CompositionID Package Description com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS.com.opencloud.slee.resources.sis.management.ant -
-
Uses of CompositionID in com.opencloud.slee.resources.sis.management
Methods in com.opencloud.slee.resources.sis.management that return CompositionID Modifier and Type Method 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.Methods in com.opencloud.slee.resources.sis.management with parameters of type CompositionID Modifier and Type Method Description String
CompositionManagementMBean. getComposition(CompositionID id)
Retrieves the XML form of the service composition componentint
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.Constructors in com.opencloud.slee.resources.sis.management with parameters of type CompositionID Constructor Description AddressSubscription(String name, String address, String description, CompositionID originating, CompositionID terminating, CompositionID thirdParty, int debugLevel, boolean audit)
Create a new address subscription object. -
Uses of CompositionID in com.opencloud.slee.resources.sis.management.ant
Methods in com.opencloud.slee.resources.sis.management.ant that return CompositionID Modifier and Type Method Description CompositionID
CompositionComponentElement. toComponentID()
-