|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.commons.AbstractWorkspace
org.apache.jackrabbit.core.WorkspaceImpl
org.apache.jackrabbit.core.XAWorkspace
public class XAWorkspace
Workspace extension that works in an XA environment.
| Field Summary |
|---|
| Fields inherited from class org.apache.jackrabbit.core.WorkspaceImpl |
|---|
hierMgr, lockMgr, obsMgr, queryManager, rep, session, stateMgr, wspConfig |
| Constructor Summary | |
|---|---|
protected |
XAWorkspace(WorkspaceConfig wspConfig,
SharedItemStateManager stateMgr,
RepositoryImpl rep,
SessionImpl session)
Protected constructor. |
| Method Summary | |
|---|---|
protected LocalItemStateManager |
createItemStateManager(SharedItemStateManager shared)
Create the persistent item state manager on top of the shared item state manager. |
| Methods inherited from class org.apache.jackrabbit.core.WorkspaceImpl |
|---|
clone, copy, copy, createEventStateCollection, createWorkspace, createWorkspace, createWorkspace, deleteWorkspace, getAccessibleWorkspaceNames, getConfig, getHierarchyManager, getImportContentHandler, getItemStateManager, getLockManager, getName, getNamespaceRegistry, getNodeTypeManager, getObservationManager, getQueryManager, getSession, move, restore, sanityCheck |
| Methods inherited from class org.apache.jackrabbit.commons.AbstractWorkspace |
|---|
importXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jcr.Workspace |
|---|
importXML |
| Constructor Detail |
|---|
protected XAWorkspace(WorkspaceConfig wspConfig,
SharedItemStateManager stateMgr,
RepositoryImpl rep,
SessionImpl session)
wspConfig - The workspace configurationstateMgr - The shared item state managerrep - The repositorysession - The session| Method Detail |
|---|
protected LocalItemStateManager createItemStateManager(SharedItemStateManager shared)
createItemStateManager in class WorkspaceImplshared - shared item state manager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||