goldengate.commandexec.ssl.server
Class LocalExecSslServer

java.lang.Object
  extended by goldengate.commandexec.ssl.server.LocalExecSslServer

public class LocalExecSslServer
extends Object

LocalExec server Main method.


Constructor Summary
LocalExecSslServer()
           
 
Method Summary
static void main(String[] args)
          Takes 3 to 6 arguments (last 3 are optional arguments):
- mandatory arguments: filename keystorepaswwd keypassword
- if no more arguments are provided, it implies 127.0.0.1 + 9999 port and no certificates
- optional arguments:
"trustfilename" "trustpassword"
"trustfilename" "trustpassword" "addresse" "port"
"trustfilename" "trustpassword" "addresse" "port" "default delay"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalExecSslServer

public LocalExecSslServer()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Takes 3 to 6 arguments (last 3 are optional arguments):
- mandatory arguments: filename keystorepaswwd keypassword
- if no more arguments are provided, it implies 127.0.0.1 + 9999 port and no certificates
- optional arguments:
"trustfilename" "trustpassword"
"trustfilename" "trustpassword" "addresse" "port"
"trustfilename" "trustpassword" "addresse" "port" "default delay"

Parameters:
args -
Throws:
Exception


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