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 1722 2010-09-20 15:06:20Z andrew00x $
Author:
Andrey Parfonov

Constructor Summary
StorageProviderImpl(String repositoryId, String repositoryName, String description, long maxStorageMemSize, long maxItemsNumber)
          Instantiates a new storage provider impl.
 
Method Summary
 org.xcmis.spi.Connection getConnection()
           
 String getStorageID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageProviderImpl

public StorageProviderImpl(String repositoryId,
                           String repositoryName,
                           String description,
                           long maxStorageMemSize,
                           long maxItemsNumber)
Instantiates a new storage provider impl.

Parameters:
repositoryId - String repository id
repositoryName - String repository name
description - String description
maxStorageMemSize - the max storage memory size in bytes or -1L for unbounded
maxItemsNumber - the maximum items number, or -1L for unbounded
Method Detail

getConnection

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

getStorageID

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


Copyright © 2011 eXo Platform SAS. All Rights Reserved.