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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.oracle.coherence.common.util.Durationprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto 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 anXmlElementto return a specific type of value.- Specified by:
 processin interfaceElementProcessor<com.oracle.coherence.common.util.Duration>- Parameters:
 context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
 - a value of type T
 
 
 -