goldengate.commandexec.server
Class LocalExecServer

java.lang.Object
  extended by goldengate.commandexec.server.LocalExecServer

public class LocalExecServer
extends Object

LocalExec server Main method.


Constructor Summary
LocalExecServer()
           
 
Method Summary
static void main(String[] args)
          Takes 3 optional arguments:
- no argument: implies 127.0.0.1 + 9999 port
- arguments:
"addresse" "port"
"addresse" "port" "default delay"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalExecServer

public LocalExecServer()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Takes 3 optional arguments:
- no argument: implies 127.0.0.1 + 9999 port
- arguments:
"addresse" "port"
"addresse" "port" "default delay"

Parameters:
args -
Throws:
Exception


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.