Uses of Enum
javax.jmdns.impl.JmDNSImpl.Operation
Packages that use JmDNSImpl.Operation
-
Uses of JmDNSImpl.Operation in javax.jmdns.impl
Methods in javax.jmdns.impl that return JmDNSImpl.OperationModifier and TypeMethodDescriptionstatic JmDNSImpl.OperationReturns the enum constant of this type with the specified name.static JmDNSImpl.Operation[]JmDNSImpl.Operation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.jmdns.impl with parameters of type JmDNSImpl.OperationModifier and TypeMethodDescriptionvoidJmDNSImpl.updateRecord(long now, DNSRecord rec, JmDNSImpl.Operation operation) Notify all listeners that a record was updated.