videoautomat
Class SaleProcessRegister
java.lang.Object
SaleProcess
videoautomat.SaleProcessRegister
public class SaleProcessRegister
- extends SaleProcess
A SaleProcess
to register new users.
- Author:
- Tobias Ruch
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 |
SaleProcessRegister
public SaleProcessRegister()
- Constructs the new process
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.