org.neuclear.ledger.prevalent
Class CancelHeldTransaction

java.lang.Object
  extended byorg.neuclear.ledger.prevalent.CancelHeldTransaction
All Implemented Interfaces:
java.io.Serializable, org.prevayler.Transaction

public class CancelHeldTransaction
extends java.lang.Object
implements org.prevayler.Transaction

Created by IntelliJ IDEA. User: pelleb Date: Mar 20, 2004 Time: 1:31:57 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Method Summary
 void executeOn(java.lang.Object prevalentSystem, java.util.Date executionTime)
          This method is called by Prevayler.execute(Transaction) to execute this Transaction on the given Prevalent System.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

executeOn

public void executeOn(java.lang.Object prevalentSystem,
                      java.util.Date executionTime)
This method is called by Prevayler.execute(Transaction) to execute this Transaction on the given Prevalent System. See org.prevayler.demos for usage examples.

Specified by:
executeOn in interface org.prevayler.Transaction
Parameters:
prevalentSystem - The system on which this Transaction will execute.
executionTime - The time at which this Transaction is being executed. Every Transaction executes completely within a single moment in time. Logically, a Prevalent System's time does not pass during the execution of a Transaction.


Copyright © 2003-2004 Antilles Software Ventures SA. All Rights Reserved.