Represents an IceBox service that you implement and that the IceBox service manager starts and later stops. More...
#include <IceBox/IceBox.h>
Public Member Functions | |
| virtual void | start (const std::string &name, const Ice::CommunicatorPtr &communicator, const Ice::StringSeq &args)=0 |
| Starts the service. | |
| virtual void | stop ()=0 |
| Stops the service. | |
Represents an IceBox service that you implement and that the IceBox service manager starts and later stops.
The same service can be started and stopped multiple times.