TibrvEvent

Class

Declaration

class com.tibco.tibrv.TibrvEvent
  extends java.lang.Object

Purpose

Event objects represent program interest in events, and event occurrences.

Remarks

Programs create instances of event subclasses of TibrvEvent, but not of this superclass.

Each call to a Rendezvous event constructor results in a new event object, which represents your program’s interest in a set of events. Rendezvous software uses the same event object to signal each occurrence of such an event.

Destroying an event object cancels the program’s interest in that event. Destroying the queue or transport of an event automatically destroys the event as well.

Although the fault tolerance classes are technically events, they are sufficiently different from listeners and timers that they require separate description. See Fault Tolerance.

Method

Description

TibrvEvent.destroy()

Destroy an event, canceling interest.

TibrvEvent.getClosure()

Extract the closure data of an event object.

TibrvEvent.getQueue()

Extract the queue of an event object.

TibrvEvent.isValid()

Test whether an event has been destroyed.

TibrvEvent.isVectorListener()

Test whether this event object is a vector listener.

Inherited Methods

java.lang.Object.equals

java.lang.Object.getClass

java.lang.Object.hashCode

java.lang.Object.notify

java.lang.Object.notifyAll

java.lang.Object.toString (override)

java.lang.Object.wait

Descendants

TibrvListener

TibrvCmListener

TibrvTimer

TibrvFtMember

TibrvFtMonitor