libmoost
moost::service::remote_shell_server Class Reference

Compiler firewall for remote_shell_server_impl. More...

#include <remote_shell.h>

Inheritance diagram for moost::service::remote_shell_server:
Collaboration diagram for moost::service::remote_shell_server:

List of all members.

Public Member Functions

 remote_shell_server (boost::shared_ptr< boost::asio::io_service > ios)
 ~remote_shell_server ()
void run (remote_shell_iface *)
void stop (const std::string &)
void set_appender_factory (appender_factory_ptr)
void set_default_stdout_state (bool)
void set_default_stderr_state (bool)
void set_listen_port (unsigned short)
void set_pre_shutdown_function (boost::function0< void > &)
void enable_local_shell (bool)

Private Attributes

remote_shell_server_implm_impl

Detailed Description

Compiler firewall for remote_shell_server_impl.

Definition at line 153 of file remote_shell.h.


Constructor & Destructor Documentation

remote_shell_server::remote_shell_server ( boost::shared_ptr< boost::asio::io_service >  ios)

Definition at line 1237 of file remote_shell.cpp.


Member Function Documentation

Definition at line 1282 of file remote_shell.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 1247 of file remote_shell.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 1257 of file remote_shell.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 1267 of file remote_shell.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 1262 of file remote_shell.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void remote_shell_server::set_listen_port ( unsigned short  port)

Definition at line 1272 of file remote_shell.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void remote_shell_server::set_pre_shutdown_function ( boost::function0< void > &  func)

Definition at line 1277 of file remote_shell.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void remote_shell_server::stop ( const std::string &  msg)

Definition at line 1252 of file remote_shell.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation


The documentation for this class was generated from the following files: