Uses of Enum
javax.jmdns.impl.constants.DNSState
Packages that use DNSState
-
Uses of DNSState in javax.jmdns.impl
Fields in javax.jmdns.impl declared as DNSStateModifier and TypeFieldDescriptionprotected DNSState
DNSStatefulObject.DefaultImplementation._state
Methods in javax.jmdns.impl with parameters of type DNSStateModifier and TypeMethodDescriptionvoid
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.protected void
-
Uses of DNSState in javax.jmdns.impl.constants
Methods in javax.jmdns.impl.constants that return DNSStateModifier and TypeMethodDescriptionfinal DNSState
DNSState.advance()
Returns the next advanced state.
In general, this advances one step in the following sequence: PROBING_1, PROBING_2, PROBING_3, ANNOUNCING_1, ANNOUNCING_2, ANNOUNCED.
or CANCELING_1, CANCELING_2, CANCELING_3, CANCELED Does not advance for ANNOUNCED and CANCELED state.final DNSState
DNSState.revert()
Returns to the next reverted state.static DNSState
Returns the enum constant of this type with the specified name.static DNSState[]
DNSState.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DNSState in javax.jmdns.impl.tasks.state
Fields in javax.jmdns.impl.tasks.state declared as DNSStateMethods in javax.jmdns.impl.tasks.state that return DNSStateMethods in javax.jmdns.impl.tasks.state with parameters of type DNSStateModifier and TypeMethodDescriptionprotected void
Associate the DNS host and the service infos with this task if not already associated and in the same state.protected void
DNSStateTask.setTaskState
(DNSState taskState)