Definition at line 30 of file StrictPolicyCallbackImpl.hh.
Public Member Functions | |||||||
StrictPolicyCallbackImpl (BrokerPolicies::StrictPolicy_ptr sp) | |||||||
Construct a StrictPolicyCallbackImpl that manages the given policy. | |||||||
virtual | ~StrictPolicyCallbackImpl (void) | ||||||
Deconstruct a StrictPolicyCallbackImpl object. | |||||||
virtual void | sendMessage (const char *msg) throw (CORBA::SystemException) | ||||||
Send a message to the call back. | |||||||
virtual void | SetPriorityOf (const char *task_name, CORBA::Short priority) throw (CORBA::SystemException) | ||||||
| |||||||
virtual CORBA::Short | GetPriorityOf (const char *task_name) throw (CORBA::SystemException) | ||||||
| |||||||
Protected Attributes | |||||||
CORBA::ORB_ptr | spci_ORB | ||||||
Reference to the current ORB for this process. | |||||||
BrokerPolicies::StrictPolicy_var | spci_Policy | ||||||
Reference to the policy object to control. |
|
Construct a StrictPolicyCallbackImpl that manages the given policy.
Definition at line 28 of file StrictPolicyCallbackImpl.cc. References spci_ORB. |
|
Send a message to the call back. This is also used by the other methods to do logging.
Definition at line 41 of file StrictPolicyCallbackImpl.cc. References require. |