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

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

public class ServiceHandler
extends Object
implements ResourceHandler<Service>


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

Constructor Detail

ServiceHandler

public ServiceHandler()
Method Detail

initialize

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

add

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

drop

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


Copyright © 2013. All Rights Reserved.