Serialized Form


Package com.strangeberry.jmdns.tools

Class com.strangeberry.jmdns.tools.Browser extends javax.swing.JFrame implements Serializable

serialVersionUID: 5750114542524415107L

Serialized Fields

jmmdns

JmmDNS jmmdns

type

java.lang.String type

types

javax.swing.DefaultListModel types

typeList

javax.swing.JList typeList

services

javax.swing.DefaultListModel services

serviceList

javax.swing.JList serviceList

info

javax.swing.JTextArea info

Package javax.jmdns

Class javax.jmdns.NetworkTopologyEvent extends java.util.EventObject implements Serializable

serialVersionUID: -8630033521752540987L

Class javax.jmdns.ServiceEvent extends java.util.EventObject implements Serializable

serialVersionUID: -8558445644541006271L


Package javax.jmdns.impl

Class javax.jmdns.impl.DNSStatefulObject.DefaultImplementation extends java.util.concurrent.locks.ReentrantLock implements Serializable

serialVersionUID: -3264781576883412227L

Serialized Fields

_dns

JmDNSImpl _dns

_task

DNSTask _task

_state

javax.jmdns.impl.constants.DNSState _state

_announcing

DNSStatefulObject.DNSStatefulObjectSemaphore _announcing

_canceling

DNSStatefulObject.DNSStatefulObjectSemaphore _canceling

Class javax.jmdns.impl.NetworkTopologyEventImpl extends NetworkTopologyEvent implements Serializable

serialVersionUID: 1445606146153550463L

Serialized Fields

_inetAddress

java.net.InetAddress _inetAddress

Class javax.jmdns.impl.ServiceEventImpl extends ServiceEvent implements Serializable

serialVersionUID: 7107973622016897488L

Serialized Fields

_type

java.lang.String _type
The type name of the service.


_name

java.lang.String _name
The instance name of the service. Or null, if the event was fired to a service type listener.


_info

ServiceInfo _info
The service info record, or null if the service could be be resolved. This is also null, if the event was fired to a service type listener.