HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1 - 25 of 62) sorted by null

1 2 3

  /website/auth/AuthDb/src/org/opensolaris/auth/db/
DbDataSource.java 5 * of the License in the file CDDL.LICENSE at the root of the source archive
8 * include the License file at the root of your source archive.
31 * Create a new data source.
32 * @param source the Derby data source to use for the pooled connections.
37 DbDataSource(ConnectionPoolDataSource source, int maxConn, int timeout) {
38 this.source = source;
39 this.pool = new MiniConnectionPoolManager(source, maxConn, timeout);
79 source.setLogWriter(out)
154 private final ConnectionPoolDataSource source; field in class:DbDataSource
    [all...]
DbManager.java 5 * of the License in the file CDDL.LICENSE at the root of the source archive
8 * include the License file at the root of your source archive.
235 ConnectionPoolDataSource source; local
243 source = s;
250 source = s;
252 source.setLoginTimeout(timeout);
253 return new DbDataSource(source, maxConn, timeout);
257 * Dispose of any unused connections in a data source obtained from
259 * @param dataSource the data source to dispose.
260 * @throws SQLException if the data source was not obtained fro
    [all...]
  /website/oso/common/OsoDb/src/org/opensolaris/db/
DbDataSource.java 5 * of the License in the file CDDL.LICENSE at the root of the source archive
8 * include the License file at the root of your source archive.
31 * Create a new data source.
32 * @param source the Derby data source to use for the pooled connections.
37 DbDataSource(ConnectionPoolDataSource source, int maxConn, int timeout) {
38 this.source = source;
39 this.pool = new MiniConnectionPoolManager(source, maxConn, timeout);
79 source.setLogWriter(out)
154 private final ConnectionPoolDataSource source; field in class:DbDataSource
    [all...]
DbManager.java 5 * of the License in the file CDDL.LICENSE at the root of the source archive
8 * include the License file at the root of your source archive.
202 ConnectionPoolDataSource source; local
212 source = s;
219 source = s;
221 source.setLoginTimeout(timeout);
222 return new DbDataSource(source, maxConn, timeout);
226 * Dispose of any unused connections in a data source obtained from
228 * @param dataSource the data source to dispose.
229 * @throws SQLException if the data source was not obtained fro
    [all...]
  /website/portal/trunk/src/java/org/opensolaris/tonic/news/
NewsItem.java 5 * of the License in the file OPENSOLARIS.LICENSE at the root of the source
8 * include the License file at the root of your source archive.
44 private String source = null; field in class:NewsItem
64 * column="source"
67 return source;
69 public void setSource(String source) {
70 this.source = source;
NewsSearch.java 5 * of the License in the file OPENSOLARIS.LICENSE at the root of the source
8 * include the License file at the root of your source archive.
34 protected String source; field in class:NewsSearch
57 return this.source;
59 public void setSource(String source) {
60 this.source = source;
  /website/portal/trunk/lib/tonic-war/
ognl-2.6.5.jar 
jdom-1.0.jar 
oscore-2.2.4.jar 
rome-0.8.jar 
  /website/oso-libraries/J2EE/
servlet-api.jar 
  /website/auth/AuthXWiki/lib/J2EE_Core/
servlet-api.jar 
  /website/auth/Libraries/J2EE/
servlet-api.jar 
  /website/portal/trunk/lib/build/
servlet-api.jar 
  /website/auth/Libraries/Logging/
apache-log4j-extras-1.0.jar 
  /website/oso-libraries/Logging/
apache-log4j-extras-1.0.jar 
  /website/oso-libraries/JUnit/
hamcrest-all-1.2.jar 
  /website/auth/AuthXWiki/lib/XWiki1.6/
hibernate-3.2.6.ga.jar 
commons-lang-2.4.jar 
xwiki-core-1.6.1.jar 
  /website/oso-libraries/XWiki/
hibernate-3.2.6.ga.jar 
commons-lang-2.4.jar 
xwiki-core-1.8.2.jar 
velocity-tools-1.4.jar 
  /website/portal/trunk/src/sql/mysql/
schema.sql 5 * of the License in the file OPENSOLARIS.LICENSE at the root of the source
8 * include the License file at the root of your source archive.
322 source VARCHAR(250) NOT NULL COMMENT 'The source for this article.',
    [all...]

Completed in 1260 milliseconds

1 2 3