org.globus.cog.karajan.workflow.service.channels
Class BufferingChannel.DataEntry

java.lang.Object
  extended by org.globus.cog.karajan.workflow.service.channels.BufferingChannel.DataEntry
Enclosing class:
BufferingChannel

public static class BufferingChannel.DataEntry
extends Object


Constructor Summary
BufferingChannel.DataEntry(int tag, int flags, byte[] data)
           
 
Method Summary
 byte[] getData()
           
 int getFlags()
           
 int getTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferingChannel.DataEntry

public BufferingChannel.DataEntry(int tag,
                                  int flags,
                                  byte[] data)
Method Detail

getData

public byte[] getData()

getFlags

public int getFlags()

getTag

public int getTag()