Searched refs:isCancelled (Results 1 - 12 of 12) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DAsyncResult.java80 public boolean isCancelled() { method in class:AsyncResult
/glassfish-3.1.2/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/
H A DAppClientSecurityInfoImpl.java250 boolean isCancelled = false;
252 isCancelled=((LoginCallbackHandler) callbackHandler).getCancelStatus();
254 return isCancelled;
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEjbFutureTask.java175 public boolean isCancelled() { method in class:EjbFutureTask
H A DEjbRemoteFutureTask.java196 public boolean isCancelled() { method in class:EjbRemoteFutureTask
H A DRuntimeTimerState.java317 boolean isCancelled() { method in class:RuntimeTimerState
H A DTimerState.java470 public boolean isCancelled() { method in class:TimerState
H A DEJBTimerService.java1520 if( rt.isCancelled()) {
1694 if( timer == null || timer.isCancelled() ) {
1706 if (rt.isCancelled()) {
1865 if( timerState.isCancelled() ) {
1960 if( timerState.isCancelled() ) {
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DLifecycleModuleService.java335 public boolean isCancelled() { method in class:LifecycleModuleService.LifecycleModuleFuture
/glassfish-3.1.2/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/
H A DAutoDeployer.java540 public boolean isCancelled(){ method in class:AutoDeployer
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/
H A DGrizzlyProxy.java409 public boolean isCancelled() { method in class:GrizzlyProxy.GrizzlyFuture
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/
H A DResourceAdapterAdminServiceImpl.java605 if(!(future.isCancelled()) && !(future.isDone())){
/glassfish-3.1.2/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/
H A DFactoryTest.java633 if (future.isCancelled()) {

Completed in 36 milliseconds