Videoautomat

videoautomat.transition
Class LogOnFailTransition

java.lang.Object
  |
  +--videoautomat.transition.LogOnFailTransition
All Implemented Interfaces:
Serializable, sale.Transition

public class LogOnFailTransition
extends Object
implements sale.Transition

Transition that redirects to the process' initial gate.

Author:
Alexander Herrmann
See Also:
Serialized Form

Constructor Summary
LogOnFailTransition()
           
 
Method Summary
 sale.Gate perform(sale.SaleProcess sp, users.User user)
          Redirects to the initial gate of the current process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogOnFailTransition

public LogOnFailTransition()
Method Detail

perform

public sale.Gate perform(sale.SaleProcess sp,
                         users.User user)
Redirects to the initial gate of the current process.

Specified by:
perform in interface sale.Transition
Parameters:
sp - - SaleProcess on which to perform Transition
user - - User with which to perform Transition

Videoautomat