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

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java686 protected void ThrowOnErr( int rc) throws DNSSDException method in class:AppleService
741 this.ThrowOnErr( this.CreateBrowser( flags, ifIndex, regType, domain));
757 this.ThrowOnErr( this.CreateResolver( flags, ifIndex, serviceName, regType, domain));
779 this.ThrowOnErr( this.Update( flags, rData, ttl));
785 this.ThrowOnErr( this.Remove());
791 protected void ThrowOnErr( int rc) throws DNSSDException method in class:AppleDNSRecord
809 this.ThrowOnErr( this.BeginRegister( ifIndex, flags, serviceName, regType, domain, host, port, txtRecord));
819 this.ThrowOnErr( this.AddRecord( flags, rrType, rData, ttl, newRecord));
843 this.ThrowOnErr( this.CreateConnection());
854 this.ThrowOnErr( thi
[all...]

Completed in 18 milliseconds