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