org.globus.cog.karajan.workflow.service.channels
Class Replier

java.lang.Object
  extended by org.globus.cog.karajan.workflow.service.channels.Replier
All Implemented Interfaces:
EventListener

public class Replier
extends Object
implements EventListener


Constructor Summary
Replier(KarajanChannel channel)
           
 
Method Summary
 void event(Event event)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Replier

public Replier(KarajanChannel channel)
Method Detail

event

public void event(Event event)
           throws ExecutionException
Specified by:
event in interface EventListener
Throws:
ExecutionException

toString

public String toString()
Overrides:
toString in class Object