Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Known Subinterfaces:
RepositoryInstance
All Known Implementing Classes:
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 Exception
Returns:
the session.
Throws:
Exception

close

void close()
           throws Exception
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.