org.apache.james.jspf.core
Interface DNSServiceEnabled

All Known Implementing Classes:
PTRMechanism

public interface DNSServiceEnabled

Components that need to log can implement this interface so that the container will provide the DNSService


Method Summary
 void enableDNSService(DNSService service)
          Provide component with a DNSService.
 

Method Detail

enableDNSService

void enableDNSService(DNSService service)
Provide component with a DNSService.

Parameters:
service - the dns service. Must not be null.


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