@XmlSimpleName(value="persistence") public class PersistenceProcessor extends AbstractEmptyElementProcessor<com.tangosol.internal.net.service.grid.PersistenceDependencies>
ElementProcessor that will parse a <persistence> element to
produce a PersistenceDependencies instance.AbstractEmptyElementProcessor.EmptyElementBehavior| Constructor and Description |
|---|
PersistenceProcessor()
Constructs a
PersistenceProcessor. |
| Modifier and Type | Method and Description |
|---|---|
com.tangosol.internal.net.service.grid.PersistenceDependencies |
onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
accepts, isEmptyElement, processpublic PersistenceProcessor()
PersistenceProcessor.public com.tangosol.internal.net.service.grid.PersistenceDependencies onProcess(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
AbstractEmptyElementProcessorXmlElement to return a specific type of value.onProcess in class AbstractEmptyElementProcessor<com.tangosol.internal.net.service.grid.PersistenceDependencies>context - the ProcessingContext in which the
XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered