acsQoS

NAME
SYNOPSIS
Function Documentation
Author

NAME

acsQoS −

SYNOPSIS

Classes

class Timeout

Functions

bool init (CORBA::ORB_ptr _orb)

bool isInitialized ()

void done ()

Function Documentation

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).

Parameters:

_orb a reference to the ORB to be ’prepared’ or initialized in order to use QoS features.

Referenced by acsDaemonImpl< T >::acsDaemonImpl().

bool acsQoS::isInitialized () Method to check to see if the acsQoS functionality has been initialized.

Returns:

boolean indicating whether the acsQoS functionality has been initialized (true) or not (false).

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.