com.sptci.prevayler.transaction
Class Delete<P extends PrevalentObject>
java.lang.Object
com.sptci.prevayler.transaction.Transaction<P>
com.sptci.prevayler.transaction.Delete<P>
- All Implemented Interfaces:
- Serializable, TransactionWithQuery
public class Delete<P extends PrevalentObject>
- extends Transaction<P>
The transaction object for deleting a prevalent object from the prevalent
system. This is purely a convenience class that makes invocation easier
than directly using Transaction.
© Copyright 2008 Sans Pareil
Technologies, Inc.
- Version:
- $Id: Delete.java 4345 2008-06-30 21:22:03Z rakesh $
- Author:
- Rakesh Vidyadharan 2008-05-24
- See Also:
- Serialized Form
|
Constructor Summary |
Delete(P object)
Create a new instance of the transaction using the specified prevalent
object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
METHOD
private static final String METHOD
- The name of the method on
PrevalentSystem
that is invoked.
- See Also:
- Constant Field Values
Delete
public Delete(P object)
- Create a new instance of the transaction using the specified prevalent
object.
- Parameters:
object - The prevalent object to be deleted from the system.