org.eclipse.ecf.server.generic.app
Class SSLGenericClientJavaApplication

java.lang.Object
  extended by org.eclipse.ecf.server.generic.app.AbstractGenericClientApplication
      extended by org.eclipse.ecf.server.generic.app.SSLGenericClientJavaApplication

public class SSLGenericClientJavaApplication
extends AbstractGenericClientApplication

Since:
6.0

Field Summary
protected static java.lang.String GENERIC_SSL_CLIENT
           
 
Fields inherited from class org.eclipse.ecf.server.generic.app.AbstractGenericClientApplication
clientContainer, clientId, connectTarget, password, waitTime
 
Constructor Summary
SSLGenericClientJavaApplication()
           
 
Method Summary
protected  ISharedObjectContainer createContainer()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.eclipse.ecf.server.generic.app.AbstractGenericClientApplication
connect, dispose, initialize, processArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC_SSL_CLIENT

protected static final java.lang.String GENERIC_SSL_CLIENT
See Also:
Constant Field Values
Constructor Detail

SSLGenericClientJavaApplication

public SSLGenericClientJavaApplication()
Method Detail

createContainer

protected ISharedObjectContainer createContainer()
                                          throws ContainerCreateException
Specified by:
createContainer in class AbstractGenericClientApplication
Throws:
ContainerCreateException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception