cc.glsn
Class RWMonitor
java.lang.Object
cc.glsn.RWMonitor
- All Implemented Interfaces:
- Serializable
public class RWMonitor
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Method Summary |
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()
|
RWMonitor
public RWMonitor()
PrintState
public void PrintState()
Read
public void Read()
InstantRead
public boolean InstantRead()
- Non-blocking read try
returns true is successfull or false if not successfull
UnRead() needs to be done if returns true
UnRead
public void UnRead()
Write
public void Write()
UnWrite
public void UnWrite()