|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xmlBlaster.client.reader.GetMessage
Get from command line a message.
Use this as a command line tool to get for messages from xmlBlaster,
for example for debugging reasons.
Invoke examples:
java org.xmlBlaster.client.reader.GetMessage -loginName Tim -passwd secret -oid __cmd:?totalMem
For other supported options type
java org.xmlBlaster.client.reader.GetMessage -?
| Constructor Summary | |
GetMessage(Global glob)
Constructs the GetMessage object. |
|
| Method Summary | |
void |
get()
Get the message from xmlBlaster. |
static void |
main(java.lang.String[] args)
Invoke: java org.xmlBlaster.client.reader.GetMessage -loginName Tim -passwd secret -oid __cmd:?totalMem |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GetMessage(Global glob)
| Method Detail |
public void get()
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||