org.xcmis.sp.jcr.exo
Class StorageProviderImpl

java.lang.Object
  extended by org.xcmis.sp.jcr.exo.StorageProviderImpl
All Implemented Interfaces:
org.picocontainer.Startable, StorageProvider

public class StorageProviderImpl
extends Object
implements StorageProvider, org.picocontainer.Startable

Version:
$Id: StorageProviderImpl.java 1262 2010-06-09 10:07:01Z andrew00x $
Author:
Andrey Parfonov

Nested Class Summary
static class StorageProviderImpl.StorageProviderConfig
           
 
Constructor Summary
StorageProviderImpl(org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.document.DocumentReaderService documentReaderService, PermissionService permissionService)
           
 
Method Summary
 Connection getConnection()
          
 StorageConfiguration getStorageConfiguration()
           
 String getStorageID()
           
 void start()
          
 void stop()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageProviderImpl

public StorageProviderImpl(org.exoplatform.services.jcr.RepositoryService repositoryService,
                           org.exoplatform.container.xml.InitParams initParams,
                           org.exoplatform.services.document.DocumentReaderService documentReaderService,
                           PermissionService permissionService)
Method Detail

getConnection

public Connection getConnection()

Specified by:
getConnection in interface StorageProvider

getStorageID

public String getStorageID()
Specified by:
getStorageID in interface StorageProvider

start

public void start()

Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()

Specified by:
stop in interface org.picocontainer.Startable

getStorageConfiguration

public StorageConfiguration getStorageConfiguration()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.