org.jppf.jca.work
Class ConnectionInitializerTask
java.lang.Object
org.jppf.jca.work.ConnectionInitializerTask
- All Implemented Interfaces:
- Runnable
public class ConnectionInitializerTask
- 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 |
ConnectionInitializerTask
public ConnectionInitializerTask(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.