用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
mx.messaging.messages 

RemotingMessage  - AS3 BlazeDS LCDS

mx.messaging.messages
public class RemotingMessage
继承RemotingMessage Inheritance AbstractMessage Inheritance Object

语言版本: ActionScript 3.0
产品版本: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
运行时版本: Flash Player 9, AIR 1.1

RemotingMessages 用于将 RPC 请求发送到远程端点。这些消息使用 operation 属性指定要对远程对象调用的方法。destination 属性指示应使用的对象/服务。



公共属性
 属性由以下参数定义
 Inheritedbody : Object
消息正文包含需要传递到远程目标的特定数据。
AbstractMessage
 InheritedclientId : String
ClientId 指示发送消息的 MessageAgent。
AbstractMessage
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 Inheriteddestination : String
消息目标。
AbstractMessage
 Inheritedheaders : Object
消息标头是一个关联数组,其中关键字为标头名称,而值为标头值。
AbstractMessage
 InheritedmessageId : String
消息的唯一 ID。
AbstractMessage
  operation : String
提供对应调用的远程方法/操作名称的访问权限。
RemotingMessage
  source : String
通过此属性可提供向后兼容性。
RemotingMessage
 Inheritedtimestamp : Number
提供对消息时间戳的访问权限。
AbstractMessage
 InheritedtimeToLive : Number
消息的生存时间值指示该消息应视为有效且可传送的时间。
AbstractMessage
公共方法
 方法由以下参数定义
  
构造未初始化的 RemotingMessage。
RemotingMessage
 Inherited
表示对象是否已经定义了指定的属性。
Object
 Inherited
表示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
表示指定的属性是否存在、是否可枚举。
Object
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。
Object
 Inherited
返回消息的字符串表示形式。
AbstractMessage
 Inherited
返回指定对象的原始值。
Object
公共常量
 常量由以下参数定义
属性详细信息

operation

属性
public var operation:String

语言版本: ActionScript 3.0
产品版本: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
运行时版本: Flash Player 9, AIR 1.1

提供对应调用的远程方法/操作名称的访问权限。

source

属性 
public var source:String

语言版本: ActionScript 3.0
产品版本: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
运行时版本: Flash Player 9, AIR 1.1

通过此属性可提供向后兼容性。但是,最佳做法不是公开客户端上 RemoteObject 目标的基础源,而是对一个目标仅公开一个源。为安全起见,某些远程处理服务类型甚至会忽略此属性。

构造函数详细信息

RemotingMessage

()构造函数
public function RemotingMessage()

语言版本: ActionScript 3.0
产品版本: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
运行时版本: Flash Player 9, AIR 1.1

构造未初始化的 RemotingMessage。





[ X ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。