Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
IceBox::Service Class Referenceabstract

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.

Detailed Description

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.

Definition at line 33 of file Service.h.


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