acquireLock() protected method
Acquires lock by given name.
See also http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_lock.htm.
| protected boolean acquireLock ( $name, $timeout = 0 ) | ||
|---|---|---|
| $name | string | 
 Of the lock to be acquired.  |  
| $timeout | integer | 
 To wait for lock to become released.  |  
| return | boolean | 
 Acquiring result.  |  
Please login to continue.