org.gcube.vremanagement.vremodeler.resources.handlers
Interface ResourceHandler<T>

All Known Implementing Classes:
CollectionHandler, FunctionalityHandler, GenericResourceHandler, GHNHandler, GhnRiRelationHandler, RunningInstancesHandler

public interface ResourceHandler<T>


Method Summary
 void add(T resource)
           
 void drop(java.lang.String resourceId)
           
 void initialize()
           
 

Method Detail

initialize

void initialize()
                throws java.lang.Exception
Throws:
java.lang.Exception

add

void add(T resource)
         throws java.lang.Exception
Throws:
java.lang.Exception

drop

void drop(java.lang.String resourceId)
          throws java.lang.Exception
Throws:
java.lang.Exception