All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Thread | +----EDU.gac.max.flip.NetInterface
Warning: this NetInterface class may be missing some synchronized keywords on some methods -- either it or NetFlip is. This is intentional as part of a lab assignment on race conditions and monitors for the MC78 course. The students are supposed to find the race conditions and predict the buggy behavior that can result, then verify by inserting appropriate sleeps, then fix the problem by adding the needed synchronized keywords. So, either this class or the other class in this source file (NetFlip) is known to be buggy.
Written 17 Aug 1996 by Max Hailperin <max@gac.edu>
This class is not public and can therefore cannot be used outside this package.
All Packages Class Hierarchy This Package Previous Next Index