com.retek.commons.fsm
Class RcomRmmWorkflowContext
java.lang.Object
com.retek.commons.fsm.RcomRmmWorkflowContext
- All Implemented Interfaces:
- java.io.Serializable
- public class RcomRmmWorkflowContext
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
void |
add(com.retek.fsm.Event event,
com.retek.fsm.FSMAble fsmable)
|
boolean |
equals(java.lang.Object obj)
|
void |
fire(com.retek.fsm.FSMAble fsmable)
|
com.retek.fsm.State |
getState()
|
int |
hashCode()
|
boolean |
isFiring()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
RcomRmmWorkflowContext
public RcomRmmWorkflowContext()
add
public void add(com.retek.fsm.Event event,
com.retek.fsm.FSMAble fsmable)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
fire
public void fire(com.retek.fsm.FSMAble fsmable)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getState
public com.retek.fsm.State getState()
isFiring
public boolean isFiring()
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28