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 |
---|---|
TriggerID[] |
TriggerManagementMBean.getActiveTriggers()
Get the identifiers of all activated trigger components installed in the SIS, in order of
priority (highest to lowest).
|
TriggerID[] |
TriggerManagementMBean.getTriggers()
Get the identifiers of all trigger components installed in the SIS.
|
TriggerID |
TriggerManagementMBean.install(byte[] content)
Installs a trigger component into the SIS.
|
TriggerID |
TriggerManagementMBean.install(String url)
Installs a trigger component into the SIS.
|
TriggerID |
TriggerManagementMBean.replace(byte[] content)
Replaces a trigger component in the SIS.
|
TriggerID |
TriggerManagementMBean.replace(String url)
Replaces a trigger component in the SIS.
|
Modifier and Type | Method and Description |
---|---|
void |
TriggerManagementMBean.activate(TriggerID id)
Activate a trigger component in the SIS.
|
void |
TriggerManagementMBean.deactivate(TriggerID id)
Deactivate a trigger component in the SIS.
|
Object[] |
TriggerManagementMBean.getDependencies(TriggerID id)
Get the set of components that a given trigger component depends on.
|
String |
TriggerManagementMBean.getTrigger(TriggerID id)
Retrieves the XML form of a trigger component
|
boolean |
TriggerManagementMBean.isActivated(TriggerID id)
Determine if the specified trigger component has been activated
|
boolean |
TriggerManagementMBean.isInstalled(TriggerID id)
Determine whether a trigger is installed in the SIS.
|
void |
TriggerManagementMBean.uninstall(TriggerID id)
Uninstall a trigger component from the SIS.
|
Modifier and Type | Method and Description |
---|---|
TriggerID |
TriggerComponentElement.toComponentID() |