Searched refs:fErrorCode (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingBrowseListener.java54 { fListener = listener; fErrorCode = 0; }
60 fErrorCode = errorCode;
96 if ( fErrorCode != 0)
97 fListener.operationFailed( fBrowser, fErrorCode);
121 protected int fErrorCode; field in class:SwingBrowseListener
H A DSwingDomainListener.java55 { fListener = listener; fErrorCode = 0; }
61 fErrorCode = errorCode;
91 if ( fErrorCode != 0)
92 fListener.operationFailed( fEnumerator, fErrorCode);
116 protected int fErrorCode; field in class:SwingDomainListener
H A DSwingQueryListener.java60 fErrorCode = errorCode;
82 if ( fErrorCode != 0)
83 fListener.operationFailed( fQuery, fErrorCode);
104 protected int fErrorCode; field in class:SwingQueryListener
H A DSwingResolveListener.java60 fErrorCode = errorCode;
81 if ( fErrorCode != 0)
82 fListener.operationFailed( fResolver, fErrorCode);
103 protected int fErrorCode; field in class:SwingResolveListener
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java530 public AppleDNSSDException( int errorCode) { fErrorCode = errorCode; }
532 public int getErrorCode() { return fErrorCode; }
565 if ( fErrorCode <= UNKNOWN && fErrorCode > ( UNKNOWN - kMessages.length))
567 return "DNS-SD Error " + String.valueOf( fErrorCode) + ": " + kMessages[ UNKNOWN - fErrorCode];
570 return super.getMessage() + "(" + String.valueOf( fErrorCode) + ")";
573 protected int fErrorCode; field in class:AppleDNSSDException

Completed in 25 milliseconds