TibrvVectorListener
Class
Declaration
class com.tibco.tibrv.TibrvVectorListener
extends TibrvEvent
Purpose
Listen for inbound messages, and receive them in a vector.
Remarks
A vector listener object continues listening for messages until the program destroys it.
Programs must destroy instances of this class. Rendezvous software keeps internal references to these objects, so the Java garbage collector does not delete them automatically.
Destroying the queue or transport of a vector listener event automatically invalidates the vector listener as well.
Method |
Description |
Inherited Methods |
|
Restrictions
This class is available only in the JNI preferred implementation. It is not available in the JNI backward compatibility implementation, nor in the pure Java implementation.