Poco::Netconf

class ConfigurationServiceServerHelper

Library: Netconf
Package: Generated
Header: Poco/Netconf/ConfigurationServiceServerHelper.h

Description

Implementation of the protocol part of Netconf.

Member Summary

Member Functions: registerObject

Constructors

Destructor

~ConfigurationServiceServerHelper protected

~ConfigurationServiceServerHelper();

Destroys a ConfigurationServiceServerHelper.

Member Functions

registerObject static inline

static void registerObject(
    Netconf::ConfigurationService * pObj,
    const Poco::Remoting::Identifiable::ObjectId & oid,
    Poco::UInt16 port,
    const std::string & transport,
    bool secure
);

Registers an object at the ORB. Takes ownership of the pointer.

Variables

_pORB

Poco::Remoting::ORB * _pORB;