com.apple.dnssd
Interface DNSSDService

All Known Subinterfaces:
DNSSDRecordRegistrar, DNSSDRegistration

public interface DNSSDService

A tracking object for a service created by DNSSD.


Method Summary
 void stop()
          Halt the active operation and free resources associated with the DNSSDService.
 

Method Detail

stop

void stop()
Halt the active operation and free resources associated with the DNSSDService.

Any services or records registered with this DNSSDService will be deregistered. Any Browse, Resolve, or Query operations associated with this reference will be terminated.

Note: if the service was initialized with DNSSD.register(), and an extra resource record was added to the service via DNSSDRegistration.addRecord(int, int, byte[], int), the DNSRecord so created is invalidated when this method is called - the DNSRecord may not be used afterward.