copyright The Portico Project 2008.

Uses of Class
org.portico.shared.compat.JConcurrentAccessAttempted

Packages that use JConcurrentAccessAttempted
org.portico.lrc   
 

Uses of JConcurrentAccessAttempted in org.portico.lrc
 

Methods in org.portico.lrc that throw JConcurrentAccessAttempted
 void LRCState.checkAccess()
          Check to see if we are currently ticking (and thus not able to make an RTI callback).
 void LRC.tick()
          This method will take some time to poll for any messages waiting to be processed in the LRC.
 boolean LRC.tick(double min, double max)
          Process the callback queue for the given amount of time (in seconds).
 boolean LRC.tickSingle(double wait)
          Try and process a single callback.
 


copyright The Portico Project 2008.