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

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

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

Subclasses of ChannelException in org.globus.cog.karajan.workflow.service.channels
 class ShuttingDownException
           
 

Methods in org.globus.cog.karajan.workflow.service.channels that throw ChannelException
 void MetaChannel.bind(KarajanChannel channel)
           
 UserContext ChannelContext.newUserContext(GSSName name)
           
 UserContext ChannelContext.newUserContext(String name)
           
 void ChannelManager.registerChannel(ChannelID id, KarajanChannel channel)
           
 void ChannelManager.releaseLongTerm(KarajanChannel channel)
           
 KarajanChannel ChannelManager.reserveChannel(ChannelContext context)
           
 KarajanChannel ChannelManager.reserveChannel(KarajanChannel channel)
           
 KarajanChannel ChannelManager.reserveChannel(MetaChannel meta)
           
 KarajanChannel ChannelManager.reserveChannel(String host, GSSCredential cred)
           
 void ChannelManager.reserveLongTerm(KarajanChannel channel)
           
 void ChannelManager.shutdownChannel(KarajanChannel channel)
           
protected  void ChannelManager.unregisterChannel(MetaChannel channel)