RvcacheProxy.addSubjectMerge()

Method

Related Forms

RvcacheProxy.addSubjectsMerge()

Declaration

RvcacheProxy addSubjectMerge(
    java.lang.String  subject)
  throws ConfigurationException
RvcacheProxy addSubjectsMerge(
    java.lang.String[]  subjects)
  throws ConfigurationException

Purpose

Add a subject with merge semantics.

Remarks

Merge semantics merges 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.