common
Class ConnectivityInfo
java.lang.Object
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. |
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 |
address
public byte[] address
- The device's IP address.
port
public int port
- The device's port.
ConnectivityInfo
public ConnectivityInfo()
clear
public void clear()
- Invoked when the device becomes offline (lost connectivity).