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

123

/openjdk7/jdk/src/share/classes/java/net/
H A DCacheRequest.java35 * store the resource data into the cache, and also an abort() method
62 public abstract void abort(); method in class:CacheRequest
/openjdk7/jdk/test/javax/security/auth/login/LoginContext/
H A DResetModule.java38 public boolean abort() throws LoginException { return true; } method in class:ResetModule
H A DDefaultHandlerModule.java70 public boolean abort() throws LoginException { method in class:DefaultHandlerModule
H A DModuleSubjectModule.java72 public boolean abort() throws LoginException { method in class:ModuleSubjectModule
H A DConfigConstructor.java205 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule1
223 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule2
242 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule3
260 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule4
277 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule5
294 public boolean abort() throws LoginException { return true; } method in class:ConfigConstructor.MyModule6
/openjdk7/jdk/src/share/classes/javax/security/auth/spi/
H A DLoginModule.java112 * then the <code>abort</code> method for each <code>LoginModule</code>
205 * Method to abort the authentication process (phase 2).
219 * @exception LoginException if the abort fails
224 boolean abort() throws LoginException; method in interface:LoginModule
/openjdk7/jdk/test/sun/net/www/protocol/http/6550798/
H A DTestCache.java125 public void abort() { method in class:DeployCacheRequest
126 System.out.println("abort called");
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6296310.java109 public void abort() {} method in class:MyCacheRequest
H A DResponseCacheStream.java70 public void abort() { method in class:ResponseCacheStream.MyCacheRequest
H A DB6299712.java144 public void abort() { method in class:DeployCacheRequest
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DNTLoginModule.java302 * @exception LoginException if the abort fails.
307 public boolean abort() throws LoginException { method in class:NTLoginModule
H A DSolarisLoginModule.java239 * @exception LoginException if the abort fails
244 public boolean abort() throws LoginException { method in class:SolarisLoginModule
H A DUnixLoginModule.java235 * @exception LoginException if the abort fails
240 public boolean abort() throws LoginException { method in class:UnixLoginModule
H A DJndiLoginModule.java421 * @exception LoginException if the abort fails.
426 public boolean abort() throws LoginException { method in class:JndiLoginModule
H A DKrb5LoginModule.java1113 * @exception LoginException if the abort fails.
1119 public boolean abort() throws LoginException { method in class:Krb5LoginModule
H A DLdapLoginModule.java667 * @exception LoginException if the abort fails.
671 public boolean abort() throws LoginException { method in class:LdapLoginModule
/openjdk7/hotspot/src/share/vm/utilities/
H A DyieldingWorkgroup.cpp77 If so, abort with an error
93 If not, abort with an error
206 // Do not yield; we need to abort as soon as possible
211 // of course is to fix bug # TBF, so that abort's cause
248 void YieldingFlexibleWorkGang::abort() { function in class:YieldingFlexibleWorkGang
287 void YieldingFlexibleGangTask::abort() { function in class:YieldingFlexibleGangTask
289 gang()->abort();
/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSParser.java493 public void abort(); method in interface:LSParser
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.h86 void abort(const char* msg) { unpack_abort(msg, u); } function in struct:jar
110 void abort(const char* msg) { unpack_abort(msg, u); } function in struct:gunzip
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageDecoder.java56 abort();
162 public void abort() { method in class:ImageDecoder
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java370 * @exception LoginException if the abort fails.
374 public boolean abort() throws LoginException { method in class:FileLoginModule
377 logger.debug("abort",
/openjdk7/jdk/test/java/net/ResponseCache/
H A DResponseCacheTest.java239 public void abort() { method in class:ResponseCacheTest.MyCacheRequest
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java120 private static final RuntimeException abort = new RuntimeException(); field in class:DOMSerializerImpl
543 if (e == DOMNormalizer.abort){
840 if (e == DOMNormalizer.abort){
997 if (e == DOMNormalizer.abort){
/openjdk7/hotspot/src/share/vm/memory/
H A Diterator.hpp50 bool abort() { return _abort; } function in class:Closure
/openjdk7/hotspot/src/os/windows/vm/
H A DattachListener_windows.cpp375 void AttachListener::abort() { function in class:AttachListener

Completed in 61 milliseconds

123