org.jppf.server
Interface ChannelState


public interface ChannelState

Instances of this class represent the state of a socket channel connection.

Author:
Domingos Creado

Method Summary
 void exec(SelectionKey key)
          Perform the action associated with this state.
 

Method Detail

exec

void exec(SelectionKey key)
          throws IOException
Perform the action associated with this state.

Parameters:
key - the selector key this state is associated with.
Throws:
IOException - if an error occurred while executing the action.


Copyright © 2005-2010 JPPF Team.