PersistentLock Interface Reference

Detailed Description

PersistentLock defines the interface for locks that may be persisted (e.g.

for pessimistic offline locking).

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 19 of file PersistentLock.php.

Public Member Functions

 getObjectId ()
 
 getLogin ()
 
 getCreated ()
 

Member Function Documentation

getObjectId ( )

Get the object id of the locked object.

Returns
ObjectId of the locked object.
getLogin ( )

Get the login of the user who holds the lock.

Returns
The login of the user.
getCreated ( )

Get the creation date/time of the lock.

Returns
The creation date/time of the lock.