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 DefaultsProcessor

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

All Implemented Interfaces:
ElementProcessor

@XmlSimpleName(value="defaults")
public class DefaultsProcessor
extends java.lang.Object
implements ElementProcessor

The DefaultsProcessor is responsible for processing the <defaults> XmlElement in a Coherence Cache Configuration file, registering each of the processed elements with the ResourceRegistry.

Since:
Coherence 12.1.3
Author:
bo 2013.12.01

Constructor Summary
DefaultsProcessor()
           

 

Method Summary
protected  boolean isRegisterable(java.lang.Class clzResource)
          Determines if the specified Class of resource should be registered with a ResourceRegistry.
 java.lang.Void process(ProcessingContext context, XmlElement element)
          Process an XmlElement to return a specific type of value.

 

Constructor Detail

DefaultsProcessor

public DefaultsProcessor()

Method Detail

process

public java.lang.Void process(ProcessingContext context,
                              XmlElement element)
                       throws ConfigurationException
Description copied from interface: ElementProcessor
Process an XmlElement to return a specific type of value.
Specified by:
process in interface ElementProcessor
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

isRegisterable

protected boolean isRegisterable(java.lang.Class clzResource)
Determines if the specified Class of resource should be registered with a ResourceRegistry.
Parameters:
clzResource - the Class of resource
Returns:
true if the resource should be registered

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.