public interface HostConnectionInfo
Modifier and Type | Interface and Description |
---|---|
static class |
HostConnectionInfo.BasicEventImpl |
static interface |
HostConnectionInfo.Event |
static class |
HostConnectionInfo.Events |
static class |
HostConnectionInfo.EventType |
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS |
static String |
CONNECTED |
static String |
EVENTS |
static String |
TIMESTAMP |
static String |
TYPE |
Modifier and Type | Method and Description |
---|---|
List<HostConnectionInfo.Event> |
getEvents()
Get a list of connection events.
|
String |
getHostName()
Get the host name.
|
boolean |
isConnected()
Whether the host is connected or not.
|
static final String ADDRESS
static final String CONNECTED
static final String EVENTS
static final String TIMESTAMP
static final String TYPE
String getHostName()
boolean isConnected()
true
if the host is connected, false
otherwiseList<HostConnectionInfo.Event> getEvents()
Copyright © 2023 JBoss by Red Hat. All rights reserved.