Uses of Class
javax.jmdns.impl.constants.DNSState
-
Packages that use DNSState Package Description javax.jmdns.impl javax.jmdns.impl.constants javax.jmdns.impl.tasks.state -
-
Uses of DNSState in javax.jmdns.impl
Fields in javax.jmdns.impl declared as DNSState Modifier and Type Field Description protected DNSStateDNSStatefulObject.DefaultImplementation. _stateMethods in javax.jmdns.impl with parameters of type DNSState Modifier and Type Method Description voidDNSStatefulObject. associateWithTask(DNSTask task, DNSState state)Sets the task associated with this Object.voidDNSStatefulObject.DefaultImplementation. associateWithTask(DNSTask task, DNSState state)Sets the task associated with this Object.voidHostInfo. associateWithTask(DNSTask task, DNSState state)Sets the task associated with this Object.voidJmDNSImpl. associateWithTask(DNSTask task, DNSState state)Sets the task associated with this Object.voidServiceInfoImpl. associateWithTask(DNSTask task, DNSState state)Sets the task associated with this Object.booleanDNSStatefulObject.DefaultImplementation. isAssociatedWithTask(DNSTask task, DNSState state)Checks if this object is associated with the task and in the same state.booleanDNSStatefulObject. isAssociatedWithTask(DNSTask task, DNSState state)Checks if this object is associated with the task and in the same state.booleanHostInfo. isAssociatedWithTask(DNSTask task, DNSState state)Checks if this object is associated with the task and in the same state.booleanJmDNSImpl. isAssociatedWithTask(DNSTask task, DNSState state)Checks if this object is associated with the task and in the same state.booleanServiceInfoImpl. isAssociatedWithTask(DNSTask task, DNSState state)Checks if this object is associated with the task and in the same state.protected voidDNSStatefulObject.DefaultImplementation. setState(DNSState state) -
Uses of DNSState in javax.jmdns.impl.constants
Methods in javax.jmdns.impl.constants that return DNSState Modifier and Type Method Description DNSStateDNSState. 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.DNSStateDNSState. revert()Returns to the next reverted state.static DNSStateDNSState. valueOf(java.lang.String name)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 DNSState Modifier and Type Field Description private DNSStateDNSStateTask. _taskStateThe state of the task.Methods in javax.jmdns.impl.tasks.state that return DNSState Modifier and Type Method Description protected DNSStateDNSStateTask. getTaskState()Methods in javax.jmdns.impl.tasks.state with parameters of type DNSState Modifier and Type Method Description protected voidDNSStateTask. associate(DNSState state)Associate the DNS host and the service infos with this task if not already associated and in the same state.protected voidDNSStateTask. setTaskState(DNSState taskState)
-