Searched refs:getLong (Results 1 - 11 of 11) sorted by relevance

/glassfish-3.1.2/registration/registration-impl/src/main/java/com/sun/enterprise/registration/impl/
H A DRegistrationDaemon.java58 private static final long TIMER_INTERVAL = Long.getLong("com.sun.enterprise.registration.TIMER_INTERVAL", 24 * 60 * 60 * 1000);
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/core/
H A DMsgContext.java161 public final long getLong( int i) { method in class:MsgContext
443 long t1= getLong( MsgContext.TIMER_PRE_REQUEST ) -
444 getLong( MsgContext.TIMER_RECEIVED );
445 long t2= getLong( MsgContext.TIMER_POST_REQUEST ) -
446 getLong( MsgContext.TIMER_PRE_REQUEST );
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DCallableStatementWrapper.java233 public long getLong(int parameterIndex) throws SQLException { method in class:CallableStatementWrapper
234 return callableStatement.getLong(parameterIndex);
769 * @see #getLong
1252 public long getLong(String parameterName) throws SQLException { method in class:CallableStatementWrapper
1253 return callableStatement.getLong(parameterName);
H A DResultSetWrapper.java224 public long getLong(int columnIndex) throws SQLException { method in class:ResultSetWrapper
225 return resultSet.getLong(columnIndex);
495 public long getLong(String columnName) throws SQLException { method in class:ResultSetWrapper
496 return resultSet.getLong(columnName);
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/readers/
H A DInputObject.java149 public long getLong(String key) throws InputException { method in class:InputObject
/glassfish-3.1.2/registration/glassfish-registration/src/main/java/com/sun/enterprise/registration/glassfish/
H A DPingService.java78 Long.getLong(JVM_OPTION, 7 * 24 * 60) * 60 * 1000;
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dgzio.c61 local uLong getLong OF((gz_stream *s));
416 if (getLong(s) != s->crc) {
419 (void)getLong(s);
803 local uLong getLong (s) function
/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/web/web-ajp/src/main/java/org/apache/jk/common/
H A DHandlerRequest.java634 long cl = vMB.getLong();
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/
H A DResultDesc.java293 long longValue = resultData.getLong(index);
/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. ...

Completed in 47 milliseconds