CachedField

Class

Declaration

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

Purpose

Represent a field in a cached message.

Remarks

The method CachedSubject.getFields() returns objects of this class.

Method

Description

CachedField.getDataType()

Represent a field in a cached message.

CachedField.getFieldName()

Get the Rendezvous datatype of the field.

CachedField.getValue()

Get the data value of the field.

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

CachedSubject.getFields()