gr.uoa.di.madgik.ss
Class StorageSystem
java.lang.Object
gr.uoa.di.madgik.ss.StorageSystem
public class StorageSystem
- extends Object
|
Method Summary |
static void |
Delete(String ID,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
|
static File |
GetLocalFSBufferLocation(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
|
static void |
Init(String ProviderName,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
|
static File |
Retrieve(Object ID,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
|
static File |
Retrieve(String ID,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
|
static String |
Store(File file,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
|
static String |
Store(Object file,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
|
static String |
Store(URL location,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageSystem
public StorageSystem()
Init
public static void Init(String ProviderName,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
throws gr.uoa.di.madgik.environment.exception.EnvironmentValidationException
- Throws:
gr.uoa.di.madgik.environment.exception.EnvironmentValidationException
Store
public static String Store(Object file,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
throws gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
- Throws:
gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
Store
public static String Store(File file,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
throws gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
- Throws:
gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
Store
public static String Store(URL location,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
throws gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
- Throws:
gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
Retrieve
public static File Retrieve(Object ID,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
throws gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
- Throws:
gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
Retrieve
public static File Retrieve(String ID,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
throws gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
- Throws:
gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
Delete
public static void Delete(String ID,
gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
throws gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
- Throws:
gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
GetLocalFSBufferLocation
public static File GetLocalFSBufferLocation(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
throws gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
- Throws:
gr.uoa.di.madgik.environment.exception.EnvironmentStorageSystemException
Copyright © 2012. All Rights Reserved.