Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.coherence.config.xml.processor
Class AbstractQuorumRulePolicyProcessor

java.lang.Object
  extended by com.tangosol.coherence.config.xml.processor.AbstractQuorumRulePolicyProcessor

All Implemented Interfaces:
ElementProcessor
Direct Known Subclasses:
PartitionedQuorumPolicyProcessor, ProxyQuorumPolicyProcessor

public abstract class AbstractQuorumRulePolicyProcessor
extends java.lang.Object
implements ElementProcessor

An abstract ElementProcessor that will produce an ActionPolicy based on QuorumRules.

Since:
Coherence 12.1.3
Author:
bo 2013.03.08

Constructor Summary
AbstractQuorumRulePolicyProcessor()
           

 

Method Summary
protected  ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule getQuorumRule(ProcessingContext context, XmlElement xmlElement, java.lang.String sRuleElementName, int nRuleMask)
          Process the specified XmlElement to determine a QuorumRule

 

Methods inherited from interface com.tangosol.config.xml.ElementProcessor
process

 

Constructor Detail

AbstractQuorumRulePolicyProcessor

public AbstractQuorumRulePolicyProcessor()

Method Detail

getQuorumRule

protected ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumRule getQuorumRule(ProcessingContext context,
                                                                                   XmlElement xmlElement,
                                                                                   java.lang.String sRuleElementName,
                                                                                   int nRuleMask)
                                                                            throws ConfigurationException
Process the specified XmlElement to determine a QuorumRule
Parameters:
context - the ProcessingContext in which to process the xml
xmlElement - the XmlElement that contains the rule definition
sRuleElementName - the name of the rule
nRuleMask - the mask for the rule
Returns:
a QuorumRule
Throws:
ConfigurationException

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.