Package org.jcsp.net2
Class Mutex
- java.lang.Object
-
- org.jcsp.net2.Mutex
-
class Mutex extends java.lang.ObjectA package-visible class that implements a straightforward mutex, for use by Net2AnyChannel
-
-
Field Summary
Fields Modifier and Type Field Description private booleanclaimedFlag to mark the mutex as claimed
-
Constructor Summary
Constructors Constructor Description Mutex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidclaim()Claims the mutex for exclusive access(package private) voidrelease()Releases the mutex for exclusive access
-