
This structure is used by getOwnConnectionDescription and getAllConnectionDescription to provide information about mlpi connections.
Elements of struct ConnectionDescription
| Type | Element | Description |
|---|---|---|
| long | uid | Unique identifier of connection. |
| String | user | Login user name of connection. |
| String | uri | URI of client of connection (e.g. "mlpi.tcp://'IP-address':'port'"). |
| String | name | User-defined name of connection. |
| String | label | User-defined label of connection. |
| MlpiGlobal.DateAndTime | dateTime | Buildup system date and time (broken down time, UTC) of connection. |
| int | requestCounter | Absolute number of requests. |
| int | lastRequest | Elapsed time since last access in milliseconds. |
| ApiProtection | protection | Protection status of connection. |
| int | watchdog | Watchdog status of connection (==1 if watchdog is active (enabled and not fired)). |
Definition at line 218 of file MlpiConnection.java.