javaclients
Class HelloWorldErase
java.lang.Object
javaclients.HelloWorldErase
public class HelloWorldErase
- extends java.lang.Object
This client connects to xmlBlaster and erases a configurable amount of messages.
Try using 'java javaclients.HelloWorldPublish' in another window to create some messages.
Invoke (after starting the xmlBlaster server):
Erase all topics matching the given XPATH query:
java javaclients.HelloWorldErase -xpath /xmlBlaster/key/myToaster
Erase topic "Sport"
java javaclients.HelloWorldErase -oid Sport
- See Also:
HelloWorldPublish
,
xmlBlaster interface
Method Summary |
static void |
main(java.lang.String[] args)
Try |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelloWorldErase
public HelloWorldErase(Global glob)
main
public static void main(java.lang.String[] args)
- Try
java javaclients.HelloWorldErase -help
for usage help
Copyright © 1999-2014 The xmlBlaster.org contributers.