@XmlSimpleName(value="persistence-environments") public class PersistenceEnvironmentsProcessor extends Object implements ElementProcessor<Void>
ElementProcessor
for the <persistence-environments%gt; element of
Coherence Operational Configuration files.Modifier and Type | Class and Description |
---|---|
static class |
PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor
An
ElementProcessor for children elements
of <persistence-environments%gt; element of Coherence Operational
Configuration files. |
Constructor and Description |
---|
PersistenceEnvironmentsProcessor() |
Modifier and Type | Method and Description |
---|---|
Void |
process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
public Void process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
ElementProcessor
XmlElement
to return a specific type of value.process
in interface ElementProcessor<Void>
context
- the ProcessingContext
in which the
XmlElement
is being processedxmlElement
- the XmlElement
to processConfigurationException
- when a configuration problem was encountered