#include <acsDaemonImpl.h>
Collaboration diagram for acsDaemonImpl< T >:
Public Member Functions | |
acsDaemonImpl (int argc, char *argv[]) | |
~acsDaemonImpl () | |
void | usage (const char *argv) |
int | run () |
void | shutdown () |
Private Attributes | |
ACSDaemonServiceImpl< T > * | service |
ACE_CString | iorFile |
ACE_CString | ORBEndpoint |
int | nargc |
char ** | nargv |
LoggingProxy * | m_logger |
acsDaemonImpl provides a common implementation for the container and service daemons of ACS.
|
Constructor. |
|
Destructor. |
|
Process client requests. |
|
Terminate the daemon. |
|
Display help information for the daemon. |
|
File name where the IOR information is to be written * |
|
logger * |
|
Configuration information for the service * |
|
|
|
Description of where the provided service listens for requests * |
|
Manager for the service provided by this daemon * |