| Author |
unlock cookie problem
|
xi brian
Greenhorn
Joined: Mar 06, 2008
Posts: 29
|
|
"Releases the lock on a record. Cookie must be the cookie returned when the record was locked; otherwise throws SecurityException. public void unlock(long recNo, long cookie) throws SecurityException;" does the above means that recNo and cookie must be equal? otherwise, throws SecurityException
|
 |
Vinicius Florentino
Greenhorn
Joined: Feb 26, 2008
Posts: 16
|
|
Method documentation contains: Releases the lock on a record. Cookie must be the cookie returned when the record was locked; otherwise throws SecurityException.? Throw SecurityException if you use other than returned using the lock method.
|
 |
 |
|
|
subject: unlock cookie problem
|
|
|