summaryrefslogtreecommitdiff
path: root/java/src/TimerQueue.java
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'TAO-1_2'.TAO-1_2nobody2001-10-051-432/+0
|
* *** NOTE:eea11999-07-081-15/+14
| | | | | | | | | | | | | | | | | | | Changed the semantics of Condition, TimedWait, MessageQueue, Task, Mutex, Semaphore, and Token to use absolute times for their timeouts. Changed the semantics of EventHandler, ServiceObject, and SvcHandler such that handleTimeout receives a TimeValue representing when the event occured. Changed TimerQueue internally to reflect the above changes. Also made better checks in Token and Mutex so that non-owners can call release without adverse effects. I plan to try to do this with Semaphore and RWMutex as well. Fixed several bugs in Token tryacquire and renew. Added relativeTimeOfDay methods to TimeValue.
* Made some small changes so that there won't be warnings on NT wheneea11997-12-191-0/+12
| | | | | java.lang is imported or stuff is imported from a package that it's already a member of.
* Changed package name from ACE to JACEpjain1997-04-051-3/+3
|
* Modified TimerQueue so that we can specify at construction time whether topjain1996-11-261-60/+100
| | | | create an internal thread or not.
* Cleaned up the code a little bitpjain1996-11-251-4/+6
|
* Class that provides an interface to timers.pjain1996-11-231-0/+379