public interface ProcessManagerMXBean
| Modifier and Type | Method and Description |
|---|---|
long |
getCountInstanceExecutionStatus(int instType,
ProcessConstants.InstanceExecutionStatus... statuses)
Gets the amount of instances that entered one of the designated instance execution statuses
within one of the designated time spans if the instance is of the designated type.
|
long |
getCountNodeState(int nodeType,
ProcessConstants.NodeState... states)
Gets the amount of nodes that is in one of the designated states if the node is of the
designated type.
|
long getCountNodeState(int nodeType,
ProcessConstants.NodeState... states)
nodeType - The node types to be considered. Logically OR the constants defined in
ProcessConstants.NodeTypesForFilters.states - The node states to be considered. If this is null, all node states
will be considered.ProcessConstants.NodeTypesForFilterslong getCountInstanceExecutionStatus(int instType,
ProcessConstants.InstanceExecutionStatus... statuses)
instType - The instance types to be considered. Logically OR the constants defined in
ProcessConstants.InstanceTypesForFilters.statuses - The instance execution statuses to be considered. If this is null,
all instance execution statuses will be considered.ProcessConstants.InstanceTypesForFilters