cc.glsn
Class RWMonitor

java.lang.Object
  extended by cc.glsn.RWMonitor
All Implemented Interfaces:
Serializable

public class RWMonitor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RWMonitor()
           
 
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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RWMonitor

public RWMonitor()
Method Detail

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()