Uses of Interface
org.globus.cog.karajan.workflow.service.channels.KarajanChannel

Packages that use KarajanChannel
org.globus.cog.karajan.workflow.service   
org.globus.cog.karajan.workflow.service.channels   
org.globus.cog.karajan.workflow.service.commands   
org.globus.cog.karajan.workflow.service.handlers   
org.globus.cog.karajan.workflow.service.test   
 

Uses of KarajanChannel in org.globus.cog.karajan.workflow.service
 

Methods in org.globus.cog.karajan.workflow.service that return KarajanChannel
 KarajanChannel Client.getChannel()
           
 KarajanChannel RequestReply.getChannel()
           
 

Methods in org.globus.cog.karajan.workflow.service with parameters of type KarajanChannel
 void RequestReply.register(KarajanChannel channel)
           
 

Uses of KarajanChannel in org.globus.cog.karajan.workflow.service.channels
 

Classes in org.globus.cog.karajan.workflow.service.channels that implement KarajanChannel
 class AbstractKarajanChannel
           
 class AbstractSocketChannel
           
 class AbstractStreamKarajanChannel
           
 class BufferingChannel
          Used for buffering of commands with a polling configuration.
 class GSSSocketChannel
           
 class MetaChannel
           
 class NullChannel
           
 class PlainSocketChannel
           
 

Methods in org.globus.cog.karajan.workflow.service.channels that return KarajanChannel
 KarajanChannel ChannelManager.reserveChannel(ChannelContext context)
           
 KarajanChannel ChannelManager.reserveChannel(KarajanChannel channel)
           
 KarajanChannel ChannelManager.reserveChannel(MetaChannel meta)
           
 KarajanChannel ChannelManager.reserveChannel(String host, GSSCredential cred)
           
 

Methods in org.globus.cog.karajan.workflow.service.channels with parameters of type KarajanChannel
 void MetaChannel.bind(KarajanChannel channel)
           
 void BufferingChannel.purge(KarajanChannel channel)
           
 void Purgeable.purge(KarajanChannel channel)
           
 void ChannelManager.registerChannel(ChannelID id, KarajanChannel channel)
           
 void ChannelManager.releaseChannel(KarajanChannel channel)
           
 void ChannelManager.releaseLongTerm(KarajanChannel channel)
           
 KarajanChannel ChannelManager.reserveChannel(KarajanChannel channel)
           
 void ChannelManager.reserveLongTerm(KarajanChannel channel)
           
 void ChannelManager.shutdownChannel(KarajanChannel channel)
           
 

Constructors in org.globus.cog.karajan.workflow.service.channels with parameters of type KarajanChannel
Replier(KarajanChannel channel)
           
 

Uses of KarajanChannel in org.globus.cog.karajan.workflow.service.commands
 

Methods in org.globus.cog.karajan.workflow.service.commands with parameters of type KarajanChannel
 byte[] Command.execute(KarajanChannel channel)
           
 void Command.executeAsync(KarajanChannel channel)
           
 void GroupCommand.executeAsync(KarajanChannel channel)
           
 

Uses of KarajanChannel in org.globus.cog.karajan.workflow.service.handlers
 

Methods in org.globus.cog.karajan.workflow.service.handlers with parameters of type KarajanChannel
 void TestHandler.TestCallback.done(KarajanChannel channel)
           
 

Uses of KarajanChannel in org.globus.cog.karajan.workflow.service.test
 

Methods in org.globus.cog.karajan.workflow.service.test with parameters of type KarajanChannel
 void ChannelTest.done(KarajanChannel ochannel)