Uses of Class
javax.jmdns.impl.JmDNSImpl.Operation
-
Packages that use JmDNSImpl.Operation Package Description javax.jmdns.impl -
-
Uses of JmDNSImpl.Operation in javax.jmdns.impl
Methods in javax.jmdns.impl that return JmDNSImpl.Operation Modifier and Type Method Description static JmDNSImpl.Operation
JmDNSImpl.Operation. valueOf(String name)
Returns 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.Operation Modifier and Type Method Description void
JmDNSImpl. updateRecord(long now, DNSRecord rec, JmDNSImpl.Operation operation)
Notify all listeners that a record was updated.
-