org.apache.mina.example.tapedeck
Class StopCommand

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

public class StopCommand
extends Command

Represents the stop command.

Author:
Apache MINA Project

Field Summary
static java.lang.String NAME
           
 
Constructor Summary
StopCommand()
           
 
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

StopCommand

public StopCommand()
Method Detail

getName

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


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