#include <ESF_Delayed_Command.h>
Inheritance diagram for TAO_ESF_Reconnected_Command< Target, Object >:
Public Member Functions | |
TAO_ESF_Reconnected_Command (Target *target, Object *object) | |
constructor... | |
virtual int | execute (void *arg) |
Private Attributes | |
Target * | target_ |
The target. | |
Object * | object_ |
The argument. |
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.
Definition at line 79 of file ESF_Delayed_Command.h.
|
constructor...
Definition at line 20 of file ESF_Delayed_Command.inl.
|
|
The callback method, if the argument is not nil it is interpreted as a CORBA::Environment. Implements ACE_Command_Base. Definition at line 32 of file ESF_Delayed_Command.cpp.
|
|
The argument.
Definition at line 95 of file ESF_Delayed_Command.h. |
|
The target.
Definition at line 92 of file ESF_Delayed_Command.h. |