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

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


Field Summary
(package private)  Resource entry
           
 
Constructor Summary
PendingTxn.WriteOp(Resource entry)
           
 
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

entry

Resource entry
Constructor Detail

PendingTxn.WriteOp

PendingTxn.WriteOp(Resource entry)
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.