public interface GHNManagerService
Modifier and Type | Method and Description |
---|---|
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) |
boolean addScope(Types.AddScopeInputParams params) throws Exception
Exception
boolean addRIToScope(Types.ScopeRIParams params) throws Exception
Exception
boolean activateRI(Types.RIData params) throws Exception
Exception
boolean deactivateRI(Types.RIData params) throws Exception
Exception
boolean removeRIFromScope(Types.ScopeRIParams params) throws Exception
Exception
void shutdown(Types.ShutdownOptions options) throws Exception
Exception
Copyright © 2015. All Rights Reserved.