Class PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor<PersistenceEnvironmentParamBuilder>
com.tangosol.coherence.config.xml.processor.PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor
- All Implemented Interfaces:
 ConditionalElementProcessor<PersistenceEnvironmentParamBuilder>,ElementProcessor<PersistenceEnvironmentParamBuilder>
- Enclosing class:
 PersistenceEnvironmentsProcessor
@XmlSimpleName("persistence-environment")
public static class PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor
extends AbstractEmptyElementProcessor<PersistenceEnvironmentParamBuilder>
An 
ElementProcessor for children elements
 of  <persistence-environments%gt; element of Coherence Operational
 Configuration files. Produces a PersistenceEnvironmentParamBuilder.- 
Nested Class Summary
Nested classes/interfaces inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
AbstractEmptyElementProcessor.EmptyElementBehavior - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected PersistenceEnvironmentParamBuilderonProcess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.Methods inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
accepts, isEmptyElement, process 
- 
Constructor Details
- 
PersistenceEnvironmentProcessor
public PersistenceEnvironmentProcessor() 
 - 
 - 
Method Details
- 
onProcess
protected PersistenceEnvironmentParamBuilder onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Description copied from class:AbstractEmptyElementProcessorProcess anXmlElementto return a specific type of value.- Specified by:
 onProcessin classAbstractEmptyElementProcessor<PersistenceEnvironmentParamBuilder>- Parameters:
 context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
 - a value of type T
 - Throws:
 ConfigurationException- when a configuration problem was encountered
 
 -