<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ATCD.git/java/src/Task.java, branch LocalObject</title>
<subtitle>github.com: DOCGroup/ATCD.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/'/>
<entry>
<title>     Modified streams such that their timeouts are absolute times.</title>
<updated>1999-07-09T16:06:58+00:00</updated>
<author>
<name>eea1</name>
<email>eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>1999-07-09T16:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=ca28a019c78615211af3c92fbc4a9a7f8b1d06b1'/>
<id>ca28a019c78615211af3c92fbc4a9a7f8b1d06b1</id>
<content type='text'>
     Fixed a bug in TimedWait that was due to the recent changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     Fixed a bug in TimedWait that was due to the recent changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>	  *** NOTE:</title>
<updated>1999-07-08T22:16:46+00:00</updated>
<author>
<name>eea1</name>
<email>eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>1999-07-08T22:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=e75e64e6b93800116de5e7da5f16a87006d20b22'/>
<id>e75e64e6b93800116de5e7da5f16a87006d20b22</id>
<content type='text'>
	  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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	  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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed most of the javadoc commenting problems.  To make it perfect, all</title>
<updated>1998-05-10T20:12:43+00:00</updated>
<author>
<name>eea1</name>
<email>eea1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>1998-05-10T20:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=c01ce850adaf528342fcdbb74e0965b2ec416a58'/>
<id>c01ce850adaf528342fcdbb74e0965b2ec416a58</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed package name from ACE to JACE</title>
<updated>1997-04-05T19:59:06+00:00</updated>
<author>
<name>pjain</name>
<email>pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>1997-04-05T19:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=caa9969a768e42e37983cb865dcd676fdc59dd5c'/>
<id>caa9969a768e42e37983cb865dcd676fdc59dd5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added several new methods such as waterMark, module () etc. which</title>
<updated>1997-03-10T21:19:20+00:00</updated>
<author>
<name>pjain</name>
<email>pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>1997-03-10T21:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=1eede4c9e1155eeee63a444dcb4b3d2dc33d08f2'/>
<id>1eede4c9e1155eeee63a444dcb4b3d2dc33d08f2</id>
<content type='text'>
existed in the C++ version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
existed in the C++ version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added accessors to get/set the flags of the Task.</title>
<updated>1997-03-10T00:25:54+00:00</updated>
<author>
<name>pjain</name>
<email>pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>1997-03-10T00:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=79a76473731072ef1a1666a31c5f43244e4a4164'/>
<id>79a76473731072ef1a1666a31c5f43244e4a4164</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added accessor methods to get/set the underlying Thread Manager.</title>
<updated>1996-12-03T00:04:33+00:00</updated>
<author>
<name>pjain</name>
<email>pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>1996-12-03T00:04:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=539e0d97bd4f8fb88fdea62726dcd5fa0ec6e791'/>
<id>539e0d97bd4f8fb88fdea62726dcd5fa0ec6e791</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a small bug. Need to check if Task is an active object before</title>
<updated>1996-11-27T04:43:10+00:00</updated>
<author>
<name>pjain</name>
<email>pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>1996-11-27T04:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=8d87d701900caa1f26567a5c639aa2c244fa1eeb'/>
<id>8d87d701900caa1f26567a5c639aa2c244fa1eeb</id>
<content type='text'>
doing certain operations. Please see ChangeLog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doing certain operations. Please see ChangeLog.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a small bug. In activate(), we need to make sure that an</title>
<updated>1996-11-13T18:41:26+00:00</updated>
<author>
<name>pjain</name>
<email>pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>1996-11-13T18:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=c8d8317032eb8b11aba34421ac55058b0af7118e'/>
<id>c8d8317032eb8b11aba34421ac55058b0af7118e</id>
<content type='text'>
instance of ThreadManager exists before we call thrCount(). This was
not the case and therefore we were getting a NullPointerException.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instance of ThreadManager exists before we call thrCount(). This was
not the case and therefore we were getting a NullPointerException.
</pre>
</div>
</content>
</entry>
<entry>
<title>image files</title>
<updated>1996-11-12T00:51:48+00:00</updated>
<author>
<name>pjain</name>
<email>pjain@ae88bc3d-4319-0410-8dbf-d08b4c9d3795</email>
</author>
<published>1996-11-12T00:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=e8d6c3f71e9fc8d3d58e7d0e7cacbdd5c9737753'/>
<id>e8d6c3f71e9fc8d3d58e7d0e7cacbdd5c9737753</id>
<content type='text'>
source files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
source files
</pre>
</div>
</content>
</entry>
</feed>
