goldengate.commandexec.ssl.client.test
Class LocalExecSslClient

java.lang.Object
  extended by java.lang.Thread
      extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
LocalExecSslClient()
          Simple constructor
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalExecSslClient

public LocalExecSslClient()
Simple constructor

Method Detail

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.