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

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

public class GHNHandler
extends java.lang.Object
implements ResourceHandler<GCUBEHostingNode>


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

Field Detail

tableName

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

GHNHandler

public GHNHandler()
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Specified by:
initialize in interface ResourceHandler<GCUBEHostingNode>
Throws:
java.lang.Exception

add

public void add(GCUBEHostingNode resource)
         throws java.lang.Exception
Specified by:
add in interface ResourceHandler<GCUBEHostingNode>
Throws:
java.lang.Exception

drop

public void drop(java.lang.String ghnId)
          throws java.lang.Exception
Specified by:
drop in interface ResourceHandler<GCUBEHostingNode>
Throws:
java.lang.Exception