|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlBlaster.client.reader.GetMessage
public class 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 -?
| Field Summary | |
|---|---|
private Global |
glob
|
private static java.util.logging.Logger |
log
|
private static java.lang.String |
ME
|
private I_XmlBlasterAccess |
xmlBlasterConnection
|
| 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 |
private void |
usage()
Command line usage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.lang.String ME
private final Global glob
private static java.util.logging.Logger log
private I_XmlBlasterAccess xmlBlasterConnection
| Constructor Detail |
|---|
public GetMessage(Global glob)
args - Command line arguments| Method Detail |
|---|
public void get()
throws java.lang.Exception
java.lang.Exceptionprivate void usage()
public static void main(java.lang.String[] args)
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||