org.gcube.contentmanager.storageclient.wrapper
Class StorageClient

java.lang.Object
  extended by org.gcube.contentmanager.storageclient.wrapper.StorageClient

public class StorageClient
extends Object


Constructor Summary
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, org.gcube.common.core.scope.GCUBEScope scope)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, org.gcube.common.core.scope.GCUBEScope scope, MemoryType memory)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, org.gcube.common.core.scope.GCUBEScope scope, String server)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, org.gcube.common.core.scope.GCUBEScope scope, String server, MemoryType memory)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, String scope)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, String scope, MemoryType memory)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, String scope, String server)
           
StorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, String scope, String server, MemoryType memory)
           
 
Method Summary
 org.gcube.contentmanagement.blobstorage.service.IClient getClient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageClient

public StorageClient(String serviceClass,
                     String serviceName,
                     String owner,
                     AccessType accessType,
                     org.gcube.common.core.scope.GCUBEScope scope,
                     String server)
Parameters:
ServiceClass -
ServiceName -
owner -
typeAccess -
scope -

StorageClient

public StorageClient(String serviceClass,
                     String serviceName,
                     String owner,
                     AccessType accessType,
                     org.gcube.common.core.scope.GCUBEScope scope,
                     String server,
                     MemoryType memory)
Parameters:
ServiceClass -
ServiceName -
owner -
typeAccess -
memory - defines the kind of memory: VOLATILE or PERSISTENT
scope -

StorageClient

public StorageClient(String serviceClass,
                     String serviceName,
                     String owner,
                     AccessType accessType,
                     String scope,
                     String server)
Parameters:
ServiceClass -
ServiceName -
owner -
typeAccess -
scope -

StorageClient

public StorageClient(String serviceClass,
                     String serviceName,
                     String owner,
                     AccessType accessType,
                     String scope,
                     String server,
                     MemoryType memory)
Parameters:
ServiceClass -
ServiceName -
owner -
typeAccess -
memory - defines the kind of memory: VOLATILE or PERSISTENT
scope -

StorageClient

public StorageClient(String serviceClass,
                     String serviceName,
                     String owner,
                     AccessType accessType,
                     org.gcube.common.core.scope.GCUBEScope scope)
Parameters:
ServiceClass -
ServiceName -
owner -
typeAccess -
scope -

StorageClient

public StorageClient(String serviceClass,
                     String serviceName,
                     String owner,
                     AccessType accessType,
                     org.gcube.common.core.scope.GCUBEScope scope,
                     MemoryType memory)
Parameters:
ServiceClass -
ServiceName -
owner -
typeAccess -
memory - defines the kind of memory: VOLATILE or PERSISTENT
scope -

StorageClient

public StorageClient(String serviceClass,
                     String serviceName,
                     String owner,
                     AccessType accessType,
                     String scope)
Parameters:
ServiceClass -
ServiceName -
owner -
typeAccess -
scope -

StorageClient

public StorageClient(String serviceClass,
                     String serviceName,
                     String owner,
                     AccessType accessType,
                     String scope,
                     MemoryType memory)
Parameters:
ServiceClass -
ServiceName -
owner -
typeAccess -
scope -
Method Detail

getClient

public org.gcube.contentmanagement.blobstorage.service.IClient getClient()
                                                                  throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.