CachedSubject

Class

Declaration

class com.tibco.tibrv.config.CachedSubject
  extends java.lang.Object

Purpose

Represent a subject in the cache.

Remarks

The method RvcacheProxy.getCachedSubjects() returns objects of this class.

Constant

Description

CachedSubject.MERGE_MODE

CachedSubject.getStorageMethod() returns these constants.

CachedSubject.REPLACE_MODE

Method

Description

CachedSubject.getFields()

Get the message fields of the cached subject.

CachedSubject.getInitialValuesServed()

Get the number of times rvcache has delivered this subject.

CachedSubject.getMessageSize()

Get the size of the cached message (in bytes).

CachedSubject.getStorageMethod()

Get the mode for storing inbound messages for the subject.

CachedSubject.getSubject()

Get the subject name.

CachedSubject.getUpdatesApplied()

Get the number of times that an inbound message has updated the cached data for this subject.

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()

See Also

RvcacheProxy.getCachedSubjects()

For background information, see Browser Administration Interface in TIBCO Rendezvous Administration.