summaryrefslogtreecommitdiff
path: root/java/src/Task.java
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'pre-subset'.pre-subsetnobody2003-04-101-439/+0
|
* Modified streams such that their timeouts are absolute times.eea11999-07-091-0/+21
| | | | Fixed a bug in TimedWait that was due to the recent changes.
* *** NOTE:eea11999-07-081-6/+6
| | | | | | | | | | | | | | | | | | | 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.
* Fixed most of the javadoc commenting problems. To make it perfect, alleea11998-05-101-0/+3
| | | | | | | the source files would have to exist in a directory structure identical to their package names. With these changes, though, people can still view the packages, classes, and methods correctly. I mainly corrected the @see and @exception statements.
* Changed package name from ACE to JACEpjain1997-04-051-5/+5
|
* Added several new methods such as waterMark, module () etc. whichpjain1997-03-101-6/+52
| | | | existed in the C++ version.
* Added accessors to get/set the flags of the Task.pjain1997-03-101-0/+18
|
* Added accessor methods to get/set the underlying Thread Manager.pjain1996-12-031-0/+18
|
* Fixed a small bug. Need to check if Task is an active object beforepjain1996-11-271-5/+13
| | | | doing certain operations. Please see ChangeLog.
* Fixed a small bug. In activate(), we need to make sure that anpjain1996-11-131-4/+4
| | | | | instance of ThreadManager exists before we call thrCount(). This was not the case and therefore we were getting a NullPointerException.
* image filespjain1996-11-121-0/+325
source files