Searched defs:cancel (Results 1 – 13 of 13) sorted by relevance
58 public final void cancel() { in cancel() method in AbstractSelectionKey
173 void cancel(SelectionKey key) { in cancel() method in AbstractSelector
92 boolean cancel(boolean mayInterruptIfRunning); in cancel() method
75 public boolean cancel(boolean mayInterruptIfRunning) { in cancel() method in FutureTask
252 public boolean cancel(boolean mayInterruptIfRunning) { in cancel() method in ScheduledThreadPoolExecutor.ScheduledFutureTask
92 public boolean cancel() { in cancel() method in TimerTask
305 public synchronized void cancel() { in cancel() method in Timer.TimerImpl404 public void cancel() { in cancel() method in Timer
104 public abstract void cancel(); in cancel() method in SelectionKey
84 public void cancel() { in cancel() method in SelectionKeyTest.MockSelectionKey
104 public void cancel() throws SQLException; in cancel() method
162 public void cancel() throws SQLException { in cancel() method in JDBCStatement
33 public boolean cancel(boolean mayInterruptIfRunning) { in cancel() method in ScheduledExecutorSubclassTest.CustomTask
47 public boolean cancel(boolean mayInterrupt) { in cancel() method in ThreadPoolExecutorSubclassTest.CustomTask