org.xcmis.sp.inmemory
Class StorageProviderImpl
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageProviderImpl
public StorageProviderImpl(String repositoryId,
String repositoryName,
String description,
long maxStorageMemSize,
long maxItemsNumber)
- Instantiates a new storage provider impl.
- Parameters:
repositoryId - String repository idrepositoryName - String repository namedescription - String descriptionmaxStorageMemSize - the max storage memory size in bytes or -1L for
unboundedmaxItemsNumber - the maximum items number, or -1L for unbounded
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.