org.globus.cog.karajan.workflow.service.channels
Class GSSSocketChannel
java.lang.Object
   org.globus.cog.karajan.workflow.service.channels.AbstractKarajanChannel
org.globus.cog.karajan.workflow.service.channels.AbstractKarajanChannel
       org.globus.cog.karajan.workflow.service.channels.AbstractStreamKarajanChannel
org.globus.cog.karajan.workflow.service.channels.AbstractStreamKarajanChannel
           org.globus.cog.karajan.workflow.service.channels.AbstractSocketChannel
org.globus.cog.karajan.workflow.service.channels.AbstractSocketChannel
               org.globus.cog.karajan.workflow.service.channels.GSSSocketChannel
org.globus.cog.karajan.workflow.service.channels.GSSSocketChannel
- All Implemented Interfaces: 
- Runnable, KarajanChannel
- public class GSSSocketChannel 
- extends AbstractSocketChannel- implements Runnable
 
 
 
 
 
 
| Methods inherited from class org.globus.cog.karajan.workflow.service.channels.AbstractKarajanChannel | 
| decLongTermUsageCount, decUsageCount, getChannelContext, getLongTermUsageCount, getRequestManager, incLongTermUsageCount, incUsageCount, isClosed, isLocalShutdown, ppByteBuf, readFromStream, readFromStream, registerCommand, registerHandler, sendTaggedData, sendTaggedReply, setChannelContext, setLocalShutdown, unregisterCommand, unregisterHandler | 
 
 
| Methods inherited from interface java.lang.Runnable | 
| run | 
 
GSSSocketChannel
public GSSSocketChannel(GssSocket socket,
                        RequestManager requestManager,
                        ChannelContext sc,
                        boolean client)
GSSSocketChannel
public GSSSocketChannel(GssSocket socket,
                        RequestManager requestManager,
                        ChannelContext sc,
                        boolean client,
                        String endpoint)
sendTaggedReply
public void sendTaggedReply(int tag,
                            byte[] data,
                            boolean fin,
                            boolean err)
- 
- Specified by:
- sendTaggedReplyin interface- KarajanChannel
- Overrides:
- sendTaggedReplyin class- AbstractKarajanChannel
 
- 
 
initializeConnection
protected void initializeConnection()
- 
- Overrides:
- initializeConnectionin class- AbstractSocketChannel
 
- 
 
shutdown
public void shutdown()
- 
- Specified by:
- shutdownin interface- KarajanChannel
- Overrides:
- shutdownin class- AbstractKarajanChannel
 
- 
 
getPeerId
public String getPeerId()
- 
 
- 
 
getUserContext
public UserContext getUserContext()
- 
- Specified by:
- getUserContextin interface- KarajanChannel
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
-