Package nexj.core.util.lock

Examples of nexj.core.util.lock.Lock


   /**
    * @see nexj.core.rpc.http.WebServer#getSessionLock()
    */
   public Lock getSessionLock() throws TimeoutException
   {
      Lock lock = s_lockMap.get(m_request.getSession(), m_lLockTimeout);

      lock.lock();

      return lock;
   }
View Full Code Here

TOP

Related Classes of nexj.core.util.lock.Lock

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.