#include <BridgeIce.h>
|
virtual const std::string & | identity () |
|
virtual const std::string & | type () |
|
virtual void | connect (const Ice::ConnectionPtr &_con, const Ice::Identity &_remote, Nice::I64 _remoteId)=0 |
| Local interface to connect a local bridge to a remote bridge. More...
|
|
virtual std::string | toString () const |
| serialize to a string. More...
|
|
virtual const std::string & | identity () |
|
virtual const std::string & | type () |
|
virtual void | connect (const Ice::ConnectionPtr &_con, const Ice::Identity &_remote, Nice::I64 _remoteId)=0 |
| Local interface to connect a local bridge to a remote bridge. More...
|
|
virtual std::string | toString () const |
| serialize to a string. More...
|
|
| PropertyBridge () |
| Constructor. More...
|
|
virtual | ~PropertyBridge () |
| Destructor. More...
|
|
virtual void | init (const PropertyPtr &_property) |
| Initializer, called by the Property when it is applied. More...
|
|
virtual void | disconnect () |
| Abstract function to connect an instance of THIS bridge to another bridge. More...
|
|
virtual void | set (Nice::CompletionState, const Nice::Any &, Nice::I64 _setterId, const Nice::DateVar &_date)=0 |
| Abstract function is called from local Property if a Property value has changed. More...
|
|
| PropertyBridge () |
| Constructor. More...
|
|
virtual | ~PropertyBridge () |
| Destructor. More...
|
|
virtual void | init (const PropertyPtr &_property) |
| Initializer, called by the Property when it is applied. More...
|
|
virtual void | disconnect () |
| Abstract function to connect an instance of THIS bridge to another bridge. More...
|
|
virtual void | set (Nice::CompletionState, const Nice::Any &, Nice::I64 _setterId, const Nice::DateVar &_date)=0 |
| Abstract function is called from local Property if a Property value has changed. More...
|
|
◆ PropertyBridgeIce() [1/4]
Nice::PropertyBridgeIce::PropertyBridgeIce |
( |
| ) |
|
|
inlineprivate |
◆ PropertyBridgeIce() [2/4]
Nice::PropertyBridgeIce::PropertyBridgeIce |
( |
const Ice::ObjectAdapterPtr & |
_adapter | ) |
|
|
protected |
◆ ~PropertyBridgeIce() [1/2]
Nice::PropertyBridgeIce::~PropertyBridgeIce |
( |
| ) |
|
|
protectedvirtual |
◆ PropertyBridgeIce() [3/4]
Nice::PropertyBridgeIce::PropertyBridgeIce |
( |
| ) |
|
|
inlineprivate |
◆ PropertyBridgeIce() [4/4]
Nice::PropertyBridgeIce::PropertyBridgeIce |
( |
const Ice::ObjectAdapterPtr & |
_adapter | ) |
|
|
protected |
◆ ~PropertyBridgeIce() [2/2]
virtual Nice::PropertyBridgeIce::~PropertyBridgeIce |
( |
| ) |
|
|
protectedvirtual |
◆ connect() [1/2]
virtual void Nice::PropertyBridgeIce::connect |
( |
const Ice::ConnectionPtr & |
_con, |
|
|
const Ice::Identity & |
_remote, |
|
|
Nice::I64 |
_remoteId |
|
) |
| |
|
pure virtual |
◆ connect() [2/2]
virtual void Nice::PropertyBridgeIce::connect |
( |
const Ice::ConnectionPtr & |
_con, |
|
|
const Ice::Identity & |
_remote, |
|
|
Nice::I64 |
_remoteId |
|
) |
| |
|
pure virtual |
◆ identity() [1/2]
virtual const std::string& Nice::PropertyBridgeIce::identity |
( |
| ) |
|
|
inlinevirtual |
◆ identity() [2/2]
virtual const std::string& Nice::PropertyBridgeIce::identity |
( |
| ) |
|
|
inlinevirtual |
◆ toString() [1/2]
virtual std::string Nice::PropertyBridgeIce::toString |
( |
| ) |
const |
|
inlinevirtual |
◆ toString() [2/2]
virtual std::string Nice::PropertyBridgeIce::toString |
( |
| ) |
const |
|
inlinevirtual |
◆ type() [1/2]
virtual const std::string& Nice::PropertyBridgeIce::type |
( |
| ) |
|
|
inlinevirtual |
◆ type() [2/2]
virtual const std::string& Nice::PropertyBridgeIce::type |
( |
| ) |
|
|
inlinevirtual |
◆ m_adapter
Ice::ObjectAdapterPtr Nice::PropertyBridgeIce::m_adapter |
|
protected |
◆ m_identity
Ice::Identity Nice::PropertyBridgeIce::m_identity |
|
protected |
◆ s_disttype
static const std::string Nice::PropertyBridgeIce::s_disttype = "ICE_DISTBRIDGE" |
|
static |
◆ s_type
static const std::string Nice::PropertyBridgeIce::s_type = "ICE_CONBRIDGE" |
|
static |
The documentation for this class was generated from the following files: