CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
可用分押宝游戏火热进行中... 专题改版:Java Web 专题
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  企业开发 >  Lotus

调用代理的各种方法和它们的不同之处

楼主loadagain(最后一只妖怪)2005-08-02 22:55:01 在 企业开发 / Lotus 提问

@Command([ToolsRunMacro];agent)  
  @Command([ToolsRunBackgroundMacros];agent)  
  @Command([RunAgent]);agent)  
  url/agentname?runagent  
  请问这些运行代理的方法有什么区别吗?每个代理都可以用@Command([ToolsRunBackgroundMacros]让它在服务器上运行吗?请各位高手慢慢说,慢慢数啊 问题点数:20、回复次数:2Top

1 楼xjunhua(沉思的森林)回复于 2005-08-03 09:36:54 得分 20

很好的问题,以前也没有怎么在意,查了帮助说明如下:  
   
  @Command([ToolsRunMacro];agent)  
  @Command([RunAgent]);agent)  
  这两个都是:  
  Executes   a   specified   agent.    
   
  Parameters  
  agent  
  Text.   Optional.   The   name   of   the   agent   you   want   to   run.  
  When   specifying   a   hidden   agent,   include   the   parentheses   as   shown   below.  
   
  @Command([RunAgent];"(hiddenagentname)")  
  You   can   use   this   command   in   Web   applications.  
  这两个的区别就是   @Command([RunAgent]);agent)   是R6新推出的,@Command([RunAgent]);agent)是马上执行代理,@Command(   [ToolsRunMacro]   ;   agent   )   是在所有@function之后执行代理。  
   
   
   
  @Command([ToolsRunBackgroundMacros];agent)  
  这个的说明:  
  Runs   all   of   the   database's   scheduled   agents,   regardless   of   when   they   are   scheduled   to   run.   The   agents   will   then   run   as   usual   at   their   regularly   scheduled   times.  
  Syntax  
  @Command(   [ToolsRunBackgroundMacros]   )  
  Usage  
  This   command   executes   after   all   @functions.   Use   @Command([RunScheduledAgents])   to   execute   immediately.   See   the   Order   of   evaluation   for   formula   statements   topic   for   more   details.  
  A   database   must   be   open   or   selected   on   the   workspace.  
  This   command   does   not   work   on   the   Web.Top

2 楼loadagain(最后一只妖怪)回复于 2005-08-03 19:20:39 得分 0

up,大家再数数Top

相关问题

  • 方法调用??????急!!!!!
  • 用代理和线程调用方法时为什么不用在方法名后面加() ?
  • domino代理中调用ejb
  • 只知道Web Service的URL,在不生成代理类的情况下,怎么调用其中的方法?
  • 类方法的动态调用有什么好处?
  • 方法调用的问题
  • java远程方法调用?
  • vc 调用excel2003的方法
  • 方法调用问题
  • 方法的调用问题

关键词

  • runagent
  • toolsrunbackgroundmacros
  • agents
  • toolsrunmacro
  • 代理
  • command
  • scheduled
  • run
  • execute

得分解答快速导航

  • 帖主:loadagain
  • xjunhua

相关链接

  • CSDN Blog
  • 技术文档
  • 代码下载
  • 第二书店
  • 读书频道

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
世纪乐知(北京)网络技术有限公司 版权所有, 京 ICP 证 020026 号
北京创新乐知广告有限公司 提供技术支持
Copyright © 2000-2007, CSDN.NET, All Rights Reserved
GongshangLogo