eu.xtreemos.service.test
Class Test.ThisProcessListener

java.lang.Object
  extended by eu.xtreemos.service.test.Test.ThisProcessListener
All Implemented Interfaces:
IProcessCompletionListener
Enclosing class:
Test

public class Test.ThisProcessListener
extends java.lang.Object
implements IProcessCompletionListener


Field Summary
protected  eu.xtreemos.system.eventmachine.queue.Context context
           
 
Constructor Summary
Test.ThisProcessListener(eu.xtreemos.system.eventmachine.queue.Context context)
           
 
Method Summary
protected  void sendEvent(java.lang.Object event)
           
 void testCallFailed(java.lang.Exception exception)
           
 void testCallSucceeded(java.lang.Object retval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected eu.xtreemos.system.eventmachine.queue.Context context
Constructor Detail

Test.ThisProcessListener

public Test.ThisProcessListener(eu.xtreemos.system.eventmachine.queue.Context context)
Method Detail

sendEvent

protected void sendEvent(java.lang.Object event)

testCallFailed

public void testCallFailed(java.lang.Exception exception)
Specified by:
testCallFailed in interface IProcessCompletionListener

testCallSucceeded

public void testCallSucceeded(java.lang.Object retval)
Specified by:
testCallSucceeded in interface IProcessCompletionListener