|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.clc.TrancheServerCommandLineClientItem
org.tranche.clc.ServerItem
public class ServerItem
Used for interaction with the Tranche server through a command-line interface.
| Constructor Summary | |
|---|---|
ServerItem(TrancheServer wrappedServer,
TrancheServerCommandLineClient dfsclc)
|
|
| Method Summary | |
|---|---|
void |
doAction(java.io.BufferedReader in,
java.io.PrintStream out)
Abstract class for doAction. |
static Server |
getServer()
Returns the Server object (socket server) to which this item belongs. |
| Methods inherited from class org.tranche.clc.TrancheServerCommandLineClientItem |
|---|
addAttribute, addAttribute, compareTo, getAttributes, getDescription, getName, getParameter, getTrancheServer, getTrancheServerCommandLineClient, preDoAction, splitCommandLine |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerItem(TrancheServer wrappedServer,
TrancheServerCommandLineClient dfsclc)
wrappedServer - the tranche serverdfsclc - the tranche server command line client| Method Detail |
|---|
public static Server getServer()
Returns the Server object (socket server) to which this item belongs.
public void doAction(java.io.BufferedReader in,
java.io.PrintStream out)
TrancheServerCommandLineClientItem
doAction in class TrancheServerCommandLineClientItemin - the input streamout - the output stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||