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

java.lang.Object
  extended by org.globus.cog.karajan.workflow.events.Event
      extended by org.globus.cog.karajan.workflow.service.channels.ReplyEvent

public class ReplyEvent
extends Event


Constructor Summary
ReplyEvent(int tag, byte[] data, boolean fin, boolean err)
           
 
Method Summary
 byte[] getData()
           
 boolean getErr()
           
 boolean getFin()
           
 int getTag()
           
 
Methods inherited from class org.globus.cog.karajan.workflow.events.Event
getEventClass, getFlowElement, getPriority, getStack, hasStack, setFlowElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyEvent

public ReplyEvent(int tag,
                  byte[] data,
                  boolean fin,
                  boolean err)
Method Detail

getData

public byte[] getData()

getErr

public boolean getErr()

getFin

public boolean getFin()

getTag

public int getTag()