📄 rtrmgr.xrls
字号:
/* * Copyright (c) 2001-2007 International Computer Science Institute * See LICENSE file for licensing, conditions, and warranties on use. * * DO NOT EDIT THIS FILE - IT IS PROGRAMMATICALLY GENERATED * * Generated by 'tgt-gen'. * * $XORP: xorp/xrl/targets/rtrmgr.xrls,v 1.16 2007/02/16 22:47:56 pavlin Exp $ *//** * Get name of Xrl Target */finder://rtrmgr/common/0.1/get_target_name->name:txt/** * Get version string from Xrl Target */finder://rtrmgr/common/0.1/get_version->version:txt/** * Get status of Xrl Target */finder://rtrmgr/common/0.1/get_status->status:u32&reason:txt/** * Request clean shutdown of Xrl Target */finder://rtrmgr/common/0.1/shutdownfinder://rtrmgr/rtrmgr/0.1/get_pid->pid:u32/** * Register a user and client process with the rtrmgr. * * @param clientname name of xrl entity supporting rtrmgr_client.xif methods. */finder://rtrmgr/rtrmgr/0.1/register_client?userid:u32&clientname:txt->filename:txt&pid:u32&clientid:u32finder://rtrmgr/rtrmgr/0.1/unregister_client?token:txtfinder://rtrmgr/rtrmgr/0.1/authenticate_client?userid:u32&clientname:txt&token:txtfinder://rtrmgr/rtrmgr/0.1/enter_config_mode?token:txt&exclusive:boolfinder://rtrmgr/rtrmgr/0.1/leave_config_mode?token:txtfinder://rtrmgr/rtrmgr/0.1/get_config_users?token:txt->users:listfinder://rtrmgr/rtrmgr/0.1/get_running_config?token:txt->ready:bool&config:txtfinder://rtrmgr/rtrmgr/0.1/apply_config_change?token:txt&target:txt&deltas:txt&deletions:txtfinder://rtrmgr/rtrmgr/0.1/lock_config?token:txt&timeout:u32->success:bool&holder:u32finder://rtrmgr/rtrmgr/0.1/unlock_config?token:txtfinder://rtrmgr/rtrmgr/0.1/lock_node?token:txt&node:txt&timeout:u32->success:bool&holder:u32finder://rtrmgr/rtrmgr/0.1/unlock_node?token:txt&node:txtfinder://rtrmgr/rtrmgr/0.1/save_config?token:txt&target:txt&filename:txtfinder://rtrmgr/rtrmgr/0.1/load_config?token:txt&target:txt&filename:txt/** * Set the name of the directory with the configuration files. * * @param config_directory the name of the directory with the configuration * files. */finder://rtrmgr/rtrmgr/0.1/set_config_directory?config_directory:txt/** * Announce target birth to observer. * * @param target_class the target class name. * * @param target_instance the target instance name. */finder://rtrmgr/finder_event_observer/0.1/xrl_target_birth?target_class:txt&target_instance:txt/** * Announce target death to observer. * * @param target_class the target class name. * * @param target_instance the target instance name. */finder://rtrmgr/finder_event_observer/0.1/xrl_target_death?target_class:txt&target_instance:txt
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -