Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api.repository
Interface RepositoryConnection

All Known Subinterfaces:
RepositoryInstance
All Known Implementing Classes:
CachingRepositoryInstanceHandler, LocalRepositoryInstanceHandler, RepositoryInstanceHandler

public interface RepositoryConnection

Author:
Bogdan Stefanescu

Method Summary
 void close()
           
 Repository getRepository()
           
 CoreSession getSession()
           
 

Method Detail

getRepository

Repository getRepository()

getSession

CoreSession getSession()
                       throws java.lang.Exception
Returns:
the session.
Throws:
java.lang.Exception

close

void close()
           throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.