org.xcmis.sp.inmemory
Class StorageProviderImpl

java.lang.Object
  extended by org.xcmis.sp.inmemory.StorageProviderImpl
All Implemented Interfaces:
org.xcmis.spi.StorageProvider

public class StorageProviderImpl
extends Object
implements org.xcmis.spi.StorageProvider

Version:
$Id: StorageProviderImpl.java 1587 2010-08-25 14:28:13Z andrew00x $
Author:
Andrey Parfonov

Nested Class Summary
static class StorageProviderImpl.StorageProviderConfig
           
 
Constructor Summary
StorageProviderImpl(org.exoplatform.container.xml.InitParams initParams, org.xcmis.spi.PermissionService permissionService)
           
StorageProviderImpl(String repositoryId, String repositoryName, String description, String maxStorageMemSize, String maxItemsNumber)
           
 
Method Summary
 org.xcmis.spi.Connection getConnection()
           
 String getStorageID()
           
 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.container.xml.InitParams initParams,
                           org.xcmis.spi.PermissionService permissionService)

StorageProviderImpl

public StorageProviderImpl(String repositoryId,
                           String repositoryName,
                           String description,
                           String maxStorageMemSize,
                           String maxItemsNumber)
Method Detail

getConnection

public org.xcmis.spi.Connection getConnection()
Specified by:
getConnection in interface org.xcmis.spi.StorageProvider

getStorageID

public String getStorageID()
Specified by:
getStorageID in interface org.xcmis.spi.StorageProvider

stop

public void stop()
See Also:
org.picocontainer.Startable#stop()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.