Class TransactionalPreprocessor

java.lang.Object
com.tangosol.coherence.config.xml.preprocessor.TransactionalPreprocessor
All Implemented Interfaces:
DocumentElementPreprocessor.ElementPreprocessor

public class TransactionalPreprocessor extends Object implements DocumentElementPreprocessor.ElementPreprocessor
A TransactionalPreprocessor is an DocumentElementPreprocessor.ElementPreprocessor that introduces (via cloning) internal cache-config xml content for xml elements.

Ultimately this DocumentElementPreprocessor.ElementPreprocessor is designed to perform pre-processing of Coherence Cache <cache-config> declarations by merging the internal-txn-cache-config.xml elements if a transactional-scheme is specified.

Since:
Coherence 12.1.2
Author:
der 2012.1.17
See Also: