oracle.ucp.common.FailoverableUniversalPooledConnectionOracleUniversalPooledConnectionpublic interface OracleFailoverablePooledConnection
extends oracle.ucp.common.FailoverableUniversalPooledConnection
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDataSourceInstanceName() |
Gets the data source instance name from which the physical connection
was retrieved.
|
String |
getDbUniqueName() |
Gets the database unique name from which the physical connection was
retrieved.
|
String |
getHostName() |
Gets the host name from which the physical connection was retrieved.
|
String |
getServiceName() |
Gets the service name from which the physical connection was
retrieved.
|
void |
setDataSourceInstanceName(String dataSourceInstanceName) |
Sets the data source instance name from which the physical connection
was retrieved.
|
void |
setDbUniqueName(String dbUhiqueName) |
Sets the database unique name from which the physical connection was
retrieved.
|
void |
setHostName(String hostName) |
Sets the host name from which the physical connection was retrieved.
|
void |
setServiceName(String serviceName) |
Sets the service name from which the physical connection was
retrieved.
|
String getDataSourceInstanceName()
null.void setDataSourceInstanceName(String dataSourceInstanceName)
String getDbUniqueName()
null.void setDbUniqueName(String dbUhiqueName)
String getHostName()
null.void setHostName(String hostName)
String getServiceName()
null.void setServiceName(String serviceName)
Copyright © 2008, 2017, Oracle. All rights reserved.