Searched refs:cancel (Results 1 - 25 of 50) sorted by relevance

12

/glassfish-3.1.2/core/logging/src/main/java/com/sun/enterprise/server/logging/
H A DLogRotationTimer.java67 rotationTimer.cancel();
74 rotationTimerTask.cancel();
89 rotationTimerTask.cancel();
/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/status/
H A DProgressObject.java51 * <p>This class has an <code> optional</code> cancel
52 * method. The support of the cancel function can
94 * Tests whether the vendor supports a cancel
104 * A cancel request on an in-process operation
113 public void cancel() throws OperationUnsupportedException; method in interface:ProgressObject
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DGenericEJBHome.java57 * Remote Future.cancel() behavior. If the task is already cancelled, the AsyncResult
63 public RemoteAsyncResult cancel(long asyncTaskID) throws RemoteException; method in interface:GenericEJBHome
H A DEjbRemoteFutureTask.java66 // Used to remember if cancel() was called already
82 public boolean cancel(boolean mayInterruptIfRunning) { method in class:EjbRemoteFutureTask
89 // has visibility to the fact that the caller called Future.cancel().
95 RemoteAsyncResult result = server.cancel(asyncId);
106 throw new EJBException("Exception during cancel operation", re);
197 // For now, we don't ever actually forcibly cancel a task
206 // is required to return true even if cancel() was called but
H A DEjbFutureTask.java61 // Used to remember if cancel() was called already
78 public boolean cancel(boolean mayInterruptIfRunning) { method in class:EjbFutureTask
85 // has visibility to the fact that the caller called Future.cancel().
176 // For now, we don't ever actually forcibly cancel a task
184 // is required to return true even if cancel() was called but
H A DTimerLocal.java64 void cancel(TimerPrimaryKey timerId) throws Exception; method in interface:TimerLocal
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/nonce/
H A DNonceCache.java81 cancel();
134 public boolean cancel() { method in class:NonceCache
135 boolean ret = super.cancel();
/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DAsyncResult.java72 public boolean cancel(boolean mayInterruptIfRunning) { method in class:AsyncResult
H A DTimer.java70 public void cancel() throws java.lang.IllegalStateException, javax.ejb.NoSuchObjectLocalException, javax.ejb.EJBException; method in interface:Timer
/glassfish-3.1.2/registration/registration-impl/src/main/java/com/sun/enterprise/registration/impl/
H A DRegistrationDaemon.java72 // Transfer was succseeful cancel the timer thread
73 registrationTimer.cancel();
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DMonitorCommand.java102 timer.cancel();
113 timer.cancel();
H A DMonitorTask.java128 timer.cancel();
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/
H A DSQLTraceCache.java98 sqlTraceTimerTask.cancel();
122 sqlTraceTimerTask.cancel();
H A DStatementLeakDetector.java150 statementLeakTask.cancel();
220 statementLeakTask.cancel();
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/
H A DConnectorTimerProxy.java108 public void cancel() { method in class:ConnectorTimerProxy
111 timer.cancel();
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/
H A DConnectionLeakDetector.java138 connectionLeakTask.cancel();
200 connectionLeakTask.cancel();
/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/
H A DContainerUtilImpl.java125 _timer.cancel();
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DResourceAdapterImpl.java146 timer.cancel();
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DDynamicReloadService.java179 * Tell the running autodeployer to stop, then cancel the timer task
183 reloader.cancel();
185 timerTask.cancel();
188 timer.cancel();
H A DDynamicReloader.java134 void cancel() { method in class:DynamicReloader
/glassfish-3.1.2/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/
H A DAutoDeployService.java238 * Tell the running autodeployer to stop, then cancel the timer task
243 autoDeployer.cancel(true);
245 autoDeployerTimerTask.cancel();
247 autoDeployerTimer.cancel();
/glassfish-3.1.2/core/kernel/src/main/java/org/glassfish/kernel/
H A DFileMonitoringImpl.java103 future.cancel(false);
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DSimpleProgressObjectImpl.java98 public void cancel() throws javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException { method in class:SimpleProgressObjectImpl
99 throw new OperationUnsupportedException("cancel not supported");
H A DProgressObjectSink.java272 // if only one of our sources does not support cancel, we don't
294 public void cancel() throws OperationUnsupportedException { method in class:ProgressObjectSink
296 throw new OperationUnsupportedException("cancel");
300 source.cancel();
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DStatementWrapper.java264 * This method can be used by one thread to cancel a statement that
269 public void cancel() throws SQLException { method in class:StatementWrapper
270 jdbcStatement.cancel();

Completed in 66 milliseconds

12