RvcacheProxy.addSubjectReplace()

Method

Related Forms

RvcacheProxy.addSubjectsReplace()

Declaration

RvcacheProxy addSubjectReplace(
    java.lang.String  subject)
  throws ConfigurationException
RvcacheProxy addSubjectsReplace(
    java.lang.String[]  subjects)
  throws ConfigurationException

Purpose

Add a subject with replace semantics.

Remarks

Replace semantics replaces stored data from previous messages with data from new messages; see Replace and Merge in TIBCO Rendezvous Administration.

This method returns the RvcacheProxy object, so programs can conveniently chain additional method calls to the return value.

Parameter

Description

subject

Begin caching subjects that match this specification. Wildcards are permitted.

subjects

Begin caching subjects that match these specifications. Wildcards are permitted.

See Also

RvcacheProxy

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