boolean |
DNSStatefulObject.advanceState(DNSTask task) |
Sets the state and notifies all objects that wait on the ServiceInfo.
|
boolean |
DNSStatefulObject.DefaultImplementation.advanceState(DNSTask task) |
Sets the state and notifies all objects that wait on the ServiceInfo.
|
boolean |
HostInfo.advanceState(DNSTask task) |
Sets the state and notifies all objects that wait on the ServiceInfo.
|
boolean |
JmDNSImpl.advanceState(DNSTask task) |
Sets the state and notifies all objects that wait on the ServiceInfo.
|
boolean |
ServiceInfoImpl.advanceState(DNSTask task) |
Sets the state and notifies all objects that wait on the ServiceInfo.
|
void |
DNSStatefulObject.associateWithTask(DNSTask task,
DNSState state) |
Sets the task associated with this Object.
|
void |
DNSStatefulObject.DefaultImplementation.associateWithTask(DNSTask task,
DNSState state) |
Sets the task associated with this Object.
|
void |
HostInfo.associateWithTask(DNSTask task,
DNSState state) |
Sets the task associated with this Object.
|
void |
JmDNSImpl.associateWithTask(DNSTask task,
DNSState state) |
Sets the task associated with this Object.
|
void |
ServiceInfoImpl.associateWithTask(DNSTask task,
DNSState state) |
Sets the task associated with this Object.
|
boolean |
DNSStatefulObject.DefaultImplementation.isAssociatedWithTask(DNSTask task,
DNSState state) |
Checks if this object is associated with the task and in the same state.
|
boolean |
DNSStatefulObject.isAssociatedWithTask(DNSTask task,
DNSState state) |
Checks if this object is associated with the task and in the same state.
|
boolean |
HostInfo.isAssociatedWithTask(DNSTask task,
DNSState state) |
Checks if this object is associated with the task and in the same state.
|
boolean |
JmDNSImpl.isAssociatedWithTask(DNSTask task,
DNSState state) |
Checks if this object is associated with the task and in the same state.
|
boolean |
ServiceInfoImpl.isAssociatedWithTask(DNSTask task,
DNSState state) |
Checks if this object is associated with the task and in the same state.
|
void |
DNSStatefulObject.DefaultImplementation.removeAssociationWithTask(DNSTask task) |
Remove the association of the task with this Object.
|
void |
DNSStatefulObject.removeAssociationWithTask(DNSTask task) |
Remove the association of the task with this Object.
|
void |
HostInfo.removeAssociationWithTask(DNSTask task) |
Remove the association of the task with this Object.
|
void |
JmDNSImpl.removeAssociationWithTask(DNSTask task) |
Remove the association of the task with this Object.
|
void |
ServiceInfoImpl.removeAssociationWithTask(DNSTask task) |
Remove the association of the task with this Object.
|
protected void |
DNSStatefulObject.DefaultImplementation.setTask(DNSTask task) |
|
protected void |
ServiceInfoImpl.ServiceInfoState.setTask(DNSTask task) |
|