|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.tools.QLoad
public class QLoad
The QLoad
removes all separators between the messages and,
using a QueueSender
interface, sends these messages in their
initial form to a queue.
Constructor Summary | |
---|---|
QLoad()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main method reads, using BufferedReader, text from a
character-input stream, writes it to the StringBuffer, removes all
separators between the messages and sends these messages in their initial
form to a queue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QLoad()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
main
method reads, using BufferedReader, text from a
character-input stream, writes it to the StringBuffer, removes all
separators between the messages and sends these messages in their initial
form to a queue.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |