#include <Method_Request.h>
Public Methods | |
ACE_Method_Request (u_long priority=0) | |
Constructor. More... | |
virtual | ~ACE_Method_Request (void) |
Destructor. More... | |
u_long | priority (void) const |
Get priority. More... | |
void | priority (u_long) |
Set priority. More... | |
virtual int | call (void)=0 |
Invoked when the <Method_Request> is scheduled to run. More... | |
Protected Attributes | |
u_long | priority_ |
The priority of the request. More... | |
Private Methods | |
void | operator= (const ACE_Method_Request &) |
ACE_Method_Request (const ACE_Method_Request &) |
A <Method_Request> is inserted in the <Activation_Queue>, where it is subsequently removed by a <Scheduler>, which invokes the <call> method.
|
Constructor.
|
|
Destructor.
|
|
|
|
Invoked when the <Method_Request> is scheduled to run.
|
|
|
|
Set priority.
|
|
Get priority.
|
|
The priority of the request.
|