JBoss.orgCommunity Documentation
LockManager stores lock objects and is reponsible for removing expired locks.
The JMX name template of LockManager MBeans: exo:portal="portal",service=lockmanager,repository="repository",workspace= {WorkspaceName} where WorkspaceName is the name of each workspace.
Attribute | Description |
---|---|
NumLocks
| The number of active locks. |
Operation | Desription |
---|---|
cleanExpiredLocks
| Remove all expired JCR locks. |
getNumLocks
| Return the number of active JCR locks. |
Each LockManager instance controls all locks of each corresponding workspace, including:
Workspace Name | Description |
---|---|
backup
| Data backed up. |
collaboration
| Data of collaboration, such as sites content, documents, groups, records space, tags, and users. |
dev-monit
| Data of the IDE application. |
dms-system
| Data of DMS, including node types, templates, views, taxonomy trees. |
knowledge
| Data of knowledge, including exo:applications, and groups. |
pc-system
| State information of producer portlets and remote portlet registry. |
portal-system
| Data of the Portal model objects, such as navigations, pages, portals, application registry. |
portal-work
| Information of Gadget token and Remember me token. |
social
| Data of Social, including activity, identity, profile, relationship and space. |
system
| Data of system, including versions storage, node types, namespaces. |
wsrp-system
| Data of remote portlets. |