Uses of Class
org.gcube.common.core.persistence.GCUBEPersistenceDelegate

Packages that use GCUBEPersistenceDelegate
org.gcube.common.core.persistence   
org.gcube.common.core.state   
 

Uses of GCUBEPersistenceDelegate in org.gcube.common.core.persistence
 

Subclasses of GCUBEPersistenceDelegate in org.gcube.common.core.persistence
 class GCUBEFilePersistenceDelegate<RESOURCEID,RESOURCE extends GCUBEStatefulResource<RESOURCEID>>
          A partial specialisation of GCUBEPersistenceDelegate suitable for file storage.
 class GCUBELRFilePersistenceDelegate<RESOURCE extends GCUBELocalResource>
           
 class GCUBENoPersistenceDelegate<RESOURCEID>
          An implementation of GCUBEPersistenceDelegate which simulates serialisation and deserialisation of GCUBEStatefulResources.
 class GCUBEWSFields2FilePersistenceDelegate<RESOURCE extends GCUBEWSFieldsSerializableResource>
          Delegate to persist an arbitrary list of Serializable objects, plus the standard RPs
 class GCUBEWSFilePersistenceDelegate<RESOURCE extends GCUBEWSResource>
          An specialisation of GCUBEFilePersistenceDelegate to GCUBEWSResources.
 class GCUBEWSLiteFilePersistenceDelegate<LOCAL extends GCUBELocalResource,RESOURCE extends GCUBEWSLiteResource<LOCAL>>
          Specialisation of GCUBEWSFilePersistenceDelegate for GCUBEWSResourceLite.
 

Uses of GCUBEPersistenceDelegate in org.gcube.common.core.state
 

Fields in org.gcube.common.core.state declared as GCUBEPersistenceDelegate
protected  GCUBEPersistenceDelegate<RESOURCEID,RESOURCE> GCUBEResourceHome.persistenceDelegate
          The class of the persistence delegate for the managed resources.
 

Methods in org.gcube.common.core.state with parameters of type GCUBEPersistenceDelegate
 void GCUBEStatefulResource.setPersistenceDelegate(GCUBEPersistenceDelegate<RESOURCEID,? extends GCUBEStatefulResource<RESOURCEID>> delegate)
          Invoked by the GCUBEResourceHome of the resource to set the GCUBEPersistenceDelegate that is responsible for the serialisation and deserialisation of the resource to and from long-term storage.
 



Copyright © 2013. All Rights Reserved.