|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
public class AuditTrailHealthReport
Provides key indicators of audit trail health.
| Constructor Summary | |
|---|---|
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)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuditTrailHealthReport(long nPendingPiCompletes,
long nPendingPiAborts,
long nPendingAiAborts,
long nPisHavingCrashedAis,
long nPisHavingCrashedThreads,
long nPisHavingCrashedEventBindings)
public AuditTrailHealthReport(Set<Long> nPendingPiCompletesSet,
Set<Long> nPendingPiAbortsSet,
Set<Long> nPendingAiAbortsSet,
Set<Long> nPisHavingCrashedAisSet,
Set<Long> nPisHavingCrashedThreadsSet,
Set<Long> nPisHavingCrashedEventBindingsSet)
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||