org.jppf.client
Class AbstractGenericClient.ConnectionInitializer

java.lang.Object
  extended by org.jppf.client.AbstractGenericClient.ConnectionInitializer
All Implemented Interfaces:
Runnable
Enclosing class:
AbstractGenericClient

protected static class AbstractGenericClient.ConnectionInitializer
extends Object
implements Runnable

Wrapper class for the initialization of a client connection.


Constructor Summary
AbstractGenericClient.ConnectionInitializer(JPPFClientConnection c)
          Instantiate this connection initializer with the specified client connection.
 
Method Summary
 void run()
          Perform the initialization of a client connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGenericClient.ConnectionInitializer

public AbstractGenericClient.ConnectionInitializer(JPPFClientConnection c)
Instantiate this connection initializer with the specified client connection.

Parameters:
c - the client connection to initialize.
Method Detail

run

public void run()
Perform the initialization of a client connection.

Specified by:
run in interface Runnable
See Also:
Runnable.run()


Copyright © 2005-2010 JPPF Team.