Uses of Class
com.opencloud.slee.resources.sis.components.MacroID
-
Packages that use MacroID 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 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.MacroIDMacroManagementMBean. install(byte[] content)Installs a macro component into the SIS.MacroIDMacroManagementMBean. install(String url)Installs a macro component into the SIS.MacroIDMacroManagementMBean. replace(byte[] content)Replaces a macro component in the SIS.MacroIDMacroManagementMBean. 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.StringMacroManagementMBean. 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.booleanMacroManagementMBean. isInstalled(MacroID id)Determine whether a macro is installed in the SIS.voidMacroManagementMBean. 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 MacroIDMacroComponentElement. toComponentID()
-