TibrvQueueGroup.contains()

Method

Declaration

boolean contains(TibrvQueue eventQueue)
  throws TibrvException

Purpose

Test whether a queue is in a queue group.

Remarks

If the queue is in the group, return true; otherwise false.

If the group is invalid, return false.

Parameter

Description

eventQueue

Test the membership of this event queue in the queue group.

See Also

TibrvQueue