org.gcube.common.vremanagement.ghnmanager.client.proxies
Interface GHNManagerService

All Known Implementing Classes:
GHNManagerLibrary

public interface GHNManagerService

Author:
Andrea Manzi(CERN)

Method Summary
 boolean activateRI(Types.RIData params)
           
 boolean addRIToScope(Types.ScopeRIParams params)
           
 boolean addScope(Types.AddScopeInputParams params)
           
 boolean deactivateRI(Types.RIData params)
           
 boolean removeRIFromScope(Types.ScopeRIParams params)
           
 boolean removeScope(String scope)
           
 void shutdown(Types.ShutdownOptions options)
           
 

Method Detail

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.