Package | Description |
---|---|
org.teiid.jdbc | |
org.teiid.net | |
org.teiid.net.socket |
Modifier and Type | Field and Description |
---|---|
protected ServerConnection |
ConnectionImpl.serverConn |
Modifier and Type | Method and Description |
---|---|
ServerConnection |
LocalProfile.createServerConnection(Properties info) |
ServerConnection |
ConnectionImpl.getServerConnection()
This method gets the ServerConnection object wrapped by this object.
|
Constructor and Description |
---|
ConnectionImpl(ServerConnection serverConn,
Properties info,
String url) |
Modifier and Type | Method and Description |
---|---|
ServerConnection |
ServerConnectionFactory.getConnection(Properties connectionProperties)
Establish a connection to the server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServerConnection.isSameInstance(ServerConnection conn) |
Modifier and Type | Class and Description |
---|---|
class |
SocketServerConnection
Represents a client connection that maintains session state and allows for service fail over.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SocketServerConnection.isSameInstance(ServerConnection otherService) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.