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 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.tangosol.internal.health.HealthCheckDependenciesprocess(ProcessingContext ctx, XmlElement element) Process anXmlElementto 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:ElementProcessorProcess anXmlElementto return a specific type of value.- Specified by:
 processin interfaceElementProcessor<com.tangosol.internal.health.HealthCheckDependencies>- Parameters:
 ctx- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
 - a value of type T
 - Throws:
 ConfigurationException- when a configuration problem was encountered
 
 -