Uses of Class
com.sun.jini.outrigger.snaplogstore.BackEnd

Packages that use BackEnd
com.sun.jini.outrigger.snaplogstore   
 

Uses of BackEnd in com.sun.jini.outrigger.snaplogstore
 

Fields in com.sun.jini.outrigger.snaplogstore declared as BackEnd
private  BackEnd LogStore.be
           
 

Methods in com.sun.jini.outrigger.snaplogstore with parameters of type BackEnd
(package private)  void PendingTxn.commit(BackEnd processor)
          Commit all the operations by invoking the relevant method on the processor object.
(package private) abstract  void PendingTxn.PendingOp.commit(BackEnd processor)
          Commit the operation by invoking the relevant method on the processor object.
(package private)  void PendingTxn.WriteOp.commit(BackEnd processor)
           
(package private)  void PendingTxn.TakeOp.commit(BackEnd processor)
           
(package private)  void LogInputFile.consume(BackEnd opOn)
          Consume the input file, invoking the appropriate operations on the given object.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.