#include <Binder.h>
Public Member Functions | |
| BinderRegistry () | |
| Status | register_binder (ConnInfo ci, Binder *b) |
| Binder * | get_binder (ConnInfo ci) |
Private Types | |
| typedef Binder< IdType, IdTrait > | Binder |
Private Attributes | |
| std::map< ConnInfo, Binder * > | binder_tbl_ |
| ACE_Thread_Mutex | binder_tbl_lock_ |
Definition at line 101 of file Binder.h.
|
|||||
|
Reimplemented in channel::Connector< Channel, Transport >, channel::Connector< Channel, UnixSockTransport< Channel > >, and channel::Connector< Channel, TcpSockTransport< Channel > >. |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
|||||
|
Definition at line 105 of file Binder.h. Referenced by channel::BinderRegistry< Channel::IdType, Channel::IdTrait >::get_binder(), and channel::BinderRegistry< Channel::IdType, Channel::IdTrait >::register_binder(). |
|
|||||
|
Definition at line 106 of file Binder.h. Referenced by channel::BinderRegistry< Channel::IdType, Channel::IdTrait >::get_binder(), and channel::BinderRegistry< Channel::IdType, Channel::IdTrait >::register_binder(). |
1.4.6-NO