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

/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/
H A DContainerUtilImpl.java116 public void scheduleTask(Runnable runnable) { argument
117 //TODO: Get hold of a worker threadpool and run this runnable
/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/spi/util/
H A DContainerUtil.java76 * from a threadpool and execute the given runnable
79 * @param runnable
81 public void scheduleTask(Runnable runnable); argument
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/monitor/
H A DMonitorableThreadPool.java284 @Override public void onTaskQueuedEvent(Runnable runnable) { argument
289 String.valueOf(runnable.hashCode()));
298 @Override public void onTaskDequeuedEvent(Runnable runnable) { argument
303 String.valueOf(runnable.hashCode()));
330 @Override public void onTaskCompletedEvent(Runnable runnable) { argument
H A DMonitorableWorkerThread.java64 Runnable runnable,
68 super(threadPool, name, runnable, initialByteBufferSize);
62 MonitorableWorkerThread( StatsThreadPool threadPool, Runnable runnable, String name, int initialByteBufferSize, GrizzlyMonitoring monitoring) argument
/glassfish-3.1.2/deployment/javaee-full/src/main/java/org/glassfish/javaee/full/deployment/
H A DEarDeployer.java205 * Performs the same runnable task on each specified bundle.
208 * @param runnable the task to perform
213 final BundleBlock runnable) throws Exception {
215 runnable.doBundle(module);
220 doOnAllTypedBundles(Application application, XModuleType type, BundleBlock runnable) argument
224 doOnBundles(typedBundles, runnable);
228 private void doOnAllBundles(Application application, BundleBlock runnable) throws Exception { argument
238 runnable.doBundle(bundle);
247 bundles.removeAll(doOnAllTypedBundles(application, XModuleType.RAR, runnable));
250 bundles.removeAll(doOnAllTypedBundles(application, XModuleType.EJB, runnable));
211 doOnBundles( final Collection<ModuleDescriptor<BundleDescriptor>> bundles, final BundleBlock runnable) argument
[all...]

Completed in 55 milliseconds