Searched refs:closeState (Results 1 – 4 of 4) sorted by relevance
278 public boolean closeState() { in closeState() method in DNSStatefulObject.DefaultImplementation483 public boolean closeState(); in closeState() method
343 public boolean closeState() { in closeState() method in HostInfo344 return this._state.closeState(); in closeState()
981 public boolean closeState() { in closeState() method in ServiceInfoImpl982 return this._state.closeState(); in closeState()
539 public boolean closeState() { in closeState() method in JmDNSImpl540 return this._localHost.closeState(); in closeState()1810 if (this.closeState()) { in close()