ePOST API

rice.p2p.past.testing
Class PastRegrTest.TestCommand

java.lang.Object
  extended by rice.p2p.past.testing.PastRegrTest.TestCommand
All Implemented Interfaces:
Continuation
Enclosing class:
PastRegrTest

protected class PastRegrTest.TestCommand
extends java.lang.Object
implements Continuation

Common superclass for test commands.


Nested Class Summary
 
Nested classes/interfaces inherited from interface rice.Continuation
Continuation.ErrorContinuation, Continuation.ExternalContinuation, Continuation.ExternalContinuationRunnable, Continuation.ExternalRunnable, Continuation.ListenerContinuation, Continuation.MultiContinuation, Continuation.NamedContinuation, Continuation.SimpleContinuation, Continuation.StandardContinuation
 
Constructor Summary
protected PastRegrTest.TestCommand()
           
 
Method Summary
 void receive(java.lang.Object result)
           
 void receiveException(java.lang.Exception e)
          Called when an execption occured as a result of the previous command.
 void receiveResult(java.lang.Object result)
          Called when a previously requested result is now availble.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PastRegrTest.TestCommand

protected PastRegrTest.TestCommand()
Method Detail

receiveResult

public void receiveResult(java.lang.Object result)
Description copied from interface: Continuation
Called when a previously requested result is now availble.

Specified by:
receiveResult in interface Continuation
Parameters:
result - The result of the command.

receive

public void receive(java.lang.Object result)
             throws java.lang.Exception
Throws:
java.lang.Exception

receiveException

public void receiveException(java.lang.Exception e)
Description copied from interface: Continuation
Called when an execption occured as a result of the previous command.

Specified by:
receiveException in interface Continuation
Parameters:
e - The exception which was caused.

ePOST API

Copyright © 2001-2005 - Rice Pastry.