com.retek.commons.fsm
Interface RcomRmmFsmable

All Superinterfaces:
com.retek.fsm.FSMAble
All Known Implementing Classes:
CustomerOrderImpl, CustomerOrderLineImpl, CustomerOrderPaymentImpl, ReturnLineImpl

public interface RcomRmmFsmable
extends com.retek.fsm.FSMAble


Method Summary
 void accept(com.retek.fsm.Event event)
           
 void fireFromRemote()
           
 boolean inState(com.retek.fsm.State state)
          Return boolean indicating if a state machine business object is the specified state.
 
Methods inherited from interface com.retek.fsm.FSMAble
getState, onStateChange
 

Method Detail

fireFromRemote

public void fireFromRemote()
                    throws SystemException,
                           BusinessException
Throws:
SystemException
BusinessException

accept

public void accept(com.retek.fsm.Event event)
            throws SystemException,
                   BusinessException
Specified by:
accept in interface com.retek.fsm.FSMAble
Throws:
SystemException
BusinessException

inState

public boolean inState(com.retek.fsm.State state)
                throws SystemException
Return boolean indicating if a state machine business object is the specified state.

Parameters:
state - expected state
Returns:
true if business object in specified state
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28