Class AsyncBackupProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.AsyncBackupProcessor
- All Implemented Interfaces:
ElementProcessor<com.oracle.coherence.common.util.Duration>
@XmlSimpleName("async-backup")
public class AsyncBackupProcessor
extends Object
implements ElementProcessor<com.oracle.coherence.common.util.Duration>
An
ElementProcessor
for an <async-backup> Configuration.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.oracle.coherence.common.util.Duration
process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
AsyncBackupProcessor
public AsyncBackupProcessor()
-
-
Method Details
-
process
public com.oracle.coherence.common.util.Duration process(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<com.oracle.coherence.common.util.Duration>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedxmlElement
- theXmlElement
to process- Returns:
- a value of type T
-