org.gcube.common.vremanagement.ghnmanager.client.proxies
Interface GHNManagerService
- All Known Implementing Classes:
- GHNManagerLibrary
public interface GHNManagerService
- Author:
- Andrea Manzi(CERN)
addScope
boolean addScope(Types.AddScopeInputParams params)
throws Exception
- Throws:
Exception
removeScope
boolean removeScope(String scope)
throws Exception
- Throws:
Exception
addRIToScope
boolean addRIToScope(Types.ScopeRIParams params)
throws Exception
- Throws:
Exception
activateRI
boolean activateRI(Types.RIData params)
throws Exception
- Throws:
Exception
deactivateRI
boolean deactivateRI(Types.RIData params)
throws Exception
- Throws:
Exception
removeRIFromScope
boolean removeRIFromScope(Types.ScopeRIParams params)
throws Exception
- Throws:
Exception
shutdown
void shutdown(Types.ShutdownOptions options)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.