Searched refs:mayInterruptIfRunning (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DAsyncResult.java72 public boolean cancel(boolean mayInterruptIfRunning) { argument
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEjbFutureTask.java78 public boolean cancel(boolean mayInterruptIfRunning) { argument
84 // mayInterruptIfRunning only determines whether the bean method
86 if( mayInterruptIfRunning ) {
H A DEjbRemoteFutureTask.java82 public boolean cancel(boolean mayInterruptIfRunning) { argument
88 // mayInterruptIfRunning only determines whether the bean method
90 if( mayInterruptIfRunning ) {
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DLifecycleModuleService.java330 public boolean cancel(boolean mayInterruptIfRunning) { argument
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/
H A DGrizzlyProxy.java404 public boolean cancel(boolean mayInterruptIfRunning) { argument

Completed in 16 milliseconds