Lines Matching full:_state
64 private final ServiceInfoState _state;
95 if (this._state.isAnnounced()) {
199 this._state = new ServiceInfoState(this);
233 this._state = new ServiceInfoState(this);
958 return _state
966 return _state.revertState();
974 return _state.cancelState();
982 return this._state.closeState();
990 return this._state.recoverState();
998 _state.removeAssociationWithTask(task);
1006 _state.associateWithTask(task, state);
1014 return _state.isAssociatedWithTask(task, state);
1022 return _state.isProbing();
1030 return _state.isAnnouncing();
1038 return _state.isAnnounced();
1046 return this._state.isCanceling();
1054 return _state.isCanceled();
1062 return _state.isClosing();
1070 return _state.isClosed();
1078 return _state.waitForAnnounced(timeout);
1086 return _state.waitForCanceled(timeout);
1168 buf.append(_state.toString());
1272 this._state.setDns(dns);
1280 return this._state.getDns();
1298 _state.setTask(null);