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

java.lang.Object
  extended by org.globus.cog.karajan.workflow.service.channels.AbstractKarajanChannel
      extended by org.globus.cog.karajan.workflow.service.channels.NullChannel
All Implemented Interfaces:
KarajanChannel

public class NullChannel
extends AbstractKarajanChannel


Field Summary
 
Fields inherited from interface org.globus.cog.karajan.workflow.service.channels.KarajanChannel
ERROR_FLAG, FINAL_FLAG, REPLY_FLAG
 
Constructor Summary
protected NullChannel()
           
 
Method Summary
 UserContext getUserContext()
           
 boolean isOffline()
           
 void sendTaggedData(int i, int flags, byte[] bytes)
           
 String toString()
           
 
Methods inherited from class org.globus.cog.karajan.workflow.service.channels.AbstractKarajanChannel
close, decLongTermUsageCount, decUsageCount, getChannelContext, getLongTermUsageCount, getRequestManager, incLongTermUsageCount, incUsageCount, isClient, isClosed, isLocalShutdown, ppByteBuf, readFromStream, readFromStream, registerCommand, registerHandler, sendTaggedData, sendTaggedReply, sendTaggedReply, setChannelContext, setLocalShutdown, shutdown, unregisterCommand, unregisterHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullChannel

protected NullChannel()
Method Detail

sendTaggedData

public void sendTaggedData(int i,
                           int flags,
                           byte[] bytes)

getUserContext

public UserContext getUserContext()

isOffline

public boolean isOffline()

toString

public String toString()
Overrides:
toString in class Object