Videoautomat

videoautomat
Class SaleProcessRegister

java.lang.Object
  extended by SaleProcess
      extended by videoautomat.SaleProcessRegister

public class SaleProcessRegister
extends SaleProcess

A SaleProcess to register new users.

Author:
Tobias Ruch

Constructor Summary
SaleProcessRegister()
          Constructs the new process
 
Method Summary
protected  Gate getInitialGate()
          Overridden from SalePrecess to initialize and start the process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaleProcessRegister

public SaleProcessRegister()
Constructs the new process

Method Detail

getInitialGate

protected Gate getInitialGate()
Overridden from SalePrecess to initialize and start the process. This is the only user defined gate. Further gates are only commit and rollback gates.


Videoautomat