Package | Description |
---|---|
org.teiid.net | |
org.teiid.net.socket |
Modifier and Type | Method and Description |
---|---|
List<HostInfo> |
TeiidURL.getHostInfo() |
Modifier and Type | Method and Description |
---|---|
HostInfo |
SocketServerInstance.getHostInfo() |
HostInfo |
SocketServerInstanceImpl.getHostInfo() |
HostInfo |
UrlServerDiscovery.selectNextInstance(List<HostInfo> hosts) |
HostInfo |
ServerDiscovery.selectNextInstance(List<HostInfo> hosts)
Select the next instance to try.
|
Modifier and Type | Method and Description |
---|---|
List<HostInfo> |
UrlServerDiscovery.getKnownHosts(LogonResult result,
SocketServerInstance instance) |
List<HostInfo> |
ServerDiscovery.getKnownHosts(LogonResult result,
SocketServerInstance instance)
Get the currently known hosts.
|
Modifier and Type | Method and Description |
---|---|
void |
UrlServerDiscovery.connectionSuccessful(HostInfo info) |
void |
ServerDiscovery.connectionSuccessful(HostInfo info)
Indicates that a connection was made successfully to the given host.
|
ObjectChannel |
ObjectChannelFactory.createObjectChannel(HostInfo info) |
ObjectChannel |
OioOjbectChannelFactory.createObjectChannel(HostInfo info) |
SocketServerInstance |
SocketServerInstanceFactory.getServerInstance(HostInfo info) |
SocketServerInstance |
SocketServerConnectionFactory.getServerInstance(HostInfo info) |
void |
UrlServerDiscovery.markInstanceAsBad(HostInfo info) |
void |
ServerDiscovery.markInstanceAsBad(HostInfo info)
Indicates that a connection could not be made to the given host.
|
Modifier and Type | Method and Description |
---|---|
HostInfo |
UrlServerDiscovery.selectNextInstance(List<HostInfo> hosts) |
HostInfo |
ServerDiscovery.selectNextInstance(List<HostInfo> hosts)
Select the next instance to try.
|
Constructor and Description |
---|
SocketServerInstanceImpl(HostInfo info,
long synchTimeout,
int soTimeout) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.