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

1 2

  /website/oso/common/OsoDb/src/org/opensolaris/db/
DbReplicator.java 33 * @param timeout timout for copying files to the slave.
36 int timeout) {
40 this.timeout = timeout;
82 TimeoutCmd rsync = new TimeoutCmd(timeout, "rsync", "-za",
202 /** Timeout for copying files to the slave. */
203 private final int timeout; field in class:DbReplicator
MiniConnectionPoolManager.java 35 * 2007-06-21: Constructor with a timeout parameter added.<br>
42 private int timeout; field in class:MiniConnectionPoolManager
51 * Thrown in {@link #getConnection()} when no free connection becomes available within <code>timeout</code> seconds.
58 super("Timeout while waiting for a free database connection.");
63 * Constructs a MiniConnectionPoolManager object with a timeout of 60 seconds.
76 * @param timeout the maximum time in seconds to wait for a free connection.
79 int maxConnections, int timeout) {
82 this.timeout = timeout;
122 * waits until a connection becomes available or <code>timeout</code> seconds elapsed
    [all...]
TimeoutCmd.java 26 * Run a shell command with a timeout.
31 * Create a new command with a timeout. If the timeout is exceeded, the
33 * @param timeout the maximum time in seconds the command can run for.
36 public TimeoutCmd(int timeout, String... cmd) {
37 this.timeout = timeout;
64 Thread.sleep(timeout * 1000);
103 * Get the command timeout.
104 * @return the command timeout
135 private final int timeout; field in class:TimeoutCmd
    [all...]
  /website/auth/AuthDb/src/org/opensolaris/auth/db/
MiniConnectionPoolManager.java 27 * 2007-06-21: Constructor with a timeout parameter added.
33 private int timeout; field in class:MiniConnectionPoolManager
42 * Thrown in {@link #getConnection()} when no free connection becomes available within <code>timeout</code> seconds.
47 super("Timeout while waiting for a free database connection."); }}
50 * Constructs a MiniConnectionPoolManager object with a timeout of 60 seconds.
61 * @param timeout the maximum time in seconds to wait for a free connection.
63 public MiniConnectionPoolManager(ConnectionPoolDataSource dataSource, int maxConnections, int timeout) {
66 this.timeout = timeout;
91 * waits until a connection becomes available or <code>timeout</code> seconds elapsed
    [all...]
  /website/portal/trunk/src/java/org/opensolaris/base/hip/
HIPConfig.java 68 private long timeout = 600L; field in class:HIPConfig
163 return this.timeout;
166 public void setTimeout(long timeout) {
167 this.timeout = timeout;
  /website/oso/auth/AuthWebapp/src/java/org/opensolaris/auth/webapp/servlet/
AuthListener.java 131 int timeout = Config.getIntProperty( local
132 "db.replication.slave.timeout", 60);
139 timeout);
192 Config.getIntProperty("db.ccache.timeout", 10);
  /website/oso/scm/console/ScmConsole/src/java/org/opensolaris/repo/webapp/servlet/
RepoListener.java 115 int timeout = RepoConfig.getIntProperty( local
116 "db.replication.slave.timeout", 60);
123 timeout);
176 RepoConfig.getIntProperty("db.ccache.timeout", 10);
  /website/portal/trunk/lib/tonic-war/
jgroups-2.2.7.jar 
hibernate-2.1.8.jar 
concurrent-1.3.3.jar 
spring.jar 
c3p0-0.9.1-pre9.jar 
  /website/auth/Libraries/JUnit/
junit-4.5.jar 
  /website/oso-libraries/JUnit/
junit-4.5.jar 
  /website/auth/Libraries/XML-RPC/
xmlrpc-client-3.1.1b.jar 
xmlrpc-client-3.1.1.jar 
  /website/oso-libraries/XML-RPC/
xmlrpc-client-3.1.2a.jar 
  /website/auth/AuthXWiki/lib/XWiki1.6/
hibernate-3.2.6.ga.jar 
xwiki-core-1.6.1.jar 
  /website/oso-libraries/XWiki/
hibernate-3.2.6.ga.jar 
xwiki-core-1.8.2.jar 
  /website/auth/Libraries/Stripes/
stripes.jar 
  /website/oso-libraries/Stripes/
stripes.jar 
  /website/auth/Libraries/MySQL/
mysql-connector-java-5.1.7-bin.jar 
  /website/oso-libraries/MySQL/
mysql-connector-java-5.1.7-bin.jar 

Completed in 599 milliseconds

1 2