Searched refs:getTimestamp (Results 1 - 13 of 13) sorted by relevance

/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/
H A DResourceState.java72 public long getTimestamp() { method in class:ResourceState
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/resizer/
H A DAssocWithThreadPoolResizer.java132 if (currentTime - state.getTimestamp() < pool.getIdleTimeout()) {
H A DResizer.java188 if (currentTime - state.getTimestamp() < pool.getIdleTimeout()) {
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/authenticator/
H A DDigestAuthenticator.java524 currentTime - eldest.getValue().getTimestamp() <
743 public long getTimestamp() { method in class:DigestAuthenticator.NonceInfo
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/logger/
H A DFileLogger.java223 public boolean getTimestamp() { method in class:FileLogger
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/
H A DAppClientHTTPAdapter.java220 final Date instanceTimestamp = instance.getTimestamp();
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/servedcontent/
H A DDynamicContent.java100 public Date getTimestamp(); method in interface:DynamicContent.Instance
127 public Date getTimestamp() { method in class:DynamicContent.InstanceAdapter
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DCallableStatementWrapper.java344 public Timestamp getTimestamp(int parameterIndex) throws SQLException { method in class:CallableStatementWrapper
345 return callableStatement.getTimestamp(parameterIndex);
518 public Timestamp getTimestamp(int parameterIndex, Calendar cal) throws SQLException { method in class:CallableStatementWrapper
519 return callableStatement.getTimestamp(parameterIndex, cal);
896 * @see #getTimestamp
1120 * @see #getTimestamp
1343 public Timestamp getTimestamp(String parameterName) throws SQLException { method in class:CallableStatementWrapper
1344 return callableStatement.getTimestamp(parameterName);
1510 public Timestamp getTimestamp(String parameterName, Calendar cal) throws SQLException { method in class:CallableStatementWrapper
1511 return callableStatement.getTimestamp(parameterNam
[all...]
H A DResultSetWrapper.java326 public Timestamp getTimestamp(int columnIndex) throws SQLException { method in class:ResultSetWrapper
327 return resultSet.getTimestamp(columnIndex);
598 public Timestamp getTimestamp(String columnName) throws SQLException { method in class:ResultSetWrapper
599 return resultSet.getTimestamp(columnName);
2290 public Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException { method in class:ResultSetWrapper
2291 return resultSet.getTimestamp(columnIndex, cal);
2311 public Timestamp getTimestamp(String columnName, Calendar cal) throws SQLException { method in class:ResultSetWrapper
2312 return resultSet.getTimestamp(columnName, cal);
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/
H A Djdbc30.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ...
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/
H A DResultDesc.java334 ts = resultData.getTimestamp(index);
/glassfish-3.1.2/registration/registration-impl/src/main/java/com/sun/enterprise/registration/impl/
H A DSvcTag.java436 public Date getTimestamp() { method in class:SvcTag

Completed in 207 milliseconds