org.apache.mina.example.tapedeck
Class LoadCommand

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

public class LoadCommand
extends Command

Represents the load <tape> command.

Author:
Apache MINA Project

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

Field Detail

NAME

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

LoadCommand

public LoadCommand(int tapeNumber)
Method Detail

getTapeNumber

public int getTapeNumber()

getName

public String getName()
Specified by:
getName in class Command


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