public interface SGADaemonOperations
| Modifier and Type | Method and Description |
|---|---|
void |
control(SGAControlAction action) |
SGACommand |
executeCommand(String command,
String cmdid,
Pair[] extraParams) |
SGAPath |
getPath(String path) |
SGAPath[] |
getPaths(String root) |
void |
ping() |
void |
setDefaultConfigKeys(String[] keys) |
void |
setDefaultInfoKeys(String[] keys) |
void ping()
void setDefaultConfigKeys(String[] keys)
void setDefaultInfoKeys(String[] keys)
void control(SGAControlAction action)
SGACommand executeCommand(String command, String cmdid, Pair[] extraParams) throws SystemException, MissingParameterException
SGAPath getPath(String path) throws InvalidPathException, PathNotFoundException
SGAPath[] getPaths(String root) throws InvalidPathException, PathNotFoundException
Copyright © 2018. All rights reserved.