Server commands
[Core classes.]

Collaboration diagram for Server commands:

Detailed Description

This group contains verious server commands


Classes

class  FeeServer::ServerCommand
 base class for server commands More...
class  FeeServer::UpdateServer
 Update the feeserver executable The expected payload is
  • the bytes of a valid feeserver program.
More...
class  FeeServer::RestartServer
 Restart the feeserver The expected payload is none. More...
class  FeeServer::RebootMachine
 Reboot the Linux machine The expected payload is none. More...
class  FeeServer::ShutdownMachine
 Power off the Linux machine The expected payload is none. More...
class  FeeServer::ExitServer
 Stop the server The expected payload is none. More...
class  FeeServer::SetDeadband
 sets the deadband for a specified item(s). The expected payload is
  • threshold (float) New dead-band value
  • name (string) Name of service (sans server prefix) to set dead-band for. This may be a a wild card of the form _name in which case all services that end in _name will get the new dead-band.
More...
class  FeeServer::GetDeadband
 Get the deadband for a specified item. The expected payload is
  • name (string) Name of service (sans server prefix) to get dead-band for.
More...
class  FeeServer::SetIssueTimeout
 Set the time out for the issue command. The expected payload is
  • timeout (long) The new timeout in milliseconds.
More...
class  FeeServer::GetIssueTimeout
 Get the time out for the issue command. The expected payload is none. More...
class  FeeServer::SetUpdateRate
 Set the monitor (service) update rate The expected payload is
  • rate (short) New update rate.
More...
class  FeeServer::GetUpdateRate
 Get the monitor (service) update rate The expected payload is none. More...
class  FeeServer::SetLogLevel
 Set the log mask The expected payload is
  • mask (int) The new log mask.
More...
class  FeeServer::GetLogLevel
 Get the log mask The expected payload is none. More...
class  FeeServer::ShowServices
 Show the services monitored The expected payload is none. More...


Generated on Thu Jun 26 17:02:26 2008 for FeeServer++ 0.9 by  doxygen 1.5.6