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
ConstructorDescriptionCustomizableBinaryStoreManagerBuilderProcessor
(Class<T> clzToRealize) Constructs aCustomizableBinaryStoreManagerBuilderProcessor
for the specifiedBinaryStoreManagerBuilderCustomization
Class
. -
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.Methods inherited from class com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor
instantiate
-
Constructor Details
-
CustomizableBinaryStoreManagerBuilderProcessor
Constructs aCustomizableBinaryStoreManagerBuilderProcessor
for the specifiedBinaryStoreManagerBuilderCustomization
Class
.- Parameters:
clzToRealize
- the class that will be instantiated, injected and returned during processing
-
-
Method Details
-
process
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<T extends BinaryStoreManagerBuilderCustomization>
- Overrides:
process
in classCustomizableBuilderProcessor<T extends BinaryStoreManagerBuilderCustomization>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedelement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-