Uses of Interface
org.apache.james.jspf.core.Logger

Packages that use Logger
org.apache.james.jspf.core   
org.apache.james.jspf.executor   
org.apache.james.jspf.impl   
org.apache.james.jspf.parser   
org.apache.james.jspf.policies.local   
org.apache.james.jspf.terms   
 

Uses of Logger in org.apache.james.jspf.core
 

Methods in org.apache.james.jspf.core that return Logger
 Logger Logger.getChildLogger(java.lang.String name)
          Create a new child logger.
 

Methods in org.apache.james.jspf.core with parameters of type Logger
 void LogEnabled.enableLogging(Logger logger)
          Provide component with a logger.
 

Constructors in org.apache.james.jspf.core with parameters of type Logger
MacroExpand(Logger logger, DNSService dnsProbe)
          Construct MacroExpand
 

Uses of Logger in org.apache.james.jspf.executor
 

Constructors in org.apache.james.jspf.executor with parameters of type Logger
StagedMultipleSPFExecutor(Logger log, DNSAsynchLookupService service)
           
SynchronousSPFExecutor(Logger log, DNSService service)
           
 

Uses of Logger in org.apache.james.jspf.impl
 

Classes in org.apache.james.jspf.impl that implement Logger
 class Log4JLogger
          Implementation of the Logger interface using the Log4J implementation strategy.
 

Fields in org.apache.james.jspf.impl declared as Logger
protected  Logger DNSServiceXBillImpl.log
           
 

Methods in org.apache.james.jspf.impl that return Logger
 Logger Log4JLogger.getChildLogger(java.lang.String name)
          Create a new child logger.
 

Constructors in org.apache.james.jspf.impl with parameters of type Logger
DefaultSPF(Logger logger)
          Uses passed logger and DNSJava based dns resolver
DefaultTermsFactory(Logger log)
           
DefaultTermsFactory(Logger log, WiringService wiringService)
           
DNSServiceXBillImpl(Logger logger)
          Default Constructor.
DNSServiceXBillImpl(Logger logger, org.xbill.DNS.Resolver resolver)
          Constructor to specify a custom resolver.
SPF(DNSService dnsProbe, Logger logger)
          Uses passed logger and passed dnsServicer
SPF(DNSService dnsProbe, SPFRecordParser parser, Logger logger, MacroExpand macroExpand, SPFExecutor executor)
          Uses passed services
 

Uses of Logger in org.apache.james.jspf.parser
 

Constructors in org.apache.james.jspf.parser with parameters of type Logger
RFC4408SPF1Parser(Logger logger, TermsFactory termsFactory)
          Constructor.
 

Uses of Logger in org.apache.james.jspf.policies.local
 

Constructors in org.apache.james.jspf.policies.local with parameters of type Logger
DefaultExplanationPolicy(Logger log, java.lang.String explanation, MacroExpand macroExpand)
           
FallbackPolicy(Logger log, SPFRecordParser parser)
           
OverridePolicy(Logger log, SPFRecordParser parser)
           
TrustedForwarderPolicy(Logger log)
           
 

Uses of Logger in org.apache.james.jspf.terms
 

Fields in org.apache.james.jspf.terms declared as Logger
protected  Logger IncludeMechanism.log
           
protected  Logger GenericModifier.log
           
protected  Logger GenericMechanism.log
           
 

Methods in org.apache.james.jspf.terms with parameters of type Logger
 void IncludeMechanism.enableLogging(Logger logger)
           
 void GenericModifier.enableLogging(Logger logger)
           
 void GenericMechanism.enableLogging(Logger logger)
           
 

Constructors in org.apache.james.jspf.terms with parameters of type Logger
Directive(java.lang.String qualifier, Mechanism mechanism, Logger logger)
          Construct Directive
 



Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.