| XrlCmdMap* _cmds | _cmds | 
[protected]
| XrlPolicyTargetBase (XrlCmdMap* cmds = 0) | XrlPolicyTargetBase | 
Constructor.
Parameters:
| cmds | an XrlCmdMap that the commands associated with the target should be added to. This is typically the XrlRouter associated with the target. | 
| ~XrlPolicyTargetBase () | ~XrlPolicyTargetBase | 
[virtual]
Destructor.
Dissociates instance commands from command map.
| bool  set_command_map (XrlCmdMap* cmds) | set_command_map | 
Set command map.
Parameters:
| cmds | pointer to command map to associate commands with. This argument is typically a pointer to the XrlRouter associated with the target. | 
Returns: true on success, false if cmds is null or a command map has already been supplied.
| inline const string&  name () | name | 
[const]
Get Xrl instance name associated with command map.
| inline const char*  version () | version | 
[const]
Get version string of instance.
| XrlCmdError  common_0_1_get_target_name (
	string&	name) | common_0_1_get_target_name | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
| XrlCmdError  common_0_1_get_version (
	string&	version) | common_0_1_get_version | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Get version string from Xrl Target
| XrlCmdError  common_0_1_get_status (
	uint32_t&	status,
	string&	reason) | common_0_1_get_status | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
| XrlCmdError  common_0_1_shutdown () | common_0_1_shutdown | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Request clean shutdown of Xrl Target
| 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 | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Announce target birth to observer.
Parameters:
| target_class | the target class name. | 
| target_instance | the target instance name. | 
| 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 | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Announce target death to observer.
Parameters:
| target_class | the target class name. | 
| target_instance | the target instance name. | 
| XrlCmdError  policy_0_1_create_term (
	const string&	policy,
	const string&	order,
	const string&	term) | policy_0_1_create_term | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Create a term in a policy. The term will be the last term in the policy statement.
Parameters:
| policy | the name of the policy. | 
| order | position of term. | 
| term | the name of the term. | 
| XrlCmdError  policy_0_1_delete_term (
	const string&	policy,
	const string&	term) | policy_0_1_delete_term | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Delete a term in a policy.
Parameters:
| policy | the name of the policy. | 
| term | the name of the term. | 
| XrlCmdError  policy_0_1_update_term_block (
	const string&	policy,
	const string&	term,
	const uint32_t&	block,
	const string&	order,
	const string&	statement) | policy_0_1_update_term_block | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Update the source/dest/action block of a term in a policy. Note: if statement is empty, the previous one in that position will be deleted.
Parameters:
| policy | the name of the policy. | 
| term | the name of the term. | 
| block | the block to update (0:source, 1:dest, 2:action). | 
| order | numerical position (local) of statement. | 
| statement | the statement to insert or delete. | 
| XrlCmdError  policy_0_1_create_policy (
	const string&	policy) | policy_0_1_create_policy | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Create a policy.
Parameters:
| policy | name of the policy. | 
| XrlCmdError  policy_0_1_delete_policy (
	const string&	policy) | policy_0_1_delete_policy | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Delete a policy.
Parameters:
| policy | name of the policy. | 
| XrlCmdError  policy_0_1_create_set (
	const string&	set) | policy_0_1_create_set | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Create a set.
Parameters:
| set | name of the set. | 
| XrlCmdError  policy_0_1_update_set (
	const string&	type,
	const string&	set,
	const string&	elements) | policy_0_1_update_set | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Replace elements in a set.
Parameters:
| type | the type of the set. | 
| set | name of the set. | 
| elements | comma delimited list of set elements. | 
| XrlCmdError  policy_0_1_delete_set (
	const string&	set) | policy_0_1_delete_set | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Delete a set.
Parameters:
| set | name of the set. | 
| XrlCmdError  policy_0_1_done_global_policy_conf () | policy_0_1_done_global_policy_conf | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
| XrlCmdError  policy_0_1_import (
	const string&	protocol,
	const string&	policies) | policy_0_1_import | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Replace import/export policies for a protocol. Will normally cause a delayed commit.
Parameters:
| protocol | protocol for which policies must be replaced. | 
| policies | comma separated list of policies. | 
| XrlCmdError  policy_0_1_export (
	const string&	protocol,
	const string&	policies) | policy_0_1_export | 
[protected pure virtual]
| XrlCmdError  policy_0_1_add_varmap (
	const string&	protocol,
	const string&	variable,
	const string&	type,
	const string&	access,
	const uint32_t&	id) | policy_0_1_add_varmap | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Add a variable to the varmap configuration.
Parameters:
| protocol | the protocol this variable is available to. | 
| variable | name of the variable. | 
| type | the type of the variable. | 
| access | the permissions on the variable (r/rw). | 
| id | unique id for this var. Scoped by protocol. | 
| XrlCmdError  policy_0_1_dump_state (
	const uint32_t&	id,
	string&	state) | policy_0_1_dump_state | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Dump state of policy manager. To be used ONLY for debugging.
Parameters:
| id | which aspect of the internal state to dump. | 
| XrlCmdError  policy_0_1_set_proto_target (
	const string&	protocol,
	const string&	target) | policy_0_1_set_proto_target | 
[protected pure virtual]
Pure-virtual function that needs to be implemented to:
Update the mapping from protocols to their XRL target name.
Parameters:
| protocol | protocol to update. | 
| target | XRL target for the protocol. |