Method Summary |
|
final protected synchronized boolean | didFire(int index) Sets the fired state for the specified transition. |
final public synchronized boolean | equals(Object obj) |
final protected synchronized void | fire() Informs the join that it has fired. |
final public synchronized int | getFiredCount() Returns the number of times the join has fired since the workflow
started. |
final public synchronized boolean | hasFired() Returns whether the join has fired. |
final protected synchronized boolean | hasFired(int index) |
final public synchronized int | hashCode() |
final public synchronized boolean | isModified() Returns whether the join has been modified since it was last persisted. |
final public synchronized void | reset() Resets the join to its initial state. |
abstract public boolean | shouldFire(String transitionId) Handles the activation of an afferent transition.
Parameters: transitionId - The ID of the transition that fired. |
final public synchronized String | toString() |