commore
1.0.6-SNAPSHOT
|
#include <Interface.h>
Public Member Functions | |
ProxyInterface (const AChar *name) | |
bool | is_proxy () const |
virtual long | call (const Tuple &inArgs, Tuple &outArgs) |
virtual long | call (const Tuple &inArgs, Tuple &outArgs, const Tuple *param) |
![]() | |
Interface (const AChar *name) | |
const AString & | get_name () const |
virtual PService | get_service () const |
CriticalSection * | get_cs () const |
virtual bool | get_session_context (Tuple &t) |
virtual void | set_session_context (const Tuple &session_context) |
virtual bool | get_self_session_context (Tuple &t) const |
virtual void | set_self_session_context () |
![]() | |
RefObject () | |
virtual void | attach () |
virtual void | release () |
virtual void | nested_attach () |
virtual void | nested_release () |
virtual void | interface_release () |
virtual void | Run () |
virtual CriticalSection * | get_cs () |
Additional Inherited Members | |
![]() | |
static AutoRefBase | auto_create () |
static AutoRefBase | auto_create (const AChar *s) |
static AutoRefBase | create () |
static AutoRefBase | create (const AChar *s) |
static AutoRefBase | bind () |
static AutoRefBase | bind (const AChar *s) |
static const AChar * | factory_name () |
![]() | |
bool | set_service (const PService &service) |
Interface (const Interface &) | |
![]() | |
Internals_ * | internals_ |
Proxy iterface to implement interface client side
Base call method
in_args | |
out_args |
Reimplemented from commore::Interface.
|
inlinevirtual |
Reimplemented from commore::Interface.