|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServerConnection in com.metamatrix.common.comm.api |
---|
Methods in com.metamatrix.common.comm.api that return ServerConnection | |
---|---|
ServerConnection |
ServerConnectionFactory.createConnection(java.util.Properties connectionProperties)
Establish a connection to the server. |
Methods in com.metamatrix.common.comm.api with parameters of type ServerConnection | |
---|---|
void |
ServerConnectionListener.connectionAdded(ServerConnection connection)
A connection has been added to DQP |
void |
ServerConnectionListener.connectionRemoved(ServerConnection connection)
A connection has been removed for DQP |
Uses of ServerConnection in com.metamatrix.common.comm.platform.socket.client |
---|
Classes in com.metamatrix.common.comm.platform.socket.client that implement ServerConnection | |
---|---|
class |
SocketServerConnection
Represents a client connection that maintains session state and allows for service fail over. |
Uses of ServerConnection in com.metamatrix.console.connections |
---|
Methods in com.metamatrix.console.connections that return ServerConnection | |
---|---|
ServerConnection |
ConnectionInfo.getServerConnection()
Get an adminAPIConnection. |
ServerConnection |
ConnectionInfo.getServerConnection(boolean create)
Get a ServerIConnection. |
ServerConnection |
ConnectionInfo.login()
Create a new ServerConnection. |
ServerConnection |
ConnectionInfo.relogin()
|
Uses of ServerConnection in com.metamatrix.dqp.embedded.services |
---|
Methods in com.metamatrix.dqp.embedded.services that return types with arguments of type ServerConnection | |
---|---|
java.util.Set<ServerConnection> |
EmbeddedConfigurationService.getClientConnections()
|
Uses of ServerConnection in com.metamatrix.dqp.service |
---|
Methods in com.metamatrix.dqp.service that return types with arguments of type ServerConnection | |
---|---|
java.util.Set<ServerConnection> |
ConfigurationService.getClientConnections()
This returns the active client connections that have been made to the DQP |
Uses of ServerConnection in com.metamatrix.jdbc |
---|
Fields in com.metamatrix.jdbc declared as ServerConnection | |
---|---|
protected ServerConnection |
MMConnection.serverConn
|
Methods in com.metamatrix.jdbc with parameters of type ServerConnection | |
---|---|
static MMServerConnection |
MMServerConnection.newInstance(ServerConnection serverConn,
java.util.Properties info,
java.lang.String url)
Factory Constructor |
Constructors in com.metamatrix.jdbc with parameters of type ServerConnection | |
---|---|
EmbeddedConnection(EmbeddedConnectionFactoryImpl manager,
ServerConnection serverConn,
java.util.Properties info,
ConnectionListener listener)
ctor |
|
MMConnection(ServerConnection serverConn,
java.util.Properties info,
java.lang.String url)
MMConnection constructor, tring to establish connection to metamatrix with the given URL and properties. |
|
MMServerConnection(ServerConnection serverConn,
java.util.Properties info,
java.lang.String url)
|
Uses of ServerConnection in com.metamatrix.jdbc.transport |
---|
Classes in com.metamatrix.jdbc.transport that implement ServerConnection | |
---|---|
class |
LocalServerConnection
|
Methods in com.metamatrix.jdbc.transport that return ServerConnection | |
---|---|
ServerConnection |
LocalTransportHandler.createConnection(java.util.Properties connectionProperties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |