
Public Member Functions | |
| void | _saveChanges () |
| void | lock () |
| void | saveChangesWithWait () |
| void | unlock () |
Public Attributes | |
| boolean | afterAutoLock |
| boolean | afterAutoUnlock |
| boolean | afterLock |
| boolean | afterUnlock |
| int | autoLocks |
| boolean | beforeAutoLock |
| boolean | beforeAutoUnlock |
| boolean | beforeLock |
| boolean | beforeUnlock |
| long | waitTime |
| boolean | wasAutolocked |
Protected Member Functions | |
| boolean | autoLock (String method) |
| void | autoUnlock (boolean wasLocked) |
| void _saveChanges | ( | ) |
Reimplemented from ERXEC.
| boolean autoLock | ( | String | method | ) | [protected] |
Utility to actually emit the log messages and do the locking, based on the result of useAutoLock().
| method | method name which to prepend to log message |
Reimplemented from ERXEC.
| void autoUnlock | ( | boolean | wasAutoLocked | ) | [protected] |
| void lock | ( | ) |
Overridden to emit log messages and push this instance to the locked editing contexts in this thread.
Reimplemented from ERXEC.
| void saveChangesWithWait | ( | ) |
| void unlock | ( | ) |
Overridden to emit log messages and pull this instance from the locked editing contexts in this thread.
Reimplemented from ERXEC.
| boolean afterAutoLock |
| boolean afterAutoUnlock |
| boolean afterLock |
| boolean afterUnlock |
| int autoLocks |
| boolean beforeAutoLock |
| boolean beforeAutoUnlock |
| boolean beforeLock |
| boolean beforeUnlock |
| long waitTime |
| boolean wasAutolocked |
1.5.8