Class PersistenceEnvironmentsProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.PersistenceEnvironmentsProcessor
- All Implemented Interfaces:
ElementProcessor<Void>
@XmlSimpleName("persistence-environments")
public class PersistenceEnvironmentsProcessor
extends Object
implements ElementProcessor<Void>
An
ElementProcessor
for the <persistence-environments%gt; element of
Coherence Operational Configuration files.- Since:
- Coherence 12.2.1
- Author:
- jf 2015.03.03
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AnElementProcessor
for children elements of <persistence-environments%gt; element of Coherence Operational Configuration files. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
PersistenceEnvironmentsProcessor
public PersistenceEnvironmentsProcessor()
-
-
Method Details
-
process
Description copied from interface:ElementProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<Void>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedxmlElement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-