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

java.lang.Object
  extended by 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.


Constructor Summary
PendingTxn.PendingOp()
           
 
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
 

Constructor Detail

PendingTxn.PendingOp

PendingTxn.PendingOp()
Method Detail

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.