org.apache.james.jspf.executor
Class SynchronousSPFExecutor
java.lang.Object
org.apache.james.jspf.executor.SynchronousSPFExecutor
- All Implemented Interfaces:
- SPFExecutor
public class SynchronousSPFExecutor
- extends Object
- implements SPFExecutor
Synchronous implementation of SPFExecuter. All queries will get executed synchronously
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynchronousSPFExecutor
public SynchronousSPFExecutor(Logger log,
DNSService service)
execute
public void execute(SPFSession session,
FutureSPFResult result)
- Description copied from interface:
SPFExecutor
- Execute SPF queries
- Specified by:
execute
in interface SPFExecutor
- See Also:
SPFExecutor.execute(org.apache.james.jspf.core.SPFSession, org.apache.james.jspf.executor.FutureSPFResult)
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.