pl.edu.icm.yadda.remoting.cli.service3.process
Class RunProcess

java.lang.Object
  extended by pl.edu.icm.yadda.remoting.cli.service3.process.RunProcess

public class RunProcess
extends java.lang.Object

Launcher for new processes. Service address and process name must be provided. Additionally multiple entries in auxParam list in form key=value can be passed. Value can be String or String[] in form key={str1,str2,str3}. If String is in dd-MM-yyyy hh:mm:ss format, it will be recognized as Date."

Author:
krzys

Field Summary
static java.lang.String CLI_RUN_PROCESS_SHORT_PARAM_AUX_PARAMS
           
static java.lang.String CLI_RUN_PROCESS_SHORT_PARAM_ERRS
           
static java.lang.String CLI_RUN_PROCESS_SHORT_PARAM_PROC
           
static java.lang.String CLI_RUN_PROCESS_SHORT_PARAM_STATS_INTERV
           
 
Constructor Summary
RunProcess()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLI_RUN_PROCESS_SHORT_PARAM_PROC

public static final java.lang.String CLI_RUN_PROCESS_SHORT_PARAM_PROC
See Also:
Constant Field Values

CLI_RUN_PROCESS_SHORT_PARAM_ERRS

public static final java.lang.String CLI_RUN_PROCESS_SHORT_PARAM_ERRS
See Also:
Constant Field Values

CLI_RUN_PROCESS_SHORT_PARAM_STATS_INTERV

public static final java.lang.String CLI_RUN_PROCESS_SHORT_PARAM_STATS_INTERV
See Also:
Constant Field Values

CLI_RUN_PROCESS_SHORT_PARAM_AUX_PARAMS

public static final java.lang.String CLI_RUN_PROCESS_SHORT_PARAM_AUX_PARAMS
See Also:
Constant Field Values
Constructor Detail

RunProcess

public RunProcess()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args -
Throws:
java.lang.Exception


Copyright © 2002-2012 ICM, Warsaw University. All Rights Reserved.