commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SHMSender Class Reference
+ Inheritance diagram for SHMSender:

Public Member Functions

 SHMSender (const char *name, size_t size)
 
bool is_connected ()
 
 ~SHMSender ()
 
int call (const Tuple &inReq, Tuple &outReq)
 
bool is_ok ()
 
- Public Member Functions inherited from commore::Sender
 Sender ()
 
virtual ~Sender ()
 
const AStringget_address () const
 
- Public Member Functions inherited from commore::RefObject
 RefObject ()
 
virtual ~RefObject ()
 
virtual void attach ()
 
virtual void release ()
 
virtual void nested_attach ()
 
virtual void nested_release ()
 
virtual void interface_release ()
 
virtual void Run ()
 
virtual CriticalSectionget_cs ()
 

Additional Inherited Members

- Static Public Member Functions inherited from commore::Sender
static const ACharfactory_name ()
 
- 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 ACharfactory_name ()
 
- Protected Attributes inherited from commore::Sender
AString address_
 

Constructor & Destructor Documentation

SHMSender::SHMSender ( const char *  name,
size_t  size 
)
inline
SHMSender::~SHMSender ( )
inline

Member Function Documentation

int SHMSender::call ( const Tuple in_req,
Tuple out_req 
)
inlinevirtual

The Call method

Reimplemented from commore::Sender.

bool SHMSender::is_connected ( )
inlinevirtual

Check if a connection have been created

Reimplemented from commore::Sender.

bool SHMSender::is_ok ( )
inlinevirtual

Check Sender integrity Implementation return here possible invalid state

Reimplemented from commore::Sender.


The documentation for this class was generated from the following file: