org.jppf.jca.work
Class ConnectionInitializerTask

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


Constructor Summary
ConnectionInitializerTask(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

ConnectionInitializerTask

public ConnectionInitializerTask(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.