Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
mx.messaging.messages 

IMessage  - AS3 BlazeDS LCDS

Paketmx.messaging.messages
Arabirimpublic interface IMessage
Uygulayıcılar AbstractMessage

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

This interface defines the contract for message objects.



Genel Özellikler
 ÖzellikTanımlayan:
  body : Object
The body of a message contains the specific data that needs to be delivered to the remote destination.
IMessage
  clientId : String
The clientId indicates which client sent the message.
IMessage
  destination : String
The message destination.
IMessage
  headers : Object
Provides access to the headers of the message.
IMessage
  messageId : String
The unique id for the message.
IMessage
  timestamp : Number
Provides access to the time stamp for the message.
IMessage
  timeToLive : Number
The time to live value of a message indicates how long the message should be considered valid and deliverable.
IMessage
Genel Yöntemler
 YöntemTanımlayan:
  
This method will return a string representation of the message.
IMessage
Özellik Ayrıntısı

body

özellik
body:Object

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

The body of a message contains the specific data that needs to be delivered to the remote destination.



Uygulama
    public function get body():Object
    public function set body(value:Object):void

clientId

özellik 
clientId:String

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

The clientId indicates which client sent the message.



Uygulama
    public function get clientId():String
    public function set clientId(value:String):void

destination

özellik 
destination:String

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

The message destination.



Uygulama
    public function get destination():String
    public function set destination(value:String):void

headers

özellik 
headers:Object

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Provides access to the headers of the message. The headers of a message are an associative array where the key is the header name. This property provides access to specialized meta information for the specific message instance.



Uygulama
    public function get headers():Object
    public function set headers(value:Object):void

messageId

özellik 
messageId:String

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

The unique id for the message. The message id can be used to correlate a response to the original request message in request-response messaging scenarios.



Uygulama
    public function get messageId():String
    public function set messageId(value:String):void

timestamp

özellik 
timestamp:Number

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Provides access to the time stamp for the message. A time stamp is the date and time that the message was sent. The time stamp is used for tracking the message through the system, ensuring quality of service levels and providing a mechanism for expiration.



Uygulama
    public function get timestamp():Number
    public function set timestamp(value:Number):void

İlgili API Öğeleri

timeToLive

özellik 
timeToLive:Number

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

The time to live value of a message indicates how long the message should be considered valid and deliverable. This value works in conjunction with the timestamp value. Time to live is the number of milliseconds that this message remains valid starting from the specified timestamp value. For example, if the timestamp value is 04/05/05 1:30:45 PST and the timeToLive value is 5000, then this message will expire at 04/05/05 1:30:50 PST. Once a message expires it will not be delivered to any other clients.



Uygulama
    public function get timeToLive():Number
    public function set timeToLive(value:Number):void
Yöntem Ayrıntısı

toString

()yöntem
public function toString():String

Dil Sürümü: ActionScript 3.0
Ürün Sürümleri: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

This method will return a string representation of the message.

Döndürür
String — String representation of the message.




[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.