Class HealthProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.HealthProcessor
-
- All Implemented Interfaces:
ElementProcessor<com.tangosol.internal.health.HealthCheckDependencies>
@XmlSimpleName("health") public class HealthProcessor extends Object implements ElementProcessor<com.tangosol.internal.health.HealthCheckDependencies>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HealthProcessor.XMLHealthCheckDependencies
-
Constructor Summary
Constructors Constructor Description HealthProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.tangosol.internal.health.HealthCheckDependencies
process(ProcessingContext ctx, XmlElement element)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public com.tangosol.internal.health.HealthCheckDependencies process(ProcessingContext ctx, XmlElement element) throws ConfigurationException
Description copied from interface:ElementProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<com.tangosol.internal.health.HealthCheckDependencies>
- Parameters:
ctx
- theProcessingContext
in which theXmlElement
is being processedelement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-
-