gr.uoa.di.madgik.environment.ss
Class StorageSystemProvider
java.lang.Object
gr.uoa.di.madgik.environment.ss.StorageSystemProvider
- All Implemented Interfaces:
- IEnvironmentProvider, IStorageSystemProvider
public class StorageSystemProvider
- extends Object
- implements IStorageSystemProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageSystemProvider
public StorageSystemProvider()
Init
public static IStorageSystemProvider Init(String ProviderName,
EnvHintCollection Hints)
throws EnvironmentValidationException
- Throws:
EnvironmentValidationException
IsInit
public static boolean IsInit()
SessionInit
public void SessionInit(EnvHintCollection Hints)
throws EnvironmentStorageSystemException
- Specified by:
SessionInit in interface IStorageSystemProvider
- Throws:
EnvironmentStorageSystemException
Retrieve
public File Retrieve(String ID,
EnvHintCollection Hints)
throws EnvironmentStorageSystemException
- Specified by:
Retrieve in interface IStorageSystemProvider
- Throws:
EnvironmentStorageSystemException
Delete
public void Delete(String ID,
EnvHintCollection Hints)
throws EnvironmentStorageSystemException
- Specified by:
Delete in interface IStorageSystemProvider
- Throws:
EnvironmentStorageSystemException
Store
public String Store(File file,
EnvHintCollection Hints)
throws EnvironmentStorageSystemException
- Specified by:
Store in interface IStorageSystemProvider
- Throws:
EnvironmentStorageSystemException
Store
public String Store(URL location,
EnvHintCollection Hints)
throws EnvironmentStorageSystemException
- Specified by:
Store in interface IStorageSystemProvider
- Throws:
EnvironmentStorageSystemException
GetLocalFSBufferLocation
public File GetLocalFSBufferLocation(EnvHintCollection Hints)
throws EnvironmentStorageSystemException
- Specified by:
GetLocalFSBufferLocation in interface IStorageSystemProvider
- Throws:
EnvironmentStorageSystemException
Copyright © 2012. All Rights Reserved.