public class StorageSystemProvider extends Object implements IStorageSystemProvider
| Constructor and Description |
|---|
StorageSystemProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
Delete(String ID,
EnvHintCollection Hints) |
File |
GetLocalFSBufferLocation(EnvHintCollection Hints) |
static IStorageSystemProvider |
Init(String ProviderName,
EnvHintCollection Hints) |
static boolean |
IsInit() |
File |
Retrieve(String ID,
EnvHintCollection Hints) |
void |
SessionInit(EnvHintCollection Hints) |
String |
Store(File file,
EnvHintCollection Hints) |
String |
Store(URL location,
EnvHintCollection Hints) |
public static IStorageSystemProvider Init(String ProviderName, EnvHintCollection Hints) throws EnvironmentValidationException
EnvironmentValidationExceptionpublic static boolean IsInit()
public void SessionInit(EnvHintCollection Hints) throws EnvironmentStorageSystemException
SessionInit in interface IStorageSystemProviderEnvironmentStorageSystemExceptionpublic File Retrieve(String ID, EnvHintCollection Hints) throws EnvironmentStorageSystemException
Retrieve in interface IStorageSystemProviderEnvironmentStorageSystemExceptionpublic void Delete(String ID, EnvHintCollection Hints) throws EnvironmentStorageSystemException
Delete in interface IStorageSystemProviderEnvironmentStorageSystemExceptionpublic String Store(File file, EnvHintCollection Hints) throws EnvironmentStorageSystemException
Store in interface IStorageSystemProviderEnvironmentStorageSystemExceptionpublic String Store(URL location, EnvHintCollection Hints) throws EnvironmentStorageSystemException
Store in interface IStorageSystemProviderEnvironmentStorageSystemExceptionpublic File GetLocalFSBufferLocation(EnvHintCollection Hints) throws EnvironmentStorageSystemException
GetLocalFSBufferLocation in interface IStorageSystemProviderEnvironmentStorageSystemExceptionCopyright © 2017. All Rights Reserved.