Shark中的ToolAgent用法-JavaClassToolAgent

王朝java/jsp·作者佚名  2006-01-09
宽屏版  字体: |||超大  

Shark帮助文档中原文如下:

JavaClassToolAgent - This tool agent executes Java classes, by calling its static method called "execute". When calling this tool agent's invokeApplication() method, the application name parameter should be the full name of the class that should be executed by this tool agent. So far, we defined a few classes that execute simple arithmetic operation, generation of random number, and one that performs waiting. There are also two classes contributed to by Paloma Trigueros Cabezon, and they can be used to use this tool agent to send mails.

This tool agent is able to "understand" the extended attribute with the following name:

AppName - value of this attribute should represent the class name to be executed.

首先要知道这是一种把一个类来作为一个应用的方法,具体做法如下:

1、创建一个新类javaclass.java,类中必须包含一个静态方法execute,该方法即为希望该类完成的行为。

2、编译类文件为javaclass.class,并放入:安装路径\lib\engine\sharktoolagent-standard.jar中。

3、这样在编辑process时,就可以应用这些自己编写的类了。可以定义application了,注意定义两个可扩展属性:ToolAgentClass=JavaClassToolAgent,AppName=类名(javaclass)。

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有