org.apache.jackrabbit.ocm.nodemanagement
Interface RepositorySession
- All Known Implementing Classes:
- JackrabbitRepositorySession
public interface RepositorySession
Represents to JCR repository connection parameter.
- Author:
- Oliver Kiessler
Method Summary |
javax.jcr.Session |
getSession(java.lang.String username,
java.lang.String password,
RepositoryConfiguration configuration)
Connects to a JCR repository and returns a session to it. |
getSession
javax.jcr.Session getSession(java.lang.String username,
java.lang.String password,
RepositoryConfiguration configuration)
- Connects to a JCR repository and returns a session to it.
- Parameters:
username
- Username to connect to repositorypassword
- Passwordconfiguration
- Repository configuration
- Returns:
- session
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.