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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.tangosol.internal.health.HealthCheckDependencies
process
(ProcessingContext ctx, XmlElement element) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
HealthProcessor
public HealthProcessor()
-
-
Method Details
-
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
-