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.data.messages 

ManagedRemotingMessage  - AS3 ADEP Data Services

Paketmx.data.messages
Sınıfpublic class ManagedRemotingMessage
Miras AlmaManagedRemotingMessage Inheritance AsyncMessage Inheritance AbstractMessage Inheritance Object

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

This message is used to transport an managed remoting operation.



Genel Özellikler
 ÖzellikTanımlayan:
 Inheritedbody : Object
The body of a message contains the specific data that needs to be delivered to the remote destination.
AbstractMessage
 InheritedclientId : String
The clientId indicates which MessageAgent sent the message.
AbstractMessage
 Inheritedconstructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru.
Object
 InheritedcorrelationId : String
Provides access to the correlation id of the message.
AsyncMessage
 Inheriteddestination : String
The message destination.
AbstractMessage
 Inheritedheaders : Object
The headers of a message are an associative array where the key is the header name and the value is the header value.
AbstractMessage
 InheritedmessageId : String
The unique id for the message.
AbstractMessage
  operation : uint
Provides access to the operation/command of this message.
ManagedRemotingMessage
  operationMethodName : String
The target method to invoke on the managed remote service.
ManagedRemotingMessage
 Inheritedtimestamp : Number
Provides access to the time stamp for the message.
AbstractMessage
 InheritedtimeToLive : Number
The time to live value of a message indicates how long the message should be considered valid and deliverable.
AbstractMessage
Genel Yöntemler
 YöntemTanımlayan:
  
Constructor.
ManagedRemotingMessage
  
[statik] Provides a description of the operation specified.
ManagedRemotingMessage
 Inherited
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir.
Object
 Inherited
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir.
Object
 Inherited
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir.
Object
 Inherited
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar.
Object
 Inherited
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür.
Object
 Inherited
Returns a string representation of the message.
AbstractMessage
 Inherited
Belirtilen nesnenin temel değerini döndürür.
Object
Genel Sabitler
 SabitTanımlayan:
  CREATE_OPERATION : uint = 0
[statik] A create operation.
ManagedRemotingMessage
  DELETE_OPERATION : uint = 4
[statik] A delete operation.
ManagedRemotingMessage
  FILL_ASSOCIATION_OPERATION : uint = 7
[statik] A fill operation on an association.
ManagedRemotingMessage
  FILL_OPERATION : uint = 1
[statik] A fill operation.
ManagedRemotingMessage
  FIND_ITEM_OPERATION : uint = 5
[statik] A fill operation.
ManagedRemotingMessage
  GET_OPERATION : uint = 2
[statik] A Get operation.
ManagedRemotingMessage
  INCLUDE_OPERATION : uint = 6
[statik] For simple invocation of a ManagedRemoteService method.
ManagedRemotingMessage
  REMOTE_ALIAS : String = "flex.data.messages.ManagedRemotingMessage"
[statik] Remote alias specifying the fully qualified server side class corresponding to this class.
ManagedRemotingMessage
  UNKNOWN_OPERATION : uint = 1000
[statik] Code for an unknown operation type.
ManagedRemotingMessage
  UPDATE_OPERATION : uint = 3
[statik] An update operation.
ManagedRemotingMessage
Özellik Ayrıntısı

operation

özellik
public var operation:uint

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

Provides access to the operation/command of this message. Operations indicate how the remote destination should process this message. To display a description of operation type use the getOperationAsString method.

İlgili API Öğeleri

operationMethodName

özellik 
public var operationMethodName:String

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10, AIR 2.6

The target method to invoke on the managed remote service.

Yapıcı Ayrıntı

ManagedRemotingMessage

()Yapıcı
public function ManagedRemotingMessage()

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

Constructor.

Yöntem Ayrıntısı

getOperationAsString

()yöntem
public static function getOperationAsString(op:uint):String

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

Provides a description of the operation specified. This method is used in toString() operations on this message.

Parametreler

op:uint — The operation.

Döndürür
String — A String representation of the operation, or "unknown" if the operation is undefined.

Örnek  ( Bu örnek nasıl kullanılır? )
         var msg:ManagedRemotingMessage = ManagedRemotingMessage(event.message);
         trace("Current operation -'"+
                ManagedRemotingMessage.getOperationAsString(msg.operation)+ "'.");
      
Sabit Ayrıntısı

CREATE_OPERATION

Sabit
public static const CREATE_OPERATION:uint = 0

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

A create operation.

DELETE_OPERATION

Sabit 
public static const DELETE_OPERATION:uint = 4

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

A delete operation.

FILL_ASSOCIATION_OPERATION

Sabit 
public static const FILL_ASSOCIATION_OPERATION:uint = 7

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

A fill operation on an association. Used on the server only. Managed remoting clients send fill_association messages via a DataMessage to the managed entity destination, not the service destination.

FILL_OPERATION

Sabit 
public static const FILL_OPERATION:uint = 1

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

A fill operation. Used on the server only. Managed remoting clients send fill messages via a DataMessage to the managed entity destination, not the service destination.

FIND_ITEM_OPERATION

Sabit 
public static const FIND_ITEM_OPERATION:uint = 5

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

A fill operation. Used on the server only. Managed remoting clients send findItem messages via a DataMessage to the managed entity destination, not the service destination.

GET_OPERATION

Sabit 
public static const GET_OPERATION:uint = 2

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10, AIR 2.6

A Get operation. Used on the server only. Managed remoting clients send get messages via a DataMessage to the managed entity destination, not the service destination.

INCLUDE_OPERATION

Sabit 
public static const INCLUDE_OPERATION:uint = 6

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

For simple invocation of a ManagedRemoteService method.

REMOTE_ALIAS

Sabit 
public static const REMOTE_ALIAS:String = "flex.data.messages.ManagedRemotingMessage"

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

Remote alias specifying the fully qualified server side class corresponding to this class.

UNKNOWN_OPERATION

Sabit 
public static const UNKNOWN_OPERATION:uint = 1000

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

Code for an unknown operation type.

UPDATE_OPERATION

Sabit 
public static const UPDATE_OPERATION:uint = 3

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Data Services for Java EE 4.6
Çalışma Zamanı Sürümleri: Flash Player 10.2, AIR 2.6

An update operation.





[ 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.