10881089109010911092109310941095109610971098
/** * @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; }