Project JXTA

net.jxta.impl.shell.bin.talk
Class talk

java.lang.Object
  |
  +--net.jxta.impl.shell.ShellApp
        |
        +--net.jxta.impl.shell.bin.talk.talk

public class talk
extends ShellApp
implements java.lang.Runnable

talk Shell command: send and receive message from other users.


Field Summary
static java.lang.String TalkIDTag
           
static java.lang.String TalkNameTag
           
 
Fields inherited from class net.jxta.impl.shell.ShellApp
adv, appMiscError, appNoError, appParamError, appSpawned, consin, consout, currentcmdline, dependsOn, group, inputPipe, outputPipe, pipes, returnVar, started, stopped
 
Constructor Summary
talk()
           
 
Method Summary
 void help()
           
 void run()
           
 int startApp(java.lang.String[] args)
           
 void stopApp()
           
 
Methods inherited from class net.jxta.impl.shell.ShellApp
consPollInput, consprint, consprintln, consWaitForInput, getAdvertisement, getEnv, getGroup, getInputConsPipe, getInputPipe, getOutputConsPipe, getOutputPipe, getReturnVariable, init, isRootShell, pollInput, print, println, setAdvertisement, setEnv, setGroup, setInputConsPipe, setInputPipe, setOutputConsPipe, setOutputPipe, setReturnVariable, waitForInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TalkNameTag

public static final java.lang.String TalkNameTag

TalkIDTag

public static final java.lang.String TalkIDTag
Constructor Detail

talk

public talk()
Method Detail

stopApp

public void stopApp()
Overrides:
stopApp in class ShellApp

startApp

public int startApp(java.lang.String[] args)
Overrides:
startApp in class ShellApp

run

public void run()
Specified by:
run in interface java.lang.Runnable

help

public void help()
Overrides:
help in class ShellApp

Project JXTA