org.apache.mina.handler.chain
Class IoHandlerChain.Entry

java.lang.Object
  extended by org.apache.mina.handler.chain.IoHandlerChain.Entry
Enclosing class:
IoHandlerChain

public class IoHandlerChain.Entry
extends java.lang.Object

Represents a name-command pair that an IoHandlerChain contains.

Author:
Apache MINA Project

Method Summary
 IoHandlerCommand getCommand()
          Returns the command.
 java.lang.String getName()
          Returns the name of the command.
 IoHandlerCommand.NextCommand getNextCommand()
          Returns the IoHandlerCommand.NextCommand of the command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the command.


getCommand

public IoHandlerCommand getCommand()
Returns the command.


getNextCommand

public IoHandlerCommand.NextCommand getNextCommand()
Returns the IoHandlerCommand.NextCommand of the command.