Package 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
Modifier and TypeMethodDescriptionvoid
enableDNSService
(DNSService service) Provide component with a DNSService.
-
Method Details
-
enableDNSService
Provide component with a DNSService.- Parameters:
service
- the dns service. Must not benull
.
-