Uses of Class
com.caucho.config.types.Period

Packages that use Period
com.caucho.config.types   
com.caucho.ejb   
com.caucho.ejb.cfg   
com.caucho.filters   
com.caucho.hemp.services   
com.caucho.jca   
com.caucho.jca.cfg   
com.caucho.jms.jdbc   
com.caucho.jms.queue   
com.caucho.jsp.cfg   
com.caucho.loader   
com.caucho.log   
com.caucho.log.handler   
com.caucho.resources   
com.caucho.server.admin   
com.caucho.server.cluster   
com.caucho.server.deploy   
com.caucho.server.dispatch   
com.caucho.server.log   
com.caucho.server.port   
com.caucho.server.resin   
com.caucho.server.rewrite   
com.caucho.server.security   
com.caucho.server.session   
com.caucho.server.webapp   
com.caucho.servlets   
com.caucho.sql   
com.caucho.transaction   
com.caucho.vfs Resin's Virtual File System. 
 

Uses of Period in com.caucho.config.types
 

Subclasses of Period in com.caucho.config.types
 class Minutes
          Type for Minute-default period.
 

Uses of Period in com.caucho.ejb
 

Methods in com.caucho.ejb with parameters of type Period
 void EJBServer.setTransactionTimeout(Period timeout)
          Sets the transaction timeout.
 

Uses of Period in com.caucho.ejb.cfg
 

Methods in com.caucho.ejb.cfg with parameters of type Period
 void EjbBean.setTransactionTimeout(Period timeout)
          Sets the transaction timeout.
 

Uses of Period in com.caucho.filters
 

Methods in com.caucho.filters with parameters of type Period
 void ExpiresFilter.setCacheTime(Period period)
           
 void AnonymousExpiresFilter.setCacheTime(Period period)
          Sets the file cache time.
 

Uses of Period in com.caucho.hemp.services
 

Methods in com.caucho.hemp.services with parameters of type Period
 void BamMailService.setDelayTime(Period period)
          Sets the delay time, i.e.
 

Uses of Period in com.caucho.jca
 

Methods in com.caucho.jca with parameters of type Period
 void ConnectionPool.setConnectionWaitTime(Period waitTime)
          Sets the time to wait for connections
 

Uses of Period in com.caucho.jca.cfg
 

Methods in com.caucho.jca.cfg with parameters of type Period
 void ConnectionFactoryConfig.setMaxActiveTime(Period period)
           
 

Uses of Period in com.caucho.jms.jdbc
 

Methods in com.caucho.jms.jdbc with parameters of type Period
 void JdbcManager.setPollInterval(Period pollInterval)
          Sets the poll interval for destinations that have a listener, default is to do no polling.
 void JdbcManager.setPurgeInterval(Period period)
          Sets the purge interval.
 

Uses of Period in com.caucho.jms.queue
 

Methods in com.caucho.jms.queue with parameters of type Period
 void PollingQueue.setPollPeriod(Period period)
           
 void PollingTopic.setPollPeriod(Period period)
           
 

Uses of Period in com.caucho.jsp.cfg
 

Methods in com.caucho.jsp.cfg with parameters of type Period
 void JspPropertyGroup.setDependencyCheckInterval(Period period)
          Sets the dependency check interval.
 

Uses of Period in com.caucho.loader
 

Methods in com.caucho.loader with parameters of type Period
 void DependencyCheckInterval.setValue(Period period)
          Sets the interval.
 

Uses of Period in com.caucho.log
 

Methods in com.caucho.log with parameters of type Period
 void RotateLog.setRolloverPeriod(Period period)
          Sets the rollover period.
 void LogHandlerConfig.setRolloverPeriod(Period rolloverPeriod)
          Sets the rollover-period
 void AbstractRolloverLog.setRolloverPeriod(Period period)
          Sets the log rollover period, rounded up to the nearest hour.
 void ErrorLog.setRolloverPeriod(Period period)
          Sets the rotate period (compat).
 

Uses of Period in com.caucho.log.handler
 

Methods in com.caucho.log.handler with parameters of type Period
 void MailHandler.setDelayTime(Period period)
          Sets the delay time, i.e.
 void MailHandler.setMailIntervalMin(Period period)
          Sets the delay time, i.e.
 void PathHandler.setRolloverPeriod(Period rolloverPeriod)
          Sets the rollover-period
 

Uses of Period in com.caucho.resources
 

Methods in com.caucho.resources with parameters of type Period
 void ScheduledTask.setDelay(Period delay)
          Sets the delay
 void ScheduledTask.setPeriod(Period period)
          Sets the period
 

Uses of Period in com.caucho.server.admin
 

Methods in com.caucho.server.admin with parameters of type Period
 void PingThread.setInitialSleepTime(Period sleepTime)
          Sets the sleep time on startup
 void PingThread.setRetryTime(Period retryTime)
          Sets the retry time between failing pings
 void StatService.setSamplePeriod(Period period)
          Sets the statistics threshold
 void PingThread.setSleepTime(Period sleepTime)
          Sets the sleep time between pings
 void PingThread.setSocketTimeout(Period timeout)
          Sets the number of times to retry before giving up
 void StatService.setThreadDumpInterval(Period period)
          Sets the minimum time between thread dumps
 

Uses of Period in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster with parameters of type Period
 void Server.setKeepaliveConnectionTimeMax(Period period)
          Sets the keepalive connection timeout
 void Server.setKeepaliveSelectThreadTimeout(Period period)
          Sets the select-based keepalive timeout
 void ClusterServer.setKeepaliveTimeout(Period timeout)
          Sets the keepalive timeout.
 void Server.setKeepaliveTimeout(Period period)
          Sets the keepalive timeout
 void ClusterServer.setLoadBalanceConnectTimeout(Period period)
          Sets the loadBalance connection time.
 void ClusterServer.setLoadBalanceIdleTime(Period period)
          Sets the loadBalance max-idle-time.
 void ClusterServer.setLoadBalanceRecoverTime(Period period)
          Sets the loadBalance fail-recover-time.
 void ClusterServer.setLoadBalanceSocketTimeout(Period period)
          Sets the loadBalance socket time.
 void ClusterServer.setLoadBalanceWarmupTime(Period period)
          Sets the loadBalance warmup time
 void StoreManager.setMaxIdleTime(Period maxIdleTime)
          Sets the length of time an idle object can remain in the objectStore before being cleaned.
 void Server.setShutdownWaitMax(Period waitTime)
          Sets the max wait time for shutdown.
 void ClusterServer.setSocketTimeout(Period period)
          Sets the loadBalance read/write timeout
 void Server.setSocketTimeout(Period period)
          Sets the default read/write timeout for the request sockets.
 void Server.setSuspendTimeMax(Period period)
          Sets the suspend timeout
 

Uses of Period in com.caucho.server.deploy
 

Methods in com.caucho.server.deploy that return Period
 Period DeployConfig.getRedeployCheckInterval()
          Gets the redeploy check interval.
 

Methods in com.caucho.server.deploy with parameters of type Period
 void ExpandDeployGenerator.setDependencyCheckInterval(Period period)
          Sets the dependency check interval.
 void DeployController.setRedeployCheckInterval(Period period)
          Sets the redeploy-check-interval
 void DeployConfig.setRedeployCheckInterval(Period period)
          Sets the redeploy-check-interval
 

Uses of Period in com.caucho.server.dispatch
 

Methods in com.caucho.server.dispatch with parameters of type Period
 void RunAt.setPeriod(Period period)
          Sets the period
 

Uses of Period in com.caucho.server.log
 

Methods in com.caucho.server.log with parameters of type Period
 void AccessLog.setAutoFlushTime(Period period)
          Sets the autoFlushTime
 void AccessLog.setRolloverPeriod(Period period)
          Sets the log rollover period, rounded up to the nearest hour.
 

Uses of Period in com.caucho.server.port
 

Methods in com.caucho.server.port with parameters of type Period
 void Port.setKeepaliveConnectionTimeMax(Period period)
          Sets the keepalive max.
 void Port.setKeepaliveTimeout(Period period)
           
 void Port.setReadTimeout(Period period)
          Deprecated.  
 void Port.setSocketTimeout(Period period)
          Sets the read/write timeout for the accepted sockets.
 void Port.setSuspendTimeMax(Period period)
           
 void Port.setWriteTimeout(Period period)
          Deprecated.  
 

Uses of Period in com.caucho.server.resin
 

Methods in com.caucho.server.resin with parameters of type Period
 void Resin.setShutdownWaitMax(Period shutdownWaitMax)
          Sets the shutdown time
 

Uses of Period in com.caucho.server.rewrite
 

Methods in com.caucho.server.rewrite with parameters of type Period
 void ImportRule.setDependencyCheckInterval(Period dependencyCheckInterval)
           
 

Uses of Period in com.caucho.server.security
 

Methods in com.caucho.server.security with parameters of type Period
 void JdbcAuthenticator.setCookieMaxAge(Period cookieMaxAge)
          Sets the max age for a login cookie.
 

Uses of Period in com.caucho.server.session
 

Methods in com.caucho.server.session with parameters of type Period
 void SessionManager.setCookieMaxAge(Period maxAge)
          Sets the max-age of the session cookie.
 

Uses of Period in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp with parameters of type Period
 void WebApp.setActiveWaitTime(Period wait)
          Sets the delay time waiting for a restart
 void CacheMapping.setExpires(Period period)
          Sets the period
 void WebApp.setIdleTime(Period idle)
          Sets the delay time waiting for requests to end.
 void CacheMapping.setMaxAge(Period period)
          Sets the period
 void WebApp.setShutdownWaitMax(Period wait)
          Sets the delay time waiting for requests to end.
 void CacheMapping.setSMaxAge(Period period)
          Sets the period
 

Uses of Period in com.caucho.servlets
 

Methods in com.caucho.servlets with parameters of type Period
 void TcpPool.setFailRecoverTime(Period period)
          Sets the fail recover time.
 void HttpProxyServlet.setFailRecoverTime(Period period)
          Sets the fail recover time.
 void FastCGIServlet.setKeepaliveTimeout(Period period)
          Sets the keepalive timeout.
 void FastCGIServlet.setReadTimeout(Period timeout)
          Sets the socket timeout.
 

Uses of Period in com.caucho.sql
 

Methods in com.caucho.sql with parameters of type Period
 void DBPoolImpl.setConnectionWaitTime(Period waitTime)
          Sets the time to wait for a connection when all are used.
 void DBPool.setConnectionWaitTime(Period waitTime)
          Sets the time to wait for a connection when all are used.
 void DBPoolImpl.setMaxActiveTime(Period maxActiveTime)
          Set the time in milliseconds a connection can remain active.
 void DBPool.setMaxActiveTime(Period maxActiveTime)
          Set the time in milliseconds a connection can remain active.
 void DBPoolImpl.setMaxIdleTime(Period idleTime)
          Set the time in milliseconds a connection will remain in the pool before being closed.
 void DBPool.setMaxIdleTime(Period idleTime)
          Set the time in milliseconds a connection will remain in the pool before being closed.
 void DBPoolImpl.setMaxPoolTime(Period maxPoolTime)
          Set the time in milliseconds a connection will remain in the pool before being closed.
 void DBPool.setMaxPoolTime(Period maxPoolTime)
          Set the time in milliseconds a connection will remain in the pool before being closed.
 void DBPoolImpl.setPingInterval(Period interval)
          Sets the time to ping for ping-on-idle
 void DBPool.setPingInterval(Period interval)
          Sets the time to ping for ping-on-idle
 void DBPoolImpl.setTransactionTimeout(Period period)
          Sets the transaction timeout.
 void DBPool.setTransactionTimeout(Period period)
          Sets the transaction timeout.
 

Uses of Period in com.caucho.transaction
 

Methods in com.caucho.transaction with parameters of type Period
 void TransactionManagerImpl.setTimeout(Period timeout)
          Sets the timeout.
 

Uses of Period in com.caucho.vfs
 

Methods in com.caucho.vfs with parameters of type Period
 void OpenSSLFactory.setSessionCacheTimeout(Period period)
          Sets the session cache timeout