| |
|
| java.lang.Object org.griphyn.vdl.toolkit.Toolkit org.griphyn.vdl.invocation.SimpleServer
Method Summary | |
public int | checkFile(String filename) Reads the contents of the specified file, and returns with the
remote exit code contained in the job chain.
Parameters: filename - is the name of the file with the kickstart record. | public static boolean | getTerminate() | public static void | main(String args) | public static void | setTerminate(boolean b) | public void | showUsage() |
c_logger | public static Logger c_logger(Code) | | |
c_terminate | public static boolean c_terminate(Code) | | |
checkFile | public int checkFile(String filename)(Code) | | Reads the contents of the specified file, and returns with the
remote exit code contained in the job chain.
Parameters: filename - is the name of the file with the kickstart record. the exit code derived from the remote exit code. |
getTerminate | public static boolean getTerminate()(Code) | | |
setTerminate | public static void setTerminate(boolean b)(Code) | | |
showUsage | public void showUsage()(Code) | | |
|
|
|