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
Exceptionboolean addRIToScope(Types.ScopeRIParams params) throws Exception
Exceptionboolean activateRI(Types.RIData params) throws Exception
Exceptionboolean deactivateRI(Types.RIData params) throws Exception
Exceptionboolean removeRIFromScope(Types.ScopeRIParams params) throws Exception
Exceptionvoid shutdown(Types.ShutdownOptions options) throws Exception
ExceptionCopyright © 2017. All Rights Reserved.