org.gcube.datatransfer.agent.impl.state
Class AgentPersistenceDelegate

java.lang.Object
  extended by org.gcube.common.core.persistence.GCUBEPersistenceDelegate<RESOURCEID,RESOURCE>
      extended by org.gcube.common.core.persistence.GCUBEFilePersistenceDelegate<org.gcube.common.core.state.GCUBEWSResourceKey,RESOURCE>
          extended by org.gcube.common.core.persistence.GCUBEWSFilePersistenceDelegate<AgentResource>
              extended by org.gcube.datatransfer.agent.impl.state.AgentPersistenceDelegate

public class AgentPersistenceDelegate
extends org.gcube.common.core.persistence.GCUBEWSFilePersistenceDelegate<AgentResource>


Field Summary
 
Fields inherited from class org.gcube.common.core.persistence.GCUBEWSFilePersistenceDelegate
ctxt, WSRESOURCE_FILE_SUFFIX
 
Fields inherited from class org.gcube.common.core.persistence.GCUBEPersistenceDelegate
logger
 
Constructor Summary
AgentPersistenceDelegate()
           
 
Method Summary
protected  void onLoad(AgentResource resource, ObjectInputStream stream)
          
protected  void onStore(AgentResource resource, ObjectOutputStream stream)
          
 
Methods inherited from class org.gcube.common.core.persistence.GCUBEWSFilePersistenceDelegate
getFileFromResource, getIDFromFileName, getSuffix, initialise
 
Methods inherited from class org.gcube.common.core.persistence.GCUBEFilePersistenceDelegate
getResourceIdentifiers, getStorageRoot, onLoad, onRemove, onStore
 
Methods inherited from class org.gcube.common.core.persistence.GCUBEPersistenceDelegate
load, remove, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentPersistenceDelegate

public AgentPersistenceDelegate()
Method Detail

onLoad

protected void onLoad(AgentResource resource,
                      ObjectInputStream stream)
               throws Exception

Overrides:
onLoad in class org.gcube.common.core.persistence.GCUBEWSFilePersistenceDelegate<AgentResource>
Throws:
Exception

onStore

protected void onStore(AgentResource resource,
                       ObjectOutputStream stream)
                throws Exception

Overrides:
onStore in class org.gcube.common.core.persistence.GCUBEWSFilePersistenceDelegate<AgentResource>
Throws:
Exception


Copyright © 2013. All Rights Reserved.