Class DaemonPoolProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.DaemonPoolProcessor
- All Implemented Interfaces:
- ElementProcessor<ParameterizedBuilder<com.tangosol.internal.util.DaemonPool>>
public class DaemonPoolProcessor
extends Object
implements ElementProcessor<ParameterizedBuilder<com.tangosol.internal.util.DaemonPool>>
An 
ElementProcessor to process a daemon pool configuration.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionParameterizedBuilder<com.tangosol.internal.util.DaemonPool> process(ProcessingContext context, XmlElement xml) Process anXmlElementto return a specific type of value.
- 
Constructor Details- 
DaemonPoolProcessorpublic DaemonPoolProcessor()
 
- 
- 
Method Details- 
processpublic ParameterizedBuilder<com.tangosol.internal.util.DaemonPool> process(ProcessingContext context, XmlElement xml) throws ConfigurationException Description copied from interface:ElementProcessorProcess anXmlElementto return a specific type of value.- Specified by:
- processin interface- ElementProcessor<ParameterizedBuilder<com.tangosol.internal.util.DaemonPool>>
- Parameters:
- context- the- ProcessingContextin which the- XmlElementis being processed
- xml- the- XmlElementto process
- Returns:
- a value of type T
- Throws:
- ConfigurationException- when a configuration problem was encountered
 
 
-