Public Member Functions | Static Private Attributes
javax.jmdns.ServiceEvent Class Reference
Inheritance diagram for javax.jmdns.ServiceEvent:
Inheritance graph
[legend]

List of all members.

Public Member Functions

ServiceEvent clone ()
abstract JmDNS getDNS ()
abstract ServiceInfo getInfo ()
abstract String getName ()
abstract String getType ()
 ServiceEvent (final Object eventSource)

Static Private Attributes

static final long serialVersionUID = -8558445644541006271L

Detailed Description

Definition at line 12 of file ServiceEvent.java.


Constructor & Destructor Documentation

javax.jmdns.ServiceEvent.ServiceEvent ( final Object  eventSource) [inline]

Constructs a Service Event.

Parameters:
eventSourceThe object on which the Event initially occurred.
Exceptions:
IllegalArgumentExceptionif source is null.

Definition at line 27 of file ServiceEvent.java.


Member Function Documentation

Reimplemented in javax.jmdns.impl.ServiceEventImpl.

Definition at line 65 of file ServiceEvent.java.

abstract JmDNS javax.jmdns.ServiceEvent.getDNS ( ) [pure virtual]

Returns the JmDNS instance which originated the event.

Returns:
JmDNS instance

Implemented in javax.jmdns.impl.ServiceEventImpl.

abstract ServiceInfo javax.jmdns.ServiceEvent.getInfo ( ) [pure virtual]

Returns the service info record, or null if the service could not be resolved. Always returns null, if the event is sent to a service type listener.

Returns:
service info record
See also:
javax.jmdns.ServiceEvent::getInfo()

Implemented in javax.jmdns.impl.ServiceEventImpl.

abstract String javax.jmdns.ServiceEvent.getName ( ) [pure virtual]

Returns the instance name of the service. Always returns null, if the event is sent to a service type listener.

Returns:
name of the service

Implemented in javax.jmdns.impl.ServiceEventImpl.

abstract String javax.jmdns.ServiceEvent.getType ( ) [pure virtual]

Returns the fully qualified type of the service.

Returns:
type of the service.

Implemented in javax.jmdns.impl.ServiceEventImpl.


Member Data Documentation

final long javax.jmdns.ServiceEvent.serialVersionUID = -8558445644541006271L [static, private]

Reimplemented in javax.jmdns.impl.ServiceEventImpl.

Definition at line 17 of file ServiceEvent.java.


The documentation for this class was generated from the following file:


zeroconf_jmdns_suite
Author(s): Daniel Stonier
autogenerated on Thu Aug 27 2015 15:50:27