TAO_ESF
2.3.2
|
Implements a Command object that invokes the connected_i() method on the target, passing an argument of type Object. More...
#include <ESF_Delayed_Command.h>
Public Member Functions | |
TAO_ESF_Connected_Command (Target *target, Object *object) | |
constructor... More... | |
virtual int | execute (void *arg) |
Public Member Functions inherited from ACE_Command_Base | |
ACE_Command_Base (void) | |
virtual | ~ACE_Command_Base (void) |
Private Attributes | |
Target * | target_ |
The target. More... | |
Object * | object_ |
The argument. More... | |
Implements a Command object that invokes the connected_i() method on the target, passing an argument of type Object.
It does not assume ownership of Object nor the Target arguments. Usually allocated from the heap or an allocator; but it is not self-managed.
No provisions for locking, access must be serialized externally.
TAO_ESF_Connected_Command< Target, Object >::TAO_ESF_Connected_Command | ( | Target * | target, |
Object * | object | ||
) |
constructor...
|
virtual |
The callback method, if the argument is not nil it is interpreted as a CORBA::Environment.
Implements ACE_Command_Base.
|
private |
The argument.
|
private |
The target.