Uses of Class
org.globus.cog.karajan.workflow.service.channels.ChannelContext

Packages that use ChannelContext
org.globus.cog.karajan.workflow.service   
org.globus.cog.karajan.workflow.service.channels   
 

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

Methods in org.globus.cog.karajan.workflow.service that return ChannelContext
 ChannelContext InstanceContext.getChannelContext()
           
 ChannelContext UserContext.getChannelContext()
           
 

Methods in org.globus.cog.karajan.workflow.service with parameters of type ChannelContext
 UserContext ServiceContext.getUserContext(GSSName name, ChannelContext channelContext)
           
 UserContext ServiceContext.getUserContext(String name, ChannelContext channelContext)
           
static Client Client.newClient(String contact, ChannelContext context)
           
 

Constructors in org.globus.cog.karajan.workflow.service with parameters of type ChannelContext
UserContext(String name, ChannelContext channelContext)
           
 

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

Methods in org.globus.cog.karajan.workflow.service.channels that return ChannelContext
 ChannelContext AbstractKarajanChannel.getChannelContext()
           
 ChannelContext KarajanChannel.getChannelContext()
           
 

Methods in org.globus.cog.karajan.workflow.service.channels with parameters of type ChannelContext
 KarajanChannel ChannelManager.reserveChannel(ChannelContext context)
           
 void AbstractKarajanChannel.setChannelContext(ChannelContext context)
           
 void KarajanChannel.setChannelContext(ChannelContext context)
           
 

Constructors in org.globus.cog.karajan.workflow.service.channels with parameters of type ChannelContext
AbstractKarajanChannel(RequestManager requestManager, ChannelContext channelContext)
           
AbstractSocketChannel(RequestManager requestManager, ChannelContext channelContext, Socket socket, boolean client)
           
AbstractStreamKarajanChannel(RequestManager requestManager, ChannelContext channelContext)
           
BufferingChannel(ChannelContext channelContext)
           
GSSSocketChannel(GssSocket socket, RequestManager requestManager, ChannelContext sc, boolean client)
           
GSSSocketChannel(GssSocket socket, RequestManager requestManager, ChannelContext sc, boolean client, String endpoint)
           
MetaChannel(ChannelContext channelContext)
           
MetaChannel(RequestManager requestManager, ChannelContext channelContext)
           
PlainSocketChannel(Socket socket, RequestManager requestManager, ChannelContext channelContext, boolean client)