com.beasys.commerce.foundation
Interface TransitionPolicy

All Superinterfaces
BusinessPolicy, BusinessSmartComponent, Serializable
All Known Implementing Classes:
TransitionPolicyImpl

Deprecated

@Deprecated
public interface TransitionPolicy
extends BusinessPolicy

An action to be completed when a Transition takes place on a StateMachine.

See Also
TransitionPolicyHome, TransitionPolicyImpl

Method Summary
 void transition(Transition trans)
          Deprecated The method that is invoked as the result of a state transition.
 

Method Detail

transition

void transition(Transition trans)
                throws RemoteException
Deprecated 
The method that is invoked as the result of a state transition.

Throws
RemoteException


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.