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

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

public class RunningInstancesHandler
extends Object
implements ResourceHandler<RunningInstance>


Field Summary
static String tableName
           
 
Constructor Summary
RunningInstancesHandler()
           
RunningInstancesHandler(Ghn ghn)
           
 
Method Summary
 void add(RunningInstance resource)
           
 void drop(String riId)
           
 List<RunningInstance> 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

RunningInstancesHandler

public RunningInstancesHandler(Ghn ghn)

RunningInstancesHandler

public RunningInstancesHandler()
Method Detail

initialize

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

add

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

drop

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


Copyright © 2013. All Rights Reserved.