#include <policies.h>
Public Member Functions | |
void | setActionKind (CAFENUM::ChannelGetActionWhenMonitorPolicyKind ak) |
CAFENUM::ChannelGetActionWhenMonitorPolicyKind | getActionKind () const |
ChannelGetActionWhenMonitorPolicy () | |
ChannelGetActionWhenMonitorPolicy (CAFENUM::ChannelGetActionWhenMonitorPolicyKind ak) | |
Private Attributes | |
CAFENUM::ChannelGetActionWhenMonitorPolicyKind | getActionWhenMonitorKind |
Define Policy to control whether the get operations targets the ioc or not when there is a monitor
ChannelGetActionWhenMonitorPolicy::ChannelGetActionWhenMonitorPolicy | ( | ) | [inline] |
ChannelGetActionWhenMonitorPolicy::ChannelGetActionWhenMonitorPolicy | ( | CAFENUM::ChannelGetActionWhenMonitorPolicyKind | ak | ) | [inline] |
References getActionWhenMonitorKind.
CAFENUM::ChannelGetActionWhenMonitorPolicyKind ChannelGetActionWhenMonitorPolicy::getActionKind | ( | ) | const [inline] |
References getActionWhenMonitorKind.
Referenced by Conduit::Conduit(), CAFE::get(), main(), and PolicyHelper::setChannelGetActionWhenMonitorPolicy().
void ChannelGetActionWhenMonitorPolicy::setActionKind | ( | CAFENUM::ChannelGetActionWhenMonitorPolicyKind | ak | ) | [inline] |
References CAFENUM::GET_FROM_CACHE, CAFENUM::GET_FROM_IOC, and getActionWhenMonitorKind.
Referenced by Conduit::Conduit(), and main().
CAFENUM::ChannelGetActionWhenMonitorPolicyKind ChannelGetActionWhenMonitorPolicy::getActionWhenMonitorKind [private] |
Referenced by ChannelGetActionWhenMonitorPolicy(), getActionKind(), and setActionKind().