public class LocalProfile 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 |
|---|
LocalProfile() |
| 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 ConnectionProfileThe - URL used to establish a connection.SQLException - if it is unable to establish a connectionTeiidSQLExceptionpublic ServerConnection createServerConnection(Properties info) throws org.teiid.core.TeiidException
org.teiid.core.TeiidExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.