org.jppf.server.nio.multiplexer
Class MultiplexerChannelInitializer

java.lang.Object
  extended by org.jppf.server.nio.multiplexer.MultiplexerChannelInitializer
All Implemented Interfaces:
Runnable

public class MultiplexerChannelInitializer
extends Object
implements Runnable

Instances of this class act as a separate thread wrapper around a channel handler.

Author:
Laurent Cohen

Constructor Summary
MultiplexerChannelInitializer(AbstractSocketChannelHandler channelHandler)
          Instantiate this initializer with the specified parameters.
 
Method Summary
 void run()
          Perform the channel initialization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplexerChannelInitializer

public MultiplexerChannelInitializer(AbstractSocketChannelHandler channelHandler)
Instantiate this initializer with the specified parameters.

Parameters:
channelHandler - wrapper for the new connection to establish.
Method Detail

run

public void run()
Perform the channel initialization.

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


Copyright © 2005-2010 JPPF Team.