Uses of Interface
org.teiid.net.socket.SocketServerInstance
-
Packages that use SocketServerInstance Package Description org.teiid.net.socket -
-
Uses of SocketServerInstance in org.teiid.net.socket
Classes in org.teiid.net.socket that implement SocketServerInstance Modifier and Type Class Description class
SocketServerInstanceImpl
Client view of a socket server connection that exposes remote services On construction this class will create a channel and exchange a handshake.Methods in org.teiid.net.socket that return SocketServerInstance Modifier and Type Method Description protected abstract SocketServerInstance
SocketServerInstanceImpl.RemoteInvocationHandler. getInstance()
SocketServerInstance
SocketServerConnectionFactory. getServerInstance(HostInfo info)
SocketServerInstance
SocketServerInstanceFactory. getServerInstance(HostInfo info)
SocketServerInstance
SocketServerConnection. selectServerInstance()
Implements a sticky random selection policy TODO: make this customizable TODO: put more information on hostinfo as to process response time, last successful connect, etc.
-