This class simply forwards calls to the PolicyTarget.
XrlPolicyTarget (XrlStdRouter* r, PolicyTarget& ptarget)
| XrlPolicyTarget |
Parameters:
r | XrlRouter to use. |
ptarget | the main PolicyTarget. |
XrlCmdError common_0_1_get_target_name (
string& name)
| common_0_1_get_target_name |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError common_0_1_get_version (
string& version)
| common_0_1_get_version |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError common_0_1_get_status (
uint32_t& status,
string& reason)
| common_0_1_get_status |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError common_0_1_shutdown ()
| common_0_1_shutdown |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_create_term (
const string& policy,
const string& term)
| policy_0_1_create_term |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_delete_term (
const string& policy,
const string& term)
| policy_0_1_delete_term |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_update_term_source (
const string& policy,
const string& term,
const string& source)
| policy_0_1_update_term_source |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_update_term_dest (
const string& policy,
const string& term,
const string& dest)
| policy_0_1_update_term_dest |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_update_term_action (
const string& policy,
const string& term,
const string& action)
| policy_0_1_update_term_action |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_create_policy (
const string& policy)
| policy_0_1_create_policy |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_delete_policy (
const string& policy)
| policy_0_1_delete_policy |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_create_set (
const string& set)
| policy_0_1_create_set |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_update_set (
const string& set,
const string& elements)
| policy_0_1_update_set |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_delete_set (
const string& set)
| policy_0_1_delete_set |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_done_global_policy_conf ()
| policy_0_1_done_global_policy_conf |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_import (
const string& protocol,
const string& policies)
| policy_0_1_import |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_export (
const string& protocol,
const string& policies)
| policy_0_1_export |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError policy_0_1_get_conf (
string& conf)
| policy_0_1_get_conf |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError finder_event_observer_0_1_xrl_target_birth (
const string& target_class,
const string& target_instance)
| finder_event_observer_0_1_xrl_target_birth |
Reimplemented from XrlPolicyTargetBase.
XrlCmdError finder_event_observer_0_1_xrl_target_death (
const string& target_class,
const string& target_instance)
| finder_event_observer_0_1_xrl_target_death |
Reimplemented from XrlPolicyTargetBase.