Uses of Class
com.opencloud.slee.resources.sis.components.MacroID
-
Packages that use MacroID Package Description com.opencloud.slee.resources.sipsis.management com.opencloud.slee.resources.sis.management Provides JMX MBean interfaces for managing the SIS.com.opencloud.slee.resources.sis.management.ant -
-
Uses of MacroID in com.opencloud.slee.resources.sipsis.management
Methods in com.opencloud.slee.resources.sipsis.management that return MacroID Modifier and Type Method Description MacroID
SipConfigurationManagementMBean. getOriginatingMacro()
Obtain the ID of the macro that determines originating or terminating treatment.Methods in com.opencloud.slee.resources.sipsis.management with parameters of type MacroID Modifier and Type Method Description void
SipConfigurationManagementMBean. setOriginatingMacro(MacroID macro)
Specify an optional macro for determining whether an initial request should be treated as the originating or terminating case. -
Uses of MacroID in com.opencloud.slee.resources.sis.management
Methods in com.opencloud.slee.resources.sis.management that return MacroID Modifier and Type Method Description MacroID[]
MacroManagementMBean. getMacros()
Get the identifiers of all macro components installed in the SIS.MacroID
MacroManagementMBean. install(byte[] content)
Installs a macro component into the SIS.MacroID
MacroManagementMBean. install(String url)
Installs a macro component into the SIS.MacroID
MacroManagementMBean. replace(byte[] content)
Replaces a macro component in the SIS.MacroID
MacroManagementMBean. replace(String url)
Replaces a macro component in the SIS.Methods in com.opencloud.slee.resources.sis.management with parameters of type MacroID Modifier and Type Method Description Object[]
MacroManagementMBean. getDependencies(MacroID id)
Get the set of components that a given macro component depends on.String
MacroManagementMBean. getMacro(MacroID id)
Retrieves the XML form of a macro componentSISComponent[]
MacroManagementMBean. getReferringComponents(MacroID id)
Get the set of components that depend on a given macro component.boolean
MacroManagementMBean. isInstalled(MacroID id)
Determine whether a macro is installed in the SIS.void
MacroManagementMBean. uninstall(MacroID id)
Uninstall a macro component from the SIS. -
Uses of MacroID in com.opencloud.slee.resources.sis.management.ant
Methods in com.opencloud.slee.resources.sis.management.ant that return MacroID Modifier and Type Method Description MacroID
MacroComponentElement. toComponentID()
-