Searched refs:cancel (Results 76 - 100 of 111) sorted by relevance

12345

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java177 listenerKey.cancel ();
191 key.cancel ();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVMPanel.java270 timer.cancel();
441 timer.cancel();
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintJob.java538 public void cancel() throws PrintException { method in class:PSStreamPrintJob
543 job.cancel();
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisWatchService.java186 public void cancel() { method in class:SolarisWatchService.SolarisWatchKey
189 poller.cancel(this);
322 // cancel single key
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPrinterJob.java251 * @return <code>true</code> if the user does not cancel the dialog;
295 * @return <code>true</code> if the user does not cancel the dialog;
358 * @return a page format if the user does not cancel the dialog;
607 public abstract void cancel(); method in class:PrinterJob
/openjdk7/jdk/src/share/classes/java/util/
H A DTimer.java50 * should invoke the timer's <tt>cancel</tt> method.
55 * <tt>IllegalStateException</tt>, as if the timer's <tt>cancel</tt>
428 public void cancel() { method in class:Timer
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DFutureTask.java41 * implementation of {@link Future}, with methods to start and cancel
79 * setException, and cancel. During completion, state may take on
82 * cancel(true)). Transitions from these intermediate to final
164 public boolean cancel(boolean mayInterruptIfRunning) { method in class:FutureTask
324 * Ensures that any interrupt from a possible cancel(true) is only
337 // cancel(true). However, it is permissible to use interrupts
/openjdk7/jdk/test/com/sun/nio/sctp/SctpServerChannel/
H A DNonBlockingAccept.java179 if (acceptKey != null) acceptKey.cancel();
/openjdk7/jdk/src/share/classes/sun/swing/
H A DPrintingStatus.java77 // cancel the PrinterJob
78 job.cancel();
/openjdk7/jdk/test/java/util/Timer/
H A DArgs.java109 t.cancel();
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCImpl.java256 checker.cancel(false);
H A DObjectTable.java329 gcLatencyRequest.cancel();
H A DDGCClient.java333 gcLatencyRequest.cancel();
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DConnection.java528 ldr.cancel();
673 ldr.cancel();
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java737 public void cancel() throws PrintException { method in class:Win32PrintJob
742 job.cancel();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java224 listenerKey.cancel ();
237 key.cancel ();
/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java194 listenerKey.cancel ();
210 key.cancel ();
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java417 // cancel the associated timer
419 timeout.cancel(false);
612 // cancel the associated timer
614 timer.cancel(false);
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DSelectorTest.java193 acceptKey.cancel();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DDatagramSocketAdaptor.java208 sk.cancel();
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPChannel.java462 reaper.cancel(false);
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java204 timer.cancel();
206 timer1.cancel();
374 continue; /* cancel something ? */
391 key.cancel();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSelectorImpl.java187 selectionKey.cancel();
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolderManager2.java548 future.cancel(true);
/openjdk7/jdk/test/java/nio/file/WatchService/
H A DBasic.java173 System.out.println("cancel key");
174 myKey.cancel();

Completed in 98 milliseconds

12345