Classes | |
class | Timeout |
Functions | |
bool | init (CORBA::ORB_ptr _orb) |
bool | isInitialized () |
void | done () |
void acsQoS::done | ( | ) |
Method to "cleanup" the acsQoS functionality. In order to use acsQoS features such as timeouts, things must first be initialised and should also be cleaned up when such features are not needed any longer. This is normally done automatically during shutdown of the container and/or the simple client, so the user does not have to take care of this (i.e. the user does not normally need to call this method explicitly).
Referenced by ACSDaemonServiceImpl< T >::shutdown(), and acsDaemonImpl< T >::~acsDaemonImpl().
bool acsQoS::init | ( | CORBA::ORB_ptr | _orb | ) |
Initializes the acsQoS functionality. In order to use acsQoS features such as timeouts, things must first be initialised. This is normally done automatically in the container and in the simple client, so the user does not have to take care of this (i.e. the user does not normally need to call this method explicitly).
_orb | a reference to the ORB to be "prepared" or initialized in order to use QoS features. |
Referenced by acsDaemonImpl< T >::acsDaemonImpl().