common
Class ConnectivityInfo

java.lang.Object
  extended by common.ConnectivityInfo

public class ConnectivityInfo
extends Object

This class implements a value object component that represents the connectivity information of a device. This information is defined by the IP address at which the device can be reached and its port.


Field Summary
 byte[] address
          The device's IP address.
 int port
          The device's port.
 
Constructor Summary
ConnectivityInfo()
           
 
Method Summary
 void clear()
          Invoked when the device becomes offline (lost connectivity).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

public byte[] address
The device's IP address.


port

public int port
The device's port.

Constructor Detail

ConnectivityInfo

public ConnectivityInfo()
Method Detail

clear

public void clear()
Invoked when the device becomes offline (lost connectivity).