org.apache.james.jspf.executor
Class SynchronousSPFExecutor

java.lang.Object
  extended by org.apache.james.jspf.executor.SynchronousSPFExecutor
All Implemented Interfaces:
SPFExecutor

public class SynchronousSPFExecutor
extends java.lang.Object
implements SPFExecutor

Synchronous implementation of SPFExecuter. All queries will get executed synchronously


Constructor Summary
SynchronousSPFExecutor(Logger log, DNSService service)
           
 
Method Summary
 void execute(SPFSession session, FutureSPFResult result)
          Execute SPF queries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronousSPFExecutor

public SynchronousSPFExecutor(Logger log,
                              DNSService service)
Method Detail

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-2009 The Apache Software Foundation. All Rights Reserved.