C D G I O P S V
C
- clear() - Method in class projms.library.util.SimpleQueue
-
Clears all elements from the list
- close() - Method in class projms.library.publisher.Publisher
-
- Consumer - Class in projms.library.consumer
-
Class to consume messages received by a JMS message broker
- Consumer(PApplet, String, String) - Constructor for class projms.library.consumer.Consumer
-
Constructor
D
- dispose() - Method in class projms.library.consumer.Consumer
-
Closes all connections
- dispose() - Method in class projms.library.publisher.Publisher
-
Dispose the publisher
G
- get() - Method in class projms.library.util.SimpleQueue
-
Returns an element (object) from queue.
- getAll() - Method in class projms.library.util.SimpleQueue
-
Returns all elements from the queue and clears it.
- getSession() - Method in class projms.library.consumer.Consumer
-
Returns the JMS Session
I
- isEmpty() - Method in class projms.library.util.SimpleQueue
-
Returns true
if queue is empty, otherwise false
O
- onMessageArrival(String, String) - Method in class projms.library.consumer.Consumer
-
Dispatches the message received by calling the onMessageArrival method of
the parent object
P
- peek() - Method in class projms.library.util.SimpleQueue
-
Peeks an element in the queue.
- projms.library.consumer - package projms.library.consumer
-
- projms.library.publisher - package projms.library.publisher
-
- projms.library.util - package projms.library.util
-
- Publisher - Class in projms.library.publisher
-
Class to publish messages to a JMS Message Broker
- Publisher(String, PApplet) - Constructor for class projms.library.publisher.Publisher
-
Constructor
- put(E) - Method in class projms.library.util.SimpleQueue
-
Puts object in queue.
S
- sendMessage(String, String, String) - Method in class projms.library.publisher.Publisher
-
Send message to topic queue
- SimpleQueue<E> - Class in projms.library.util
-
Simple Queue (FIFO) based on LinkedList.
- SimpleQueue() - Constructor for class projms.library.util.SimpleQueue
-
- size() - Method in class projms.library.util.SimpleQueue
-
Returns queue size.
V
- VERSION - Static variable in class projms.library.consumer.Consumer
-
- version() - Static method in class projms.library.consumer.Consumer
-
return the version of the library.
- VERSION - Static variable in class projms.library.publisher.Publisher
-
- version() - Static method in class projms.library.publisher.Publisher
-
return the version of the library.
C D G I O P S V
Processing library proJMS by Hauke Altmann. (C) 2012