- Developper API  2.0.5
Lockable Interface Reference

when an object implements Lockable it may be unmutable. The developper must ensure the unmutability of the object whenever lock is called. Static method are implemented on the final class Lockables (to send LockException for instance). This has been used during developement but is not anymore. However it might be useful for some case to have unmutable object to ensure data integrity. More...

Public Member Functions

 lock ()
 isLocked ()

Detailed Description

when an object implements Lockable it may be unmutable. The developper must ensure the unmutability of the object whenever lock is called. Static method are implemented on the final class Lockables (to send LockException for instance). This has been used during developement but is not anymore. However it might be useful for some case to have unmutable object to ensure data integrity.

Author:
Thomas
Version:
1.0
Date:
08/12/2011

Member Function Documentation

isLocked ( )
lock ( )

The documentation for this interface was generated from the following file: