Searched defs:AppleService (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java672 class AppleService implements DNSSDService, Runnable class in inherits:DNSSDService,Runnable
674 public AppleService(BaseListener listener) { fNativeContext = 0; fListener = listener; } method in class:AppleService
713 // we wouldn't know. To prevent this, the AppleService object's HaltOperation() routine is declared
714 // synchronized and we perform our checks synchronized on the AppleService object, which ensures
735 class AppleBrowser extends AppleService
750 class AppleResolver extends AppleService
770 public AppleDNSRecord( AppleService owner)
789 protected AppleService fOwner;
802 class AppleRegistration extends AppleService implements DNSSDRegistration
837 class AppleRecordRegistrar extends AppleService implement
[all...]

Completed in 18 milliseconds