Package org.fcrepo.persistence.ocfl.impl
Class OcflPersistentSessionManager
java.lang.Object
org.fcrepo.persistence.ocfl.impl.OcflPersistentSessionManager
- All Implemented Interfaces:
org.fcrepo.persistence.api.PersistentStorageSessionManager
@Component
public class OcflPersistentSessionManager
extends Object
implements org.fcrepo.persistence.api.PersistentStorageSessionManager
OCFL implementation of PersistentStorageSessionManager
- Since:
- 2019-09-20
- Author:
- whikloj, dbernstein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.fcrepo.persistence.api.PersistentStorageSessionorg.fcrepo.persistence.api.PersistentStorageSessiongetSession(org.fcrepo.kernel.api.Transaction transaction) org.fcrepo.persistence.api.PersistentStorageSessionremoveSession(String sessionId)
-
Constructor Details
-
OcflPersistentSessionManager
Default constructor
-
-
Method Details
-
getSession
public org.fcrepo.persistence.api.PersistentStorageSession getSession(org.fcrepo.kernel.api.Transaction transaction) - Specified by:
getSessionin interfaceorg.fcrepo.persistence.api.PersistentStorageSessionManager
-
getReadOnlySession
- Specified by:
getReadOnlySessionin interfaceorg.fcrepo.persistence.api.PersistentStorageSessionManager
-
removeSession
- Specified by:
removeSessionin interfaceorg.fcrepo.persistence.api.PersistentStorageSessionManager
-
clearAllSessions
- Specified by:
clearAllSessionsin interfaceorg.fcrepo.persistence.api.PersistentStorageSessionManager
-