ACE_Method_Request Class ReferenceReifies a method into a request. Subclasses must provide the necessary state and behavior. More...
Detailed DescriptionReifies a method into a request. Subclasses must provide the necessary state and behavior.
An ACE_Method_Request is inserted in an ACE_Activation_Queue, where it is subsequently removed by a scheduler object (often derived from ACE_Task), which invokes the This class is discussed in depth in the Active Object chapter of POSA2.
Constructor & Destructor Documentation
Constructor.
Destructor.
Disallow copying and assignment.
Member Function Documentation
Get priority.
Set priority. Priority values are user-defined. The default (set in the constructor) is 0. The priority value is used in the ACE_Activation_Queue::enqueue() method to order the method requests in the queue by priority. 0 is the lowest priority.
Invoked by the scheduler to execute the request. This method must be implemented by the subclass to perform the desired actions.
Member Data Documentation
The priority of the request.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:15:48 2008 for ACE by 1.5.5 |