public class EmbeddedProfile extends Object implements ConnectionProfile
Modifier and Type | Field and Description |
---|---|
static Object |
DQP_WORK_CONTEXT |
static String |
TRANSPORT_NAME |
static String |
USE_CALLING_THREAD |
static String |
WAIT_FOR_LOAD |
Constructor and Description |
---|
EmbeddedProfile() |
Modifier and Type | Method and Description |
---|---|
ConnectionImpl |
connect(String url,
Properties info)
This method tries to make a connection to the given URL.
|
ServerConnection |
createServerConnection(Properties info) |
public static final String USE_CALLING_THREAD
public static final String WAIT_FOR_LOAD
public static final String TRANSPORT_NAME
public static final Object DQP_WORK_CONTEXT
public ConnectionImpl connect(String url, Properties info) throws TeiidSQLException
connect
in interface ConnectionProfile
The
- URL used to establish a connection.SQLException
- if it is unable to establish a connectionTeiidSQLException
public ServerConnection createServerConnection(Properties info) throws org.teiid.core.TeiidException
org.teiid.core.TeiidException
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.