Uses of Class
org.globus.cog.karajan.arguments.Arg.Channel

Packages that use Arg.Channel
org.globus.cog.karajan.arguments   
org.globus.cog.karajan.util   
org.globus.cog.karajan.workflow   
org.globus.cog.karajan.workflow.nodes   
org.globus.cog.karajan.workflow.nodes.functions   
org.globus.cog.karajan.workflow.nodes.grid   
org.globus.cog.karajan.workflow.nodes.restartLog   
org.globus.cog.karajan.workflow.service   
 

Uses of Arg.Channel in org.globus.cog.karajan.arguments
 

Subclasses of Arg.Channel in org.globus.cog.karajan.arguments
static class Arg.Vargs
           
 

Methods in org.globus.cog.karajan.arguments that return Arg.Channel
 Arg.Channel NameChannelPair.getChannel()
           
static Arg.Channel Arg.Channel.getInstance(String name)
           
 

Methods in org.globus.cog.karajan.arguments with parameters of type Arg.Channel
 void Arguments.addChannel(Arg.Channel channel, VariableArguments channelArguments)
           
static void ArgUtil.createChannel(VariableStack stack, Arg.Channel channel)
           
static void ArgUtil.createChannel(VariableStack stack, Arg.Channel channel, VariableArguments data)
           
static void ArgUtil.createChannels(VariableStack stack, Arg.Channel[] channels)
           
static VariableArguments ArgUtil.getChannelArguments(VariableStack stack, Arg.Channel channel)
           
static VariableArguments ArgUtil.getChannelReturn(VariableStack stack, Arg.Channel channel)
           
static boolean ArgUtil.isReceiverPresent(VariableStack stack, Arg.Channel channel)
           
static void ArgUtil.removeChannel(VariableStack stack, Arg.Channel channel)
           
static void ArgUtil.removeChannels(VariableStack stack, Arg.Channel[] channels)
           
 

Constructors in org.globus.cog.karajan.arguments with parameters of type Arg.Channel
NameChannelPair(Arg.Channel channel, VariableArguments values)
           
 

Uses of Arg.Channel in org.globus.cog.karajan.util
 

Methods in org.globus.cog.karajan.util with parameters of type Arg.Channel
 void ArgumentsMap.addChannel(Object owner, Arg.Channel channel)
           
 

Uses of Arg.Channel in org.globus.cog.karajan.workflow
 

Fields in org.globus.cog.karajan.workflow declared as Arg.Channel
static Arg.Channel ExecutionContext.STDERR
           
static Arg.Channel ExecutionContext.STDOUT
           
 

Uses of Arg.Channel in org.globus.cog.karajan.workflow.nodes
 

Fields in org.globus.cog.karajan.workflow.nodes declared as Arg.Channel
static Arg.Channel Export.DEF_CHANNEL
           
static Arg.Channel FlowNode.STDERR
           
static Arg.Channel FlowNode.STDOUT
           
 

Methods in org.globus.cog.karajan.workflow.nodes with parameters of type Arg.Channel
protected static void AbstractSequentialWithArguments.addChannel(Object owner, Arg.Channel channel)
           
 

Uses of Arg.Channel in org.globus.cog.karajan.workflow.nodes.functions
 

Fields in org.globus.cog.karajan.workflow.nodes.functions declared as Arg.Channel
static Arg.Channel Misc.CA_PROPERTIES
           
 

Uses of Arg.Channel in org.globus.cog.karajan.workflow.nodes.grid
 

Fields in org.globus.cog.karajan.workflow.nodes.grid declared as Arg.Channel
static Arg.Channel SchedulerNode.A_HANDLERS
           
static Arg.Channel HostNode.A_PROPERTIES
           
static Arg.Channel SchedulerNode.A_PROPERTIES
           
static Arg.Channel SchedulerNode.A_TASK_TRANSFORMERS
           
static Arg.Channel GridExec.C_ENVIRONMENT
           
static Arg.Channel TaskHandlerNode.HANDLERS_CHANNEL
           
 

Uses of Arg.Channel in org.globus.cog.karajan.workflow.nodes.restartLog
 

Fields in org.globus.cog.karajan.workflow.nodes.restartLog declared as Arg.Channel
static Arg.Channel RestartLog.LOG_CHANNEL
           
 

Uses of Arg.Channel in org.globus.cog.karajan.workflow.service
 

Constructors in org.globus.cog.karajan.workflow.service with parameters of type Arg.Channel
RemoteVariableArguments(Arg.Channel channel, InstanceContext ic)