org.apache.mina.example.tapedeck
Class InfoCommand

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

public class InfoCommand
extends Command

Represents the info command.

Author:
Apache MINA Project

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

InfoCommand

public InfoCommand()
Method Detail

getName

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


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