Class BufferTypeProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.BufferTypeProcessor
- All Implemented Interfaces:
ElementProcessor<Integer>
@XmlSimpleName("buffer-type")
public class BufferTypeProcessor
extends Object
implements ElementProcessor<Integer>
An
ElementProcessor for the <buffer-type> Cache Configuration
element.- Author:
- bo 2013.07.10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.
-
Constructor Details
-
BufferTypeProcessor
public BufferTypeProcessor()
-
-
Method Details
-
process
public Integer process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<Integer>- Parameters:
context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-