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

All Known Implementing Classes:
CollectionHandler, FunctionalityHandler, GenericResourceHandler, GHNHandler, RunningInstancesHandler, RuntimeResourceHandler, ServiceHandler

public interface ResourceHandler<T>


Method Summary
 void add(T resource)
           
 void drop(String resourceId)
           
 List<T> initialize()
           
 

Method Detail

initialize

List<T> initialize()
                   throws Exception
Throws:
Exception

add

void add(T resource)
         throws Exception
Throws:
Exception

drop

void drop(String resourceId)
          throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.