TIBCO BusinessEvents™
CEP Store
Store
QueryOptions
Store.QueryOptions
.
setReuse()
Signature
void setReuse (Object queryOptions, boolean reuse)
Domain
ACTION
Description
Sets the query to be cached for reuse during subsequent calls.The caching is restricted to the containing transacted/nontransacted session. Will not be available across transactions.
Parameters
Name
Type
Description
queryOptions
Object
Query option object
reuse
boolean
Sets the query to be cached for reuse
Returns
Type
Description
void
Cautions
none