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 CustomizableBinaryStoreManagerBuilderProcessor

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

All Implemented Interfaces:
ElementProcessor

public class CustomizableBinaryStoreManagerBuilderProcessor
extends CustomizableBuilderProcessor

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
CustomizableBinaryStoreManagerBuilderProcessor(java.lang.Class clzToRealize)
          Constructs a CustomizableBinaryStoreManagerBuilderProcessor for the specified BinaryStoreManagerBuilderCustomization Class.

 

Method Summary
 BinaryStoreManagerBuilderCustomization process(ProcessingContext context, XmlElement element)
          Process an XmlElement to return a specific type of value.

 

Methods inherited from class com.tangosol.coherence.config.xml.processor.CustomizableBuilderProcessor
instantiate

 

Constructor Detail

CustomizableBinaryStoreManagerBuilderProcessor

public CustomizableBinaryStoreManagerBuilderProcessor(java.lang.Class clzToRealize)
Constructs a CustomizableBinaryStoreManagerBuilderProcessor for the specified BinaryStoreManagerBuilderCustomization Class.
Parameters:
clzToRealize - the class that will be instantiated, injected and returned during processing

Method Detail

process

public BinaryStoreManagerBuilderCustomization process(ProcessingContext context,
                                                      XmlElement element)
                                               throws ConfigurationException
Process an XmlElement to return a specific type of value.
Specified by:
process in interface ElementProcessor
Overrides:
process in class CustomizableBuilderProcessor
Parameters:
context - the ProcessingContext in which the XmlElement is being processed
element - the XmlElement to process
Returns:
a value of type T
Throws:
ConfigurationException - when a configuration problem was encountered

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.