Class MemberListenerProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor<List<ParameterizedBuilder<MemberListener>>>
com.tangosol.coherence.config.xml.processor.MemberListenerProcessor
- All Implemented Interfaces:
ConditionalElementProcessor<List<ParameterizedBuilder<MemberListener>>>,ElementProcessor<List<ParameterizedBuilder<MemberListener>>>
@XmlSimpleName("member-listener")
public class MemberListenerProcessor
extends AbstractEmptyElementProcessor<List<ParameterizedBuilder<MemberListener>>>
An ElementProcessor to process a <member-listener> to produce a
List containing a single MemberListener.
- Since:
- Coherence 12.1.3
- Author:
- bo 2013.03.08
-
Nested Class Summary
Nested classes/interfaces inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
AbstractEmptyElementProcessor.EmptyElementBehavior -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononProcess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.Methods inherited from class com.tangosol.coherence.config.xml.processor.AbstractEmptyElementProcessor
accepts, isEmptyElement, process
-
Constructor Details
-
MemberListenerProcessor
public MemberListenerProcessor()Constructs aMemberListenerProcessor.
-
-
Method Details
-
onProcess
public List<ParameterizedBuilder<MemberListener>> onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
onProcessin classAbstractEmptyElementProcessor<List<ParameterizedBuilder<MemberListener>>>- Parameters:
context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-