Class LeaseGranularityProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.LeaseGranularityProcessor
-
- All Implemented Interfaces:
ElementProcessor<Integer>
@XmlSimpleName("lease-granularity") public class LeaseGranularityProcessor extends Object implements ElementProcessor<Integer>
AnElementProcessor
for Coherence <lease-granularity> configuration- Since:
- Coherence 12.1.3
- Author:
- bo 2013.04.01
-
-
Constructor Summary
Constructors Constructor Description LeaseGranularityProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public Integer process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<Integer>
- 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
-
-