![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Class used to represent remote request origin. More...
#include <RemoteRequestOrigin.h>
Public Member Functions | |
| eRequestOrigin | getRequestOrigin () const |
| retrieve request origin | |
| void | init (const Guid &socketGuid, const Guid &providerGuid, const Guid &requestGuid) |
| initialization of object | |
| const Guid & | getSocketGuid () const |
| retrieve socket guid associated to remote connection More... | |
| const Guid & | getProviderGuid () const |
| retrieve guid of remote provider More... | |
| const Guid & | getRequestGuid () const |
| retrieve guid of remote request More... | |
Constructors and destructors | |
| RemoteRequestOrigin () | |
| ~RemoteRequestOrigin () | |
Public Member Functions inherited from ipsdk::core::BaseRequestOrigin | |
| bool | isInit () const |
| retrieve object initialization flag | |
| void | clear () |
| clear object data | |
| BaseRequestOrigin () | |
| virtual | ~BaseRequestOrigin ()=0 |
| bool | isLocal () const |
| check for request origin | |
| bool | isRemote () const |
| check for request origin | |
Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual const std::string & | getClassName () const |
| method allowing to retrieve object class name | |
| virtual BaseDynamicObject * | createNew () const =0 |
| method allowing to create new instance of current object type | |
| virtual DynamicObjectPtr | createShared () const =0 |
| method allowing to create new shared instance of current object type | |
| virtual bool | hasCopySupport () const =0 |
| check whether objet has copy support | |
| virtual BaseDynamicObject * | duplicate () const =0 |
| method allowing to duplicate current object More... | |
| virtual DynamicObjectPtr | duplicateShared () const =0 |
| method allowing shared duplication of current object More... | |
| BaseDynamicObject () | |
| virtual | ~BaseDynamicObject ()=0 |
Protected Attributes | |
| Guid | _socketGuid |
| socket guid associated to remote connection | |
| Guid | _providerGuid |
| guid of remote provider | |
| Guid | _requestGuid |
| guid of remote request | |
Protected Attributes inherited from ipsdk::core::BaseRequestOrigin | |
| bool | _bInit |
| object initialization flag | |
Additional Inherited Members | |
Static Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| static const std::string & | getTypeName () |
| method allowing to retrieve name associated to class | |
Protected Member Functions inherited from ipsdk::core::BaseRequestOrigin | |
| void | initBase () |
| base class initialization method | |
Protected Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual void | initCtorCopy (const BaseDynamicObject &object) |
| virtual void | copy (const BaseDynamicObject &object) |
| method allowing to copy data from another object | |
Class used to represent remote request origin.
| const Guid& ipsdk::core::RemoteRequestOrigin::getSocketGuid | ( | ) | const |
retrieve socket guid associated to remote connection
| ipsdk::core::IPSDKCoreException | if isInit() == false |
| const Guid& ipsdk::core::RemoteRequestOrigin::getProviderGuid | ( | ) | const |
retrieve guid of remote provider
| ipsdk::core::IPSDKCoreException | if isInit() == false |
| const Guid& ipsdk::core::RemoteRequestOrigin::getRequestGuid | ( | ) | const |
retrieve guid of remote request
| ipsdk::core::IPSDKCoreException | if isInit() == false |
1.8.14