A B C D E F G H I J L N O P R S T U V W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- in(UniversalConnectionPoolLifeCycleState...) - Method in enum oracle.ucp.UniversalConnectionPoolLifeCycleState
 - 
Cecks if this enum is one of given enums
 - INBAND_DOWN - oracle.ucp.UniversalPooledConnection.ValidationType
 - initialize(Connection) - Method in interface oracle.ucp.jdbc.ConnectionInitializationCallback
 - 
Initialize the given connection.
 - isAvailable() - Method in interface oracle.ucp.UniversalPooledConnection
 - 
check whether a connection is "available" or not
 - isCommitOnConnectionReturn() - Method in interface oracle.ucp.jdbc.PoolDataSource
 - 
Returns the boolean value for the property that controls the behavior of UCP when a connection is released back to the pool with pending uncommitted changes in an active transaction.
 - isCommitOnConnectionReturn() - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
 - isCommitOnConnectionReturn() - Method in interface oracle.ucp.UniversalConnectionPool
 - 
Returns the boolean value for the property that controls the behavior of UCP when a connection is released back to the pool with pending uncommitted changes in an active transaction.
 - isConnectionHarvestable() - Method in interface oracle.ucp.jdbc.HarvestableConnection
 - 
Specifies whether this connection is harvestable.
 - isConnectionHarvestable() - Method in interface oracle.ucp.UniversalPooledConnection
 - 
Whether this connection is currently harvestable.
 - isCreateConnectionInBorrowThread() - Method in interface oracle.ucp.admin.UniversalConnectionPoolMBean
 - 
Returns the connection creation mode: either "true" if connections are created using the borrowing thread, or "false" if connections are created in the background (the default).
 - isCreateConnectionInBorrowThread() - Method in interface oracle.ucp.jdbc.PoolDataSource
 - 
Returns the connection creation mode: either "true" if connections are created using the borrowing thread, or "false" if connections are created in the background (the default).
 - isCreateConnectionInBorrowThread() - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
 - isJmxEnabled() - Method in interface oracle.ucp.admin.UniversalConnectionPoolManager
 - 
Determines the JMX availability.
 - isLoggingLevelFinest() - Method in interface oracle.ucp.diagnostics.Diagnosable
 - 
Is current logging level FINEST? This method allows to skip traces/debugs with expensive formatting, with 'if (isLoggingLevelFinest()) trace(...);'
 - isOracle() - Method in interface oracle.ucp.UniversalPooledConnection
 - 
Is this connection an Oracle connection?
 - isReadOnlyInstanceAllowed() - Method in interface oracle.ucp.admin.UniversalConnectionPoolMBean
 - 
Returns true if the connection borrow is allowed to a read-only instance, false otherwise.
 - isReadOnlyInstanceAllowed() - Method in interface oracle.ucp.jdbc.PoolDataSource
 - 
Returns true if the connection borrow is allowed to a read-only instance, false otherwise.
 - isReadOnlyInstanceAllowed() - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
 - isReadOnlyInstanceAllowed() - Method in interface oracle.ucp.UniversalConnectionPool
 - 
Returns true if the connection borrow is allowed to a read-only instance, false otherwise.
 - isReusable() - Method in interface oracle.ucp.UniversalPooledConnection
 - 
check whether a connection is "reusable" or not - either by its reusability counter or time.
 - isReusableByCount() - Method in interface oracle.ucp.UniversalPooledConnection
 - 
check whether a connection is "reusable" or not - by its reusability counter.
 - isReusableByTime() - Method in interface oracle.ucp.UniversalPooledConnection
 - 
check whether a connection is "reusable" or not - by its time.
 - isSetOnceProperty(String) - Static method in class oracle.ucp.jdbc.PoolDataSourceImpl
 - 
Authentication kays to enforce to be set up once per a single pool data source
 - isShareable() - Method in interface oracle.ucp.UniversalConnectionPool
 - 
Returns whether the pool is shareable or not.
 - isSqlWithQueryTimeoutInProgress() - Method in interface oracle.ucp.UniversalPooledConnection
 - 
Checks whether or not the connection currently performing timed-out SQL operation
 - isValid() - Method in interface oracle.ucp.jdbc.ValidConnection
 - 
Indicates whether this connection is usable.
 - isValid() - Method in interface oracle.ucp.UniversalPooledConnection
 - 
Checks whether or not the connection is valid with default timeout and default Oracle JDBC driver validation type.
 - isValid(int) - Method in interface oracle.ucp.UniversalPooledConnection
 - 
Checks whether or not the connection is valid with default Oracle JDBC driver validation type.
 - isValid(UniversalPooledConnection.ValidationType) - Method in interface oracle.ucp.UniversalPooledConnection
 - 
Checks whether or not the connection is valid with a default timeout.
 - isValid(UniversalPooledConnection.ValidationType, int) - Method in interface oracle.ucp.UniversalPooledConnection
 - 
Checks whether or not the connection is valid with a timeout.
 - isValidAsync(int, Executor) - Method in interface oracle.ucp.UniversalPooledConnection
 - 
Asynchronous version of the 'isValid()'.
 - isValidAsync(UniversalPooledConnection.ValidationType, int, Executor) - Method in interface oracle.ucp.UniversalPooledConnection
 - 
Asynchronous version of the 'isValid()'
 - isWrapperFor(Class<?>) - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
 - 
Since this class is not a wrapper, just check to see if this implements the requested interface.
 - isWrapperFor(Class<?>) - Method in class oracle.ucp.jdbc.UCPDataSource
 - 
Deprecated.
 - isWrapperFor(Class<?>) - Method in class oracle.ucp.jdbc.UCPDataSourceResource
 
All Classes All Packages