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

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

public class GHNHandler
extends Object
implements ResourceHandler<Ghn>


Field Summary
static String tableName
           
 
Constructor Summary
GHNHandler()
           
 
Method Summary
 void add(Ghn resource)
           
 void drop(String ghnId)
           
 List<Ghn> initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableName

public static final String tableName
See Also:
Constant Field Values
Constructor Detail

GHNHandler

public GHNHandler()
Method Detail

initialize

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

add

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

drop

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


Copyright © 2013. All Rights Reserved.