TibrvQueueGroup
Class
Declaration
class com.tibco.tibrv.TibrvQueueGroup
extends java.lang.Object
implements TibrvDispatchable
Purpose
Prioritized dispatch of several queues with one call.
Remarks
Queue groups add flexibility and fine-grained control to the event queue dispatch mechanism. Programs can create groups of queues and dispatch them according to their queue priorities.
Programs must explicitly destroy instances of this class. Rendezvous software keeps internal references to these objects, so the Java garbage collector does not delete them automatically.
Method |
Description |
Life Cycle
|
|
Dispatch
|
|
Dispatch an event from a queue group; if no event is ready, block. |
|
Dispatch an event, but if no event is ready to dispatch, return immediately (without blocking). |
|
Queues
|
|
Inherited Methods |
|