Uses of Class
com.opencloud.slee.resources.sis.components.TriggerID
-
Packages that use TriggerID 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 TriggerID in com.opencloud.slee.resources.sis.management
Methods in com.opencloud.slee.resources.sis.management that return TriggerID Modifier and Type Method 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.Methods in com.opencloud.slee.resources.sis.management with parameters of type TriggerID Modifier and Type Method 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 componentboolean
TriggerManagementMBean. isActivated(TriggerID id)
Determine if the specified trigger component has been activatedboolean
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. -
Uses of TriggerID in com.opencloud.slee.resources.sis.management.ant
Methods in com.opencloud.slee.resources.sis.management.ant that return TriggerID Modifier and Type Method Description TriggerID
TriggerComponentElement. toComponentID()
-