org.jppf.client
Class AbstractGenericClient.ConnectionInitializer
java.lang.Object
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.
|
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 |
AbstractGenericClient.ConnectionInitializer
public AbstractGenericClient.ConnectionInitializer(JPPFClientConnection c)
- Instantiate this connection initializer with the specified client connection.
- Parameters:
c - the client connection to initialize.
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.