Uses of Class
org.globus.cog.karajan.workflow.service.RemoteConfiguration.Entry

Packages that use RemoteConfiguration.Entry
org.globus.cog.karajan.workflow.service   
org.globus.cog.karajan.workflow.service.channels   
org.globus.cog.karajan.workflow.service.commands   
 

Uses of RemoteConfiguration.Entry in org.globus.cog.karajan.workflow.service
 

Methods in org.globus.cog.karajan.workflow.service that return RemoteConfiguration.Entry
 RemoteConfiguration.Entry RemoteConfiguration.Entry.copy()
           
 RemoteConfiguration.Entry RemoteConfiguration.find(String host)
           
 

Methods in org.globus.cog.karajan.workflow.service with parameters of type RemoteConfiguration.Entry
 void RemoteConfiguration.append(RemoteConfiguration.Entry entry)
           
 void RemoteConfiguration.prepend(RemoteConfiguration.Entry entry)
           
 

Uses of RemoteConfiguration.Entry in org.globus.cog.karajan.workflow.service.channels
 

Methods in org.globus.cog.karajan.workflow.service.channels that return RemoteConfiguration.Entry
 RemoteConfiguration.Entry ChannelContext.getConfiguration()
           
 

Methods in org.globus.cog.karajan.workflow.service.channels with parameters of type RemoteConfiguration.Entry
 void ChannelContext.setConfiguration(RemoteConfiguration.Entry configuration)
           
 

Uses of RemoteConfiguration.Entry in org.globus.cog.karajan.workflow.service.commands
 

Methods in org.globus.cog.karajan.workflow.service.commands that return RemoteConfiguration.Entry
 RemoteConfiguration.Entry ChannelConfigurationCommand.getConfig()
           
 

Constructors in org.globus.cog.karajan.workflow.service.commands with parameters of type RemoteConfiguration.Entry
ChannelConfigurationCommand(RemoteConfiguration.Entry config, String callbackURL)