File Information
Library: IoT/Settings
Package: Generated
Header: IoT/Settings/SettingsServiceServerHelper.h
Description
The SettingsService provides a service interface to the configuration system. Specifically it allows to change configuration parameters and to save changed parameters in a file.
Member Summary
Member Functions: createRemoteObject, registerObject, registerRemoteObject, shutdown, unregisterObject
Types Aliases
Service
using Service = IoT::Settings::SettingsService;
Constructors
SettingsServiceServerHelper
SettingsServiceServerHelper();
Creates a SettingsServiceServerHelper.
Destructor
~SettingsServiceServerHelper
~SettingsServiceServerHelper();
Destroys the SettingsServiceServerHelper.
Member Functions
createRemoteObject
static Poco::AutoPtr < IoT::Settings::SettingsServiceRemoteObject > createRemoteObject(
Poco::SharedPtr < IoT::Settings::SettingsService > pServiceObject,
const Poco::RemotingNG::Identifiable::ObjectId & oid
);
Creates and returns a RemoteObject wrapper for the given IoT::Settings::SettingsService instance.
registerObject
static std::string registerObject(
Poco::SharedPtr < IoT::Settings::SettingsService > pServiceObject,
const Poco::RemotingNG::Identifiable::ObjectId & oid,
const std::string & listenerId
);
Creates a RemoteObject wrapper for the given IoT::Settings::SettingsService instance and registers it with the ORB and the Listener instance uniquely identified by the Listener's ID.
Returns the URI created for the object.
registerRemoteObject
static std::string registerRemoteObject(
Poco::AutoPtr < IoT::Settings::SettingsServiceRemoteObject > pRemoteObject,
const std::string & listenerId
);
Registers the given RemoteObject with the ORB and the Listener instance uniquely identified by the Listener's ID.
Returns the URI created for the object.
shutdown
static void shutdown();
Removes the Skeleton for IoT::Settings::SettingsService from the ORB.
unregisterObject
static void unregisterObject(
const std::string & uri
);
Unregisters a service object identified by URI from the ORB.