org.jppf.server.nio.multiplexer.generic
Class MultiplexerServerState

java.lang.Object
  extended by org.jppf.server.nio.NioState<MultiplexerTransition>
      extended by org.jppf.server.nio.multiplexer.generic.MultiplexerServerState
Direct Known Subclasses:
IdentifyingInboundChannelState, IdleState, ReceivingState, SendingMultiplexingInfoState, SendingOrReceivingState, SendingState

public abstract class MultiplexerServerState
extends NioState<MultiplexerTransition>

Common abstract superclass for all states of a multiplexer connection.

Author:
Laurent Cohen

Field Summary
protected  MultiplexerNioServer server
          The server that handles this state.
 
Constructor Summary
MultiplexerServerState(MultiplexerNioServer server)
          Initialize this state.
 
Method Summary
 
Methods inherited from class org.jppf.server.nio.NioState
performTransition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

protected MultiplexerNioServer server
The server that handles this state.

Constructor Detail

MultiplexerServerState

public MultiplexerServerState(MultiplexerNioServer server)
Initialize this state.

Parameters:
server - the server that handles this state.


Copyright © 2005-2010 JPPF Team.