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

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

public class GenericResourceHandler
extends Object
implements ResourceHandler<GenericResource>


Field Summary
static org.gcube.common.core.utils.logging.GCUBELog logger
           
 
Constructor Summary
GenericResourceHandler()
           
 
Method Summary
 void add(GenericResource resource)
           
 void drop(String resourceId)
           
 List<GenericResource> initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.gcube.common.core.utils.logging.GCUBELog logger
Constructor Detail

GenericResourceHandler

public GenericResourceHandler()
Method Detail

add

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

drop

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

initialize

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


Copyright © 2013. All Rights Reserved.