Package | Description |
---|---|
javax.enterprise.concurrent |
Classes and interfaces for concurrent programming in Java EE™ applications.
|
Modifier and Type | Method and Description |
---|---|
<V> ScheduledFuture<V> |
ManagedScheduledExecutorService.schedule(Callable<V> callable,
Trigger trigger)
Creates and executes a task based on a Trigger.
|
ScheduledFuture<?> |
ManagedScheduledExecutorService.schedule(Runnable command,
Trigger trigger)
Creates and executes a task based on a Trigger.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.