org.apache.mina.example.tapedeck
Class QuitCommand

java.lang.Object
  extended by org.apache.mina.example.tapedeck.Command
      extended by org.apache.mina.example.tapedeck.QuitCommand

public class QuitCommand
extends Command

Represents the quit command.

Author:
Apache MINA Project

Field Summary
static java.lang.String NAME
           
 
Constructor Summary
QuitCommand()
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

QuitCommand

public QuitCommand()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Command


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.