Class CustomizableBinaryStoreManagerBuilderProcessor<T extends BinaryStoreManagerBuilderCustomization>
java.lang.Object
com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor<T>
com.tangosol.coherence.config.xml.processor.CustomizableBinaryStoreManagerBuilderProcessor<T>
- All Implemented Interfaces:
ElementProcessor<T>
public class CustomizableBinaryStoreManagerBuilderProcessor<T extends BinaryStoreManagerBuilderCustomization>
extends CustomizableBuilderProcessor<T>
A
CustomizableBinaryStoreManagerBuilderProcessor is a CustomizableBuilderProcessor that additionally
processes the required definition of a BinaryStoreManagerBuilder for those classes supporting
BinaryStoreManagerBuilderCustomization.- Since:
- Coherence 12.1.2
- Author:
- bo 2012.02.09
-
Constructor Summary
ConstructorsConstructorDescriptionCustomizableBinaryStoreManagerBuilderProcessor(Class<T> clzToRealize) Constructs aCustomizableBinaryStoreManagerBuilderProcessorfor the specifiedBinaryStoreManagerBuilderCustomizationClass. -
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.Methods inherited from class com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor
instantiate
-
Constructor Details
-
CustomizableBinaryStoreManagerBuilderProcessor
Constructs aCustomizableBinaryStoreManagerBuilderProcessorfor the specifiedBinaryStoreManagerBuilderCustomizationClass.- Parameters:
clzToRealize- the class that will be instantiated, injected and returned during processing
-
-
Method Details
-
process
Process anXmlElementto return a specific type of value.- Specified by:
processin interfaceElementProcessor<T extends BinaryStoreManagerBuilderCustomization>- Overrides:
processin classCustomizableBuilderProcessor<T extends BinaryStoreManagerBuilderCustomization>- Parameters:
context- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
- a value of type T
- Throws:
ConfigurationException- when a configuration problem was encountered
-