Uses of Class
org.globus.cog.karajan.workflow.service.UserContext

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

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

Methods in org.globus.cog.karajan.workflow.service that return UserContext
 UserContext InstanceContext.getUserContext()
           
 UserContext ServiceContext.getUserContext(GSSName name, ChannelContext channelContext)
           
 UserContext ServiceContext.getUserContext(String name, ChannelContext channelContext)
           
 

Methods in org.globus.cog.karajan.workflow.service with parameters of type UserContext
 void ServiceContext.registerUserContext(UserContext uc)
           
 void ServiceContext.unregisterUserContext(UserContext uc)
           
 

Constructors in org.globus.cog.karajan.workflow.service with parameters of type UserContext
InstanceContext(UserContext userContext)
           
 

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

Methods in org.globus.cog.karajan.workflow.service.channels that return UserContext
 UserContext BufferingChannel.getUserContext()
           
 UserContext ChannelContext.getUserContext()
           
 UserContext GSSSocketChannel.getUserContext()
           
 UserContext KarajanChannel.getUserContext()
           
 UserContext MetaChannel.getUserContext()
           
 UserContext NullChannel.getUserContext()
           
 UserContext PlainSocketChannel.getUserContext()
           
 UserContext ChannelContext.newUserContext(GSSName name)
           
 UserContext ChannelContext.newUserContext(String name)