Searched defs:previous (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/
H A DIORToSocketInfoImpl.java66 * Part of logic is from previous version of IIOPSSLSocketFactory.
93 public List getSocketInfo(IOR ior, List previous) argument
163 if (! previous.isEmpty()) {
166 + ".getSocketInfo: returning previous socketInfo: "
167 + previous);
169 return previous;
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/resources/custom/
H A DLogViewerResource.java343 public ByteBuf(ByteBuf previous, Session f) throws IOException { argument
344 if (previous != null) {
345 assert previous.next == null;
346 previous.next = this;
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DResultSetWrapper.java1071 * to calling the method <code>previous()</code>.
1088 * Moves the cursor to the previous row in this
1097 public boolean previous() throws SQLException { method in class:ResultSetWrapper
1098 return resultSet.previous();
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/connection/
H A DConnectionImpl.java85 Linkable previous; field in class:ConnectionImpl
137 this.previous = null;
693 * Get the previous ConnectionImpl in a chain.
695 * @return The previous ConnectionImpl in a chain.
698 return (this.previous);
707 this.previous = conn;
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dprototype.js1252 previous: function(element, expression, index) {
/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. ...

Completed in 40 milliseconds