org.gcube.application.aquamaps.publisher.impl.datageneration
Interface ObjectManager<T>


public interface ObjectManager<T>


Method Summary
 void destroy(T obj)
           
 T generate()
           
 T update(T obj)
           
 

Method Detail

generate

T generate()
           throws Exception
Throws:
Exception

update

T update(T obj)
         throws Exception
Throws:
Exception

destroy

void destroy(T obj)
             throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.