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

/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/login/
H A DClientPasswordLoginModule.java284 * @exception LoginException if the abort fails.
289 public boolean abort() throws LoginException { method in class:ClientPasswordLoginModule
H A DDigestLoginModule.java157 public final boolean abort() throws LoginException { method in class:DigestLoginModule
H A DClientCertificateLoginModule.java296 * @exception LoginException if the abort fails.
301 public boolean abort() throws LoginException { method in class:ClientCertificateLoginModule
/glassfish-3.1.2/security/core/src/main/java/com/sun/appserv/security/
H A DAppservCertificateLoginModule.java137 final public boolean abort() throws LoginException { method in class:AppservCertificateLoginModule
H A DAppservPasswordLoginModule.java209 final public boolean abort() throws LoginException method in class:AppservPasswordLoginModule
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/src/main/java/com/sun/gjc/spi/jdbc40/
H A DConnectionHolder40.java657 public void abort(Executor executor) throws SQLException { method in class:ConnectionHolder40
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dprototype.js1754 function abort(message) { throw 'Parse error in selector: ' + message; }
1756 if (this.expression == '') abort('empty expression');
1774 default: abort(expr.inspect());
1779 if (expr.length > 0) abort(expr.inspect());

Completed in 40 milliseconds