com.sun.jini.outrigger.snaplogstore
Class PendingTxn.WriteOp
java.lang.Object
com.sun.jini.outrigger.snaplogstore.PendingTxn.PendingOp
com.sun.jini.outrigger.snaplogstore.PendingTxn.WriteOp
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- PendingTxn
static class PendingTxn.WriteOp
- extends PendingTxn.PendingOp
- implements Serializable
An object that represents a pending write.
Method Summary |
(package private) 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 |
entry
Resource entry
PendingTxn.WriteOp
PendingTxn.WriteOp(Resource entry)
commit
void commit(BackEnd processor)
- Description copied from class:
PendingTxn.PendingOp
- Commit the operation by invoking the relevant method on the
processor
object.
- Specified by:
commit
in class PendingTxn.PendingOp
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.