|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a store which is used by the Slide API to access data.
Fields inherited from interface javax.transaction.xa.XAResource |
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY |
Method Summary | |
void |
setContentStore(ContentStore contentStore)
Set the content store associated with this store. |
void |
setLockStore(LockStore lockStore)
Set the lock store associated with this store. |
void |
setNodeStore(NodeStore nodeStore)
Set the node store associated with this store. |
void |
setRevisionDescriptorsStore(RevisionDescriptorsStore revisionDescriptorsStore)
Set the revision descriptors store associated with this store. |
void |
setRevisionDescriptorStore(RevisionDescriptorStore revisionDescriptorStore)
Set the revision descriptor store associated with this store. |
void |
setSecurityStore(SecurityStore securityStore)
Set the security store associated with this store. |
Methods inherited from interface org.apache.slide.store.ContentStore |
createRevisionContent, removeRevisionContent, retrieveRevisionContent, storeRevisionContent |
Methods inherited from interface org.apache.slide.common.Service |
cacheResults, connect, connectIfNeeded, disconnect, initialize, isConnected, reset, setNamespace, setParameters |
Methods inherited from interface javax.transaction.xa.XAResource |
commit, end, forget, getTransactionTimeout, isSameRM, prepare, recover, rollback, setTransactionTimeout, start |
Methods inherited from interface org.apache.slide.store.LockStore |
enumerateLocks, killLock, putLock, removeLock, renewLock |
Methods inherited from interface org.apache.slide.store.NodeStore |
createObject, removeObject, retrieveObject, storeObject |
Methods inherited from interface org.apache.slide.store.RevisionDescriptorStore |
createRevisionDescriptor, removeRevisionDescriptor, retrieveRevisionDescriptor, storeRevisionDescriptor |
Methods inherited from interface org.apache.slide.store.RevisionDescriptorsStore |
createRevisionDescriptors, removeRevisionDescriptors, retrieveRevisionDescriptors, storeRevisionDescriptors |
Methods inherited from interface org.apache.slide.store.SecurityStore |
enumeratePermissions, grantPermission, revokePermission, revokePermissions |
Method Detail |
public void setNodeStore(NodeStore nodeStore)
public void setSecurityStore(SecurityStore securityStore)
public void setLockStore(LockStore lockStore)
public void setRevisionDescriptorsStore(RevisionDescriptorsStore revisionDescriptorsStore)
public void setRevisionDescriptorStore(RevisionDescriptorStore revisionDescriptorStore)
public void setContentStore(ContentStore contentStore)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |