| 
    commore
    1.0.6-SNAPSHOT
    
   | 
 
#include <Interface.h>
 Inheritance diagram for commore::ProxyInterface: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) | 
  Public Member Functions inherited from commore::Interface | |
| 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 () | 
  Public Member Functions inherited from commore::RefObject | |
| 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 Public Member Functions inherited from commore::RefObject | |
| 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 () | 
  Protected Member Functions inherited from commore::Interface | |
| bool | set_service (const PService &service) | 
| Interface (const Interface &) | |
  Protected Attributes inherited from commore::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.