You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior of calling get() on the ScheduledFuture returned by ManagedScheduledExecutorService.schedule() with a Trigger is not clearly defined in both the spec and javadoc.
Affected Versions
[1.0]
The text was updated successfully, but these errors were encountered:
@glassfishrobot Commented
f.rowe said:
Consider a customer who creates a Trigger and uses ManagedScheduledExecutorService.schedule(Trigger) to achieve the equivalent of either of the ManagedScheduledExecutorService.scheduleAtFixedRate() or ManagedScheduledExecutorService.scheduleWithFixedDelay() methods. To avoid an inconsistency, we should define the behavior of ScheduledFuture.get() as being the same for all of these scenarios
The behavior of calling get() on the ScheduledFuture returned by ManagedScheduledExecutorService.schedule() with a Trigger is not clearly defined in both the spec and javadoc.
Affected Versions
[1.0]
The text was updated successfully, but these errors were encountered: