Package | Description |
---|---|
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 |
---|---|
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.
|
Modifier and Type | Method and 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 component
|
SISComponent[] |
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.
|
Modifier and Type | Method and Description |
---|---|
MacroID |
MacroComponentElement.toComponentID() |