Uses of Class
ca.phon.project.SessionWriteLock
Packages that use SessionWriteLock
-
Uses of SessionWriteLock in ca.phon.app.project
Methods in ca.phon.app.project with parameters of type SessionWriteLockModifier and TypeMethodDescriptionvoid
DesktopProject.removeSession
(String corpus, String session, SessionWriteLock writeLock) -
Uses of SessionWriteLock in ca.phon.project
Methods in ca.phon.project that return SessionWriteLockModifier and TypeMethodDescriptionLocalProject.getSessionWriteLock
(Session session) LocalProject.getSessionWriteLock
(String corpus, String session) MutableProject.getSessionWriteLock
(Session session) Get a write lock for a session.MutableProject.getSessionWriteLock
(String corpus, String session) Get a write lock for a session.Methods in ca.phon.project with parameters of type SessionWriteLockModifier and TypeMethodDescriptionprotected void
LocalProject.checkSessionWriteLock
(String corpus, String session, SessionWriteLock writeLock) Checks given session write lockvoid
LocalProject.releaseSessionWriteLock
(Session session, SessionWriteLock writeLock) void
LocalProject.releaseSessionWriteLock
(String corpus, String session, SessionWriteLock writeLock) void
MutableProject.releaseSessionWriteLock
(Session session, SessionWriteLock writeLock) Release the write lock for a session.void
MutableProject.releaseSessionWriteLock
(String corpus, String session, SessionWriteLock writeLock) Release the write lock for a session.void
LocalProject.removeSession
(Session session, SessionWriteLock writeLock) void
LocalProject.removeSession
(String corpus, String session, SessionWriteLock writeLock) void
MutableProject.removeSession
(Session session, SessionWriteLock writeLock) Remove a session from the project.void
MutableProject.removeSession
(String corpus, String session, SessionWriteLock writeLock) Remove a session from the project.void
LocalProject.saveSession
(Session session, SessionWriteLock writeLock) void
LocalProject.saveSession
(String corpus, String sessionName, Session session, SessionWriteLock writeLock) void
LocalProject.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, SessionWriteLock writeLock) void
MutableProject.saveSession
(Session session, SessionWriteLock writeLock) Save a session with the provided writeLock.void
MutableProject.saveSession
(String corpus, String sessionName, Session session, SessionWriteLock writeLock) Save a session to the specified corpus and new sessionName.void
MutableProject.saveSession
(String corpus, String sessionName, Session session, SessionWriter writer, SessionWriteLock writeLock) Save a session writing the file using the given writer.