Uses of Class
org.teiid.net.CommunicationException
-
Packages that use CommunicationException Package Description org.teiid.client.security org.teiid.gss org.teiid.jdbc org.teiid.net org.teiid.net.socket -
-
Uses of CommunicationException in org.teiid.client.security
Methods in org.teiid.client.security that throw CommunicationException Modifier and Type Method Description void
ILogon. assertIdentity(SessionToken sessionId)
LogonResult
ILogon. logon(Properties connectionProperties)
ResultsFuture<?>
ILogon. ping()
Ping the server to see if the client-server connection is alive.ResultsFuture<?>
ILogon. ping(Collection<String> sessions)
Deprecated. -
Uses of CommunicationException in org.teiid.gss
Methods in org.teiid.gss that throw CommunicationException Modifier and Type Method Description static LogonResult
MakeGSS. authenticate(ILogon logon, Properties props)
-
Uses of CommunicationException in org.teiid.jdbc
Methods in org.teiid.jdbc that throw CommunicationException Modifier and Type Method Description boolean
ConnectionImpl. isSameProcess(ConnectionImpl conn)
-
Uses of CommunicationException in org.teiid.net
Methods in org.teiid.net that throw CommunicationException Modifier and Type Method Description void
ServerConnection. authenticate()
ServerConnection
ServerConnectionFactory. getConnection(Properties connectionProperties)
Establish a connection to the server.boolean
ServerConnection. isSameInstance(ServerConnection conn)
-
Uses of CommunicationException in org.teiid.net.socket
Subclasses of CommunicationException in org.teiid.net.socket Modifier and Type Class Description class
SingleInstanceCommunicationException
An error occurred in communication between client and server.Methods in org.teiid.net.socket that throw CommunicationException Modifier and Type Method Description void
SocketServerConnection. authenticate()
void
SocketServerInstanceImpl. connect(ObjectChannelFactory channelFactory)
ObjectChannel
ObjectChannelFactory. createObjectChannel(HostInfo info)
ObjectChannel
OioOjbectChannelFactory. createObjectChannel(HostInfo info)
SocketServerConnection
SocketServerConnectionFactory. getConnection(Properties connectionProperties)
protected abstract SocketServerInstance
SocketServerInstanceImpl.RemoteInvocationHandler. getInstance()
SocketServerInstance
SocketServerConnectionFactory. getServerInstance(HostInfo info)
SocketServerInstance
SocketServerInstanceFactory. getServerInstance(HostInfo info)
boolean
SocketServerConnection. isSameInstance(ServerConnection otherService)
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.void
SocketServerInstance. send(Message message, ResultsReceiver<Object> receiver, Serializable key)
void
SocketServerInstanceImpl. send(Message message, ResultsReceiver<Object> listener, Serializable messageKey)
Constructors in org.teiid.net.socket that throw CommunicationException Constructor Description SocketServerConnection(SocketServerInstanceFactory connectionFactory, boolean secure, UrlServerDiscovery serverDiscovery, Properties connProps)
-