|
Project JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.jxta.impl.shell.ShellOutputPipe
This class implements the default JXTA Shell OutputPipe. Message received on the pipe are displayed onto the console.
Constructor Summary | |
ShellOutputPipe(net.jxta.peergroup.PeerGroup group,
ShellConsole cons)
|
Method Summary | |
void |
close()
|
net.jxta.endpoint.Message |
createPipeMessage()
Allocate a new Message for this pipe |
void |
run()
|
void |
send(net.jxta.endpoint.Message msg)
send a message |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ShellOutputPipe(net.jxta.peergroup.PeerGroup group, ShellConsole cons)
Method Detail |
public void run()
public net.jxta.endpoint.Message createPipeMessage()
public void send(net.jxta.endpoint.Message msg)
msg
- is the Message to be sent.public void close()
|
Project JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |