您的位置:首页 > 其它

活动目录的用户迁移之一

2009-06-23 17:09 274 查看
http://blog.csdn.net/zju2004/article/details/6044873

 

 

 

 

RemoteObject调用多个方法

  <s:RemoteObject destination="hello"
result="processResult(event)"

       id="testLcds"
fault="Alert.show(event.fault.message.toString())"

       endpoint="http://localhost:8080/firstLcds/messagebroker/amf
">

   <s:method
name="test2"
result="test2Handler(event)">

   </s:method>

   <s:method
name="test3"
result="test3Handler(event)">

   </s:method>

  </s:RemoteObject>

 

使用方法;

testLcds.test2.send("www");  //test2为后台方法,参数为String
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: