|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.uniba.wiai.lspi.util.console.Command
de.uniba.wiai.lspi.chord.console.command.ShowFingerTableNetwork
public class ShowFingerTableNetwork
Command to show the finger table of a chord node of the local chord
network.
finger -help into
the console.
| Field Summary | |
|---|---|
static String |
COMMAND_NAME
The name of this Command. |
| Fields inherited from class de.uniba.wiai.lspi.util.console.Command |
|---|
HELP_ARG1, HELP_ARG2, out, parameters, toCommand |
| Constructor Summary | |
|---|---|
ShowFingerTableNetwork(Object[] toCommand1,
PrintStream out1)
Creates a new instance of ShowFingerTable |
|
| Method Summary | |
|---|---|
void |
exec()
To be overwritten by subclasses for command execution. |
String |
getCommandName()
Return the name of the command. |
void |
printOutHelp()
To be overwritten. |
| Methods inherited from class de.uniba.wiai.lspi.util.console.Command |
|---|
addParameter, execute, setParameters, setPrintStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COMMAND_NAME
Command.
| Constructor Detail |
|---|
public ShowFingerTableNetwork(Object[] toCommand1,
PrintStream out1)
toCommand1 - out1 - | Method Detail |
|---|
public void exec()
Command
exec in class Commandpublic String getCommandName()
Command
getCommandName in class Commandexit.public void printOutHelp()
Command
printOutHelp in class Command
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||