goldengate.commandexec.ssl.client.test
Class LocalExecSslClient
java.lang.Object
java.lang.Thread
goldengate.commandexec.ssl.client.test.LocalExecSslClient
- All Implemented Interfaces:
- Runnable
public class LocalExecSslClient
- extends Thread
LocalExecSsl client.
This class is an example of client.
No client authentication On a bi-core Centrino2 vPro: 5/s in 50 sequential, 29/s in 10 threads with 50 sequential
With client authentication On a bi-core Centrino2 vPro: 3/s in 50 sequential, 27/s in 10 threads with 50 sequential
Method Summary |
static void |
main(String[] args)
Test & example main |
void |
run()
Run method for thread |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
LocalExecSslClient
public LocalExecSslClient()
- Simple constructor
main
public static void main(String[] args)
throws Exception
- Test & example main
- Parameters:
args
- ignored
- Throws:
Exception
run
public void run()
- Run method for thread
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.