com.sun.jini.outrigger.snaplogstore
Class PendingTxn.PendingOp
java.lang.Object
com.sun.jini.outrigger.snaplogstore.PendingTxn.PendingOp
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PendingTxn.TakeOp, PendingTxn.WriteOp
- Enclosing class:
- PendingTxn
abstract static class PendingTxn.PendingOp
- extends Object
- implements Serializable
A superclass for the objects that represent pending operations.
Method Summary |
(package private) abstract void |
commit(BackEnd processor)
Commit the operation by invoking the relevant method on the
processor object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PendingTxn.PendingOp
PendingTxn.PendingOp()
commit
abstract void commit(BackEnd processor)
- Commit the operation by invoking the relevant method on the
processor
object.
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.