com.sun.jini.outrigger.snaplogstore
Class PendingTxn.TakeOp

java.lang.Object
  extended by com.sun.jini.outrigger.snaplogstore.PendingTxn.PendingOp
      extended by 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
           
 
Constructor Summary
PendingTxn.TakeOp(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
 

Field Detail

cookie

byte[] cookie
Constructor Detail

PendingTxn.TakeOp

PendingTxn.TakeOp(byte[] cookie)
Method Detail

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.