org.gcube.vremanagement.vremodeler.resources.handlers
Interface ResourceHandler<T>
- All Known Implementing Classes:
- CollectionHandler, FunctionalityHandler, GenericResourceHandler, GHNHandler, RunningInstancesHandler, RuntimeResourceHandler, ServiceHandler
public interface ResourceHandler<T>
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.