public class RWMonitor extends Object implements Serializable
Constructor and Description |
---|
RWMonitor() |
Modifier and Type | Method and Description |
---|---|
boolean |
InstantRead()
Non-blocking read try
returns true is successfull or false if not successfull
UnRead() needs to be done if returns true
|
void |
PrintState() |
void |
Read() |
void |
UnRead() |
void |
UnWrite() |
void |
Write() |
public void PrintState()
public void Read()
public boolean InstantRead()
public void UnRead()
public void Write()
public void UnWrite()