Rice Pastry API

rice.environment.processing.simple
Class ProcessingRequest

java.lang.Object
  extended by rice.environment.processing.simple.ProcessingRequest
All Implemented Interfaces:
java.lang.Runnable

public class ProcessingRequest
extends java.lang.Object
implements java.lang.Runnable

Author:
Jeff Hoye

Constructor Summary
ProcessingRequest(Executable r, Continuation c, LogManager logging, TimeSource timeSource, SelectorManager selectorManager)
           
 
Method Summary
 void returnError(java.lang.Exception e)
           
 void returnResult(java.lang.Object o)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingRequest

public ProcessingRequest(Executable r,
                         Continuation c,
                         LogManager logging,
                         TimeSource timeSource,
                         SelectorManager selectorManager)
Method Detail

returnResult

public void returnResult(java.lang.Object o)

returnError

public void returnError(java.lang.Exception e)

run

public void run()
Specified by:
run in interface java.lang.Runnable

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection