|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionFactory
Session Factory interface. This interface describes a simplfied contract for retrieving a session and acts as a central point inside Spring Extensions JCR support.
| Method Summary | |
|---|---|
javax.jcr.Session |
getSession()
Returns a JCR Session using the credentials and workspace on this JcrSessionFactory. |
SessionHolder |
getSessionHolder(javax.jcr.Session session)
Returns a specific SessionHolder for the given Session. |
| Method Detail |
|---|
javax.jcr.Session getSession()
throws javax.jcr.RepositoryException
" Each Session object is associated one-to-one with a Workspace object. The Workspace object represents a `view` of an actual repository workspace entity as seen through the authorization settings of its associated Session." (quote from javax.jcr.Session javadoc).
javax.jcr.RepositoryExceptionSessionHolder getSessionHolder(javax.jcr.Session session)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||