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 Type
    Method
    Description
    void
    Provide component with a DNSService.
  • Method Details

    • enableDNSService

      void enableDNSService(DNSService service)
      Provide component with a DNSService.
      Parameters:
      service - the dns service. Must not be null.