|
LogService
libdadi: utility tools for distributed applications
|


Public Member Functions | |
| FwrdConfig (const std::string &pgName) | |
| const std::string & | getName () const |
| const std::string & | getPeerName () const |
| const std::string & | getPeerIOR () const |
| const std::string & | getSshHost () const |
| const std::string & | getRemoteHost () const |
| const std::string & | getRemotePortTo () const |
| const std::string & | getRemotePortFrom () const |
| const std::string & | getLocalPortFrom () const |
| bool | createTo () const |
| bool | createFrom () const |
| const std::string & | getSshPath () const |
| const std::string & | getSshPort () const |
| const std::string & | getSshLogin () const |
| const std::string & | getSshKeyPath () const |
| int | getNbRetry () const |
| unsigned int | getWaitingTime () const |
| const std::string & | getCfgPath () const |
| void | setName (const std::string &name) |
| void | setPeerName (const std::string &name) |
| void | setPeerIOR (const std::string &ior) |
| void | setSshHost (const std::string &host) |
| void | setRemoteHost (const std::string &host) |
| void | setRemotePortTo (const std::string &port) |
| void | setRemotePortFrom (const std::string &port) |
| void | setLocalPortFrom (const std::string &port) |
| void | createTo (bool create) |
| void | createFrom (bool create) |
| void | setSshPath (const std::string &path) |
| void | setSshPort (const std::string &port) |
| void | setSshLogin (const std::string &login) |
| void | setSshKeyPath (const std::string &path) |
| void | setNbRetry (const int nb) |
| void | setWaitingTime (const unsigned int time) |
| void | setCfgPath (const std::string &path) |
Public Member Functions inherited from Configuration | |
| Configuration (const std::string &pgName) | |
| const std::string & | getPgName () const |
| const std::string & | getConfigFile () const |
| void | setConfigFile (const std::string &configFile) |
1.8.13