Package | Description |
---|---|
de.esprit.netsuite.netdata.agent |
Contains base classes for implementing custom network agents
|
de.esprit.netsuite.server.batch |
Contains classes that implement and manage the available server processes
|
de.esprit.netsuite.server.chreq |
Contains classes that make up the Dual-Port Servers request/response oriented data service
|
Modifier and Type | Method and Description |
---|---|
DataSourceEntry |
AbstractTestAgent.resetToDefaultDataSource() |
DataSourceEntry |
AbstractTestAgent.resetToPreviousDataSource() |
DataSourceEntry |
AbstractTestAgent.selectDataSource(java.lang.String dataSourceName) |
Modifier and Type | Method and Description |
---|---|
DataSourceEntry |
AbstractServerBatchTask.resetToDefaultDataSource() |
DataSourceEntry |
AbstractServerBatchTask.resetToPreviousDataSource() |
DataSourceEntry |
AbstractServerBatchTask.selectDataSource(java.lang.String dataSourceName) |
Modifier and Type | Method and Description |
---|---|
DBConnectionPool |
DataSourceManager.getDataSource(java.lang.String dataSourceName)
Returns the corresponding DBConnectionPool or null if not found
|
DataSourceEntry |
DataSourceManager.resetToDefaultDataSource(SessionId sessId)
Resets to the default DataSource which is the first one configured in the config file.
|
DataSourceEntry |
DataSourceManager.resetToPreviousDataSource(SessionId sessId)
Resets to the previously selected DataSource.
|
DataSourceEntry |
DataSourceManager.selectDataSource(SessionId sessId,
java.lang.String dataSourceName)
Selects the DataSource by name.
|
Copyright © 2013 EsprIT-Systems. All Rights Reserved.