com.sun.jini.outrigger.snaplogstore
Class PendingTxn.TakeOp
java.lang.Object
com.sun.jini.outrigger.snaplogstore.PendingTxn.PendingOp
com.sun.jini.outrigger.snaplogstore.PendingTxn.TakeOp
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- PendingTxn
static class PendingTxn.TakeOp
- extends PendingTxn.PendingOp
- implements Serializable
An object that represents a pending take.
Field Summary |
(package private) byte[] |
cookie
|
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 |
cookie
byte[] cookie
PendingTxn.TakeOp
PendingTxn.TakeOp(byte[] cookie)
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.