Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification in Trigger.getNextRunTime() javadoc #33

Closed
glassfishrobot opened this issue Sep 30, 2013 · 3 comments · Fixed by #273
Closed

Clarification in Trigger.getNextRunTime() javadoc #33

glassfishrobot opened this issue Sep 30, 2013 · 3 comments · Fixed by #273

Comments

@glassfishrobot
Copy link

The javadoc for the taskScheduledTime parameter in Trigger.getNextRunTime() needs to be clarified. It currently says

taskScheduledTime - the date/time in which the task was scheduled using the ManagedScheduledExecutorService.schedule method.

It could potentially interpreted as the point in time at which the scheduled task should run, rather than the time at which the schedule method was invoked.

To clarify that it is the time at which the schedule method was invoked, the javadoc of the taskScheduledTime parameter should be updated to

taskScheduledTime - the date/time when the task was scheduled, that is, the date/time when the schedule method on the ManagedScheduledExecutorService was invoked.

Affected Versions

[1.0]

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Reported by alai8

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA CONCURRENCY_EE_SPEC-33

@glassfishrobot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant