org.gcube.vremanagement.vremodeler.resources.handlers
Class RuntimeResourceHandler

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.resources.handlers.RuntimeResourceHandler
All Implemented Interfaces:
ResourceHandler<RuntimeResource>

public class RuntimeResourceHandler
extends Object
implements ResourceHandler<RuntimeResource>


Constructor Summary
RuntimeResourceHandler()
           
 
Method Summary
 void add(RuntimeResource resource)
           
 void drop(String resourceId)
           
 List<RuntimeResource> initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeResourceHandler

public RuntimeResourceHandler()
Method Detail

initialize

public List<RuntimeResource> initialize()
                                 throws Exception
Specified by:
initialize in interface ResourceHandler<RuntimeResource>
Throws:
Exception

add

public void add(RuntimeResource resource)
         throws Exception
Specified by:
add in interface ResourceHandler<RuntimeResource>
Throws:
Exception

drop

public void drop(String resourceId)
          throws Exception
Specified by:
drop in interface ResourceHandler<RuntimeResource>
Throws:
Exception


Copyright © 2013. All Rights Reserved.