ePOST API

rice.post.log
Class CoalescedLog.AddCoalescedLogEntryTask

java.lang.Object
  extended by rice.post.log.CoalescedLog.AddCoalescedLogEntryTask
Enclosing class:
CoalescedLog

protected class CoalescedLog.AddCoalescedLogEntryTask
extends java.lang.Object

This class encapsulates the logic needed to add a log entry to the current coalesced log.


Field Summary
protected  Continuation command
           
protected  LogEntry entry
           
 
Constructor Summary
protected CoalescedLog.AddCoalescedLogEntryTask(LogEntry entry, Continuation command)
          This construct will build an object which will call the given command once processing has been completed, and will provide a result.
 
Method Summary
protected  void go()
           
protected  void notifyNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry

protected LogEntry entry

command

protected Continuation command
Constructor Detail

CoalescedLog.AddCoalescedLogEntryTask

protected CoalescedLog.AddCoalescedLogEntryTask(LogEntry entry,
                                                Continuation command)
This construct will build an object which will call the given command once processing has been completed, and will provide a result.

Parameters:
entry - The log entry to add
command - The command to call
Method Detail

go

protected void go()

notifyNext

protected void notifyNext()

ePOST API

Copyright © 2001-2005 - Rice Pastry.