com.retek.commons.fsm
Class RcomRmmWorkflowContext

java.lang.Object
  extended bycom.retek.commons.fsm.RcomRmmWorkflowContext
All Implemented Interfaces:
java.io.Serializable

public final class RcomRmmWorkflowContext
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RcomRmmWorkflowContext()
           
 
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
 

Constructor Detail

RcomRmmWorkflowContext

public RcomRmmWorkflowContext()
Method Detail

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25