Package | Description |
---|---|
oracle.fmwplatform.envspec.environment |
This package contains classes that are used to represent various types of actual (existing) environments.
|
oracle.fmwplatform.envspec.environment.domain |
This package contains classes that are used to describe components of a WebLogic Domain.
|
oracle.fmwplatform.envspec.environment.topology |
This package contains classes that are used to describe components of a Topology.
|
Modifier and Type | Method and Description |
---|---|
abstract List<DataSource> |
DomainEnvironment.getDataSources() |
List<DataSource> |
OfflineEnvironment.getDataSources()
returns the list of datasource objects of the discovered offline WebLogic Domain.
|
List<DataSource> |
OnlineEnvironment.getDataSources()
returns the list of datasource objects of the discovered WebLogic Domain.
|
Modifier and Type | Field and Description |
---|---|
protected List<DataSource> |
DataSource.dataSources |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSource.setAbandonedConnectTimeout(Integer abandonedConnectTimeout)
Sets the abandonedConnectTimeout of the DataSource.
|
DataSource |
DataSource.setAlgorithmType(String algorithmType)
Sets the algorithmType of the DataSource.
|
DataSource |
DataSource.setCapacityIncrement(Integer capacityIncrement)
Sets the capacityIncrement of the DataSource.
|
DataSource |
DataSource.setConnectionClass(String connectionClass)
Sets the connectionClass of the DataSource.
|
DataSource |
DataSource.setConnectionCreationRetryFrequencySeconds(Integer connectionCreationRetryFrequencySeconds)
Sets the connectionCreationRetryFrequencySeconds of the DataSource.
|
DataSource |
DataSource.setConnectionPoolFailoverCallbackHandler(String connectionPoolFailoverCallbackHandler)
Sets the connectionPoolFailoverCallbackHandler of the DataSource.
|
DataSource |
DataSource.setConnectionReserveTimeout(Integer connectionReserveTimeout)
Sets the connectionReserveTimeout of the DataSource.
|
DataSource |
DataSource.setConnectString(String connectString)
Sets the connectString of the DataSource.
|
DataSource |
DataSource.setConnectTimeout(Integer connectTimeout)
Sets the connectTimeout of the DataSource.
|
DataSource |
DataSource.setDataSourceList(String dataSourceList)
Sets the dataSourceList of the DataSource.
|
DataSource |
DataSource.setDataSources(List<DataSource> dataSources)
Sets the dataSources of the DataSource.
|
DataSource |
DataSource.setDbDriverName(String dbDriverName)
Sets the dbDriverName of the DataSource.
|
DataSource |
DataSource.setDescriptorFileName(String descriptorFileName)
Sets the descriptorFileName of the DataSource.
|
DataSource |
DataSource.setDsName(String dsName)
Sets the dsName of the DataSource.
|
DataSource |
DataSource.setDsSuffix(String dsSuffix)
Sets the dsSuffix of the DataSource.
|
DataSource |
DataSource.setEnableDRCP(Boolean enableDRCP)
Sets the dataSourceList of the DataSource.
|
DataSource |
DataSource.setExtraProperties(List<String> extraProperties)
Sets the extraProperties of the DataSource.
|
DataSource |
DataSource.setFailoverRequestIfBusy(Boolean failoverRequestIfBusy)
Sets the failoverRequestIfBusy of the DataSource.
|
DataSource |
DataSource.setGlobalTransactionProtocol(String globalTransactionProtocol)
Sets the globalTransactionProtocol of the DataSource.
|
DataSource |
DataSource.setInitialCapacity(Integer initialCapacity)
Sets the initialCapacity of the DataSource.
|
DataSource |
DataSource.setInitSql(String initSql)
Sets the initSql of the DataSource.
|
DataSource |
DataSource.setJndiName(List<String> jndiName)
Sets the jndiName of the DataSource.
|
DataSource |
DataSource.setKeepXAConnTillTxComplete(Boolean keepXAConnTillTxComplete)
Sets the keepXAConnTillTxComplete of the DataSource.
|
DataSource |
DataSource.setLoginDelay(Integer loginDelay)
Sets the loginDelay of the DataSource.
|
DataSource |
DataSource.setMaxCapacity(Integer maxCapacity)
Sets the maxCapacity of the DataSource.
|
DataSource |
DataSource.setMinCapacity(Integer minCapacity)
Sets the minCapacity of the DataSource.
|
DataSource |
DataSource.setName(String name)
Sets the name of the DataSource.
|
DataSource |
DataSource.setRemoveInfectedConnections(Boolean removeInfectedConnections)
Sets the removeInfectedConnections of the DataSource.
|
DataSource |
DataSource.setSecondsToTrustAnIdlePoolConnection(Integer secondsToTrustAnIdlePoolConnection)
Sets the secondsToTrustAnIdlePoolConnection of the DataSource.
|
DataSource |
DataSource.setShrinkFrequency(Integer shrinkFrequency)
Sets the shrinkFrequency of the DataSource.
|
DataSource |
DataSource.setStatementCacheSize(Integer statementCacheSize)
Sets the statementCacheSize of the DataSource.
|
DataSource |
DataSource.setTargets(List<String> targets)
Sets the targets of the DataSource.
|
DataSource |
DataSource.setTestConnectionsOnReserve(Boolean testConnectionsOnReserve)
Sets the testConnectionsOnReserve of the DataSource.
|
DataSource |
DataSource.setTestFrequencySeconds(Integer testFrequencySeconds)
Sets the testFrequencySeconds of the DataSource.
|
DataSource |
DataSource.setTestTableName(String testTableName)
Sets the testTableName of the DataSource.
|
DataSource |
DataSource.setType(DataSource.Type type)
Sets the type of the DataSource.
|
DataSource |
DataSource.setUsername(String username)
Sets the username of the DataSource.
|
DataSource |
DataSource.setUseXADataSourceInterface(Boolean useXADataSourceInterface)
Sets the useXADataSourceInterface of the DataSource.
|
DataSource |
DataSource.setXaRetryDurationSeconds(Integer xaRetryDurationSeconds)
Sets the xaRetryDurationSeconds of the DataSource.
|
DataSource |
DataSource.setXaRetryIntervalSeconds(Integer xaRetryIntervalSeconds)
Sets the xaRetryIntervalSeconds of the DataSource.
|
DataSource |
DataSource.setXaSetTransactionTimeout(Integer xaSetTransactionTimeout)
Sets the xaSetTransactionTimeout of the DataSource.
|
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
DataSource.getDataSources()
Returns the dataSources of the DataSource.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSource.setDataSources(List<DataSource> dataSources)
Sets the dataSources of the DataSource.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentDatabaseMapping.updateDataSource(DataSource dataSource, Topology topology, HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> dataSourceParameterAlias, Domain topologyDomain, Boolean refreshOnly)
Add database object on a topology object based on the discovered datasource
|