public interface HostRegistrations
Modifier and Type | Method and Description |
---|---|
void |
addHostEvent(String hostName,
HostConnectionInfo.Event event)
Add a host event.
|
HostConnectionInfo |
getHostInfo(String hostName)
Get the host registration info.
|
void |
pruneDisconnected()
Prune all info for disconnected hosts.
|
void |
pruneExpired()
Prune all expired host info.
|
void addHostEvent(String hostName, HostConnectionInfo.Event event)
hostName
- the host idevent
- the eventHostConnectionInfo getHostInfo(String hostName)
hostName
- the host namevoid pruneExpired()
void pruneDisconnected()
Copyright © 2023 JBoss by Red Hat. All rights reserved.