org.gcube.vremanagement.resourcebroker.impl.resources
Class ResourceStorageManager

java.lang.Object
  extended by org.gcube.vremanagement.resourcebroker.impl.resources.ResourceStorageManager

public class ResourceStorageManager
extends java.lang.Object

Author:
Daniele Strollo (ISTI-CNR)

Field Summary
static ResourceStorageManager INSTANCE
           
 
Constructor Summary
ResourceStorageManager()
           
 
Method Summary
 SingletonResourceStorage getResource()
           
 void loadScores()
           
 void storeScores()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ResourceStorageManager INSTANCE
Constructor Detail

ResourceStorageManager

public ResourceStorageManager()
Method Detail

getResource

public final SingletonResourceStorage getResource()
                                           throws GCUBEFault
Throws:
GCUBEFault

loadScores

public final void loadScores()
                      throws java.lang.Exception
Throws:
java.lang.Exception

storeScores

public final void storeScores()