public class AuditTrailHealthReport extends Object implements Serializable
| Constructor and Description |
|---|
AuditTrailHealthReport(long nPendingPiCompletes,
long nPendingPiAborts,
long nPendingAiAborts,
long nPisHavingCrashedAis,
long nPisHavingCrashedThreads,
long nPisHavingCrashedEventBindings) |
AuditTrailHealthReport(Set<Long> nPendingPiCompletesSet,
Set<Long> nPendingPiAbortsSet,
Set<Long> nPendingAiAbortsSet,
Set<Long> nPisHavingCrashedAisSet,
Set<Long> nPisHavingCrashedThreadsSet,
Set<Long> nPisHavingCrashedEventBindingsSet) |
| Modifier and Type | Method and Description |
|---|---|
Set<Long> |
getActivityInstancesLackingAbortion()
Gets the set of process instances oids having activity instances which had been scheduled for abortion but did
not succeed.
|
long |
getNumberOfActivityInstancesLackingAbortion()
Gets the number of activity instances which had been scheduled for abortion but did
not succeed.
|
long |
getNumberOfProcessInstancesHavingCrashedActivities()
Gets the number of process instances likely to have crashed activity instances.
|
long |
getNumberOfProcessInstancesHavingCrashedEventBindings()
Gets the number of process instances likely to have crashed event bindings.
|
long |
getNumberOfProcessInstancesHavingCrashedThreads()
Gets the number of process instances likely to have crashed activity threads.
|
long |
getNumberOfProcessInstancesLackingAbortion()
Gets the number of process instances which had been scheduled for abortion but did
not succeed.
|
long |
getNumberOfProcessInstancesLackingCompletion()
Gets the number of process instances not having further pending activities, but not
beeing marked as completed itself.
|
Set<Long> |
getProcessInstancesHavingCrashedActivities()
Gets the set of process instances oids likely to have crashed activity instances.
|
Set<Long> |
getProcessInstancesHavingCrashedEventBindings()
Gets the set of process instances oids likely to have crashed event bindings.
|
Set<Long> |
getProcessInstancesHavingCrashedThreads()
Gets the set of process instances oids likely to have crashed activity threads.
|
Set<Long> |
getProcessInstancesLackingAbortion()
Gets the set of process instances oids which had been scheduled for abortion but did
not succeed.
|
Set<Long> |
getProcessInstancesLackingCompletion()
Gets the set of process instances oids not having further pending activities, but not
beeing marked as completed itself.
|
public AuditTrailHealthReport(long nPendingPiCompletes,
long nPendingPiAborts,
long nPendingAiAborts,
long nPisHavingCrashedAis,
long nPisHavingCrashedThreads,
long nPisHavingCrashedEventBindings)
public long getNumberOfProcessInstancesLackingCompletion()
public long getNumberOfProcessInstancesLackingAbortion()
public long getNumberOfActivityInstancesLackingAbortion()
public long getNumberOfProcessInstancesHavingCrashedEventBindings()
public long getNumberOfProcessInstancesHavingCrashedActivities()
public long getNumberOfProcessInstancesHavingCrashedThreads()
public Set<Long> getProcessInstancesLackingCompletion()
public Set<Long> getProcessInstancesLackingAbortion()
public Set<Long> getActivityInstancesLackingAbortion()
public Set<Long> getProcessInstancesHavingCrashedActivities()
public Set<Long> getProcessInstancesHavingCrashedThreads()
public Set<Long> getProcessInstancesHavingCrashedEventBindings()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.