![]() |
Imt.Base C++ API V4.1.1.0
|
Interface for the RemotingService. More...
#include <Imt.Base.Lib.Remoting/inc/Imt.Base.Lib.Remoting/RemotingServiceIfc.h>
Public Member Functions | |
virtual | ~RemotingServiceIfc ()=default |
Destructor. | |
virtual bool | isRemoteObjectAdded (RemoteObjectIfc const &remoteObject) const =0 |
Returns true if the given remote object id is added to the remoting service. | |
virtual bool | isRemoteObjectAdded (int32_t const remoteObjectId) const =0 |
Returns true if the given remote object id is added to the remoting service. | |
virtual bool | add (RemoteObjectIfc &remoteObject)=0 |
Adds a remote object. | |
virtual bool | removeObject (RemoteObjectIfc &remoteObject)=0 |
Removes the given remote object. | |
Protected Member Functions | |
RemotingServiceIfc () noexcept=default | |
RemotingServiceIfc (RemotingServiceIfc const &) noexcept=delete | |
RemotingServiceIfc (RemotingServiceIfc &&) noexcept=delete | |
RemotingServiceIfc & | operator= (RemotingServiceIfc const &) &noexcept=delete |
RemotingServiceIfc & | operator= (RemotingServiceIfc &&) &noexcept=delete |
Interface for the RemotingService.
Allows the registration (add and remove) of RemoteObjects.
This interface does not provide ownership on the service object.
Definition at line 19 of file RemotingServiceIfc.h.
|
virtualdefault |
Destructor.
|
protecteddefaultnoexcept |
|
protecteddeletenoexcept |
|
protecteddeletenoexcept |
|
pure virtual |
Adds a remote object.
remoteObject | The remote object to add. |
Implemented in imt::base::lib::remoting::RemotingSendService, and imt::base::lib::remoting::RemotingServiceBase.
|
pure virtual |
Returns true if the given remote object id is added to the remoting service.
remoteObjectId | Id of the remote object possibly added to this remoting service. |
Implemented in imt::base::lib::remoting::RemotingSendService, and imt::base::lib::remoting::RemotingServiceBase.
|
pure virtual |
Returns true if the given remote object id is added to the remoting service.
remoteObject | object of the remote object possibly added to this remoting service. |
Implemented in imt::base::lib::remoting::RemotingSendService, and imt::base::lib::remoting::RemotingServiceBase.
|
protecteddeletenoexcept |
|
protecteddeletenoexcept |
|
pure virtual |
Removes the given remote object.
remoteObject | The remote object to remove. |
Implemented in imt::base::lib::remoting::RemotingSendService, and imt::base::lib::remoting::RemotingServiceBase.