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

MessageFaultEvent  - AS3 BlazeDS LCDS

Paketmx.messaging.events
Sınıfpublic class MessageFaultEvent
Miras AlmaMessageFaultEvent Inheritance Event Inheritance 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 MessageFaultEvent class is used to propagate fault messages within the messaging system.



Genel Özellikler
 ÖzellikTanımlayan:
 Inheritedbubbles : Boolean
[salt okunur] Bir olayın köpüren bir olay olup olmadığını belirtir.
Event
 Inheritedcancelable : Boolean
[salt okunur] Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir.
Event
 Inheritedconstructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru.
Object
 InheritedcurrentTarget : Object
[salt okunur] Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne.
Event
 InheritedeventPhase : uint
[salt okunur] Olay akışındaki geçerli aşama.
Event
  faultCode : String
[salt okunur] Provides access to the destination specific failure code.
MessageFaultEvent
  faultDetail : String
[salt okunur] Provides destination specific details of the failure.
MessageFaultEvent
  faultString : String
[salt okunur] Provides access to the destination specific reason for the failure.
MessageFaultEvent
  message : ErrorMessage
The ErrorMessage for this event.
MessageFaultEvent
  rootCause : Object
[salt okunur] Provides access to the root cause of the failure, if one exists.
MessageFaultEvent
 Inheritedtarget : Object
[salt okunur] Olay hedefi.
Event
 Inheritedtype : String
[salt okunur] Olay türü.
Event
Genel Yöntemler
 YöntemTanımlayan:
  
MessageFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, message:ErrorMessage = null)
Constructs an instance of a fault message event for the specified message and fault information.
MessageFaultEvent
  
[geçersiz kıl] Clones the MessageFaultEvent.
MessageFaultEvent
  
[statik] Utility method to create a new MessageFaultEvent that doesn't bubble and is not cancelable.
MessageFaultEvent
 Inherited
formatToString(className:String, ... arguments):String
Özel ActionScript 3.0 Event sınıfınızdaki toString() yöntemini uygulamak için bir yardımcı işlev.
Event
 Inherited
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir.
Object
 Inherited
Olayda preventDefault() öğesinin çağrılmış olup olmadığını kontrol eder.
Event
 Inherited
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir.
Object
 Inherited
Bir olayın varsayılan davranışını, bu yapılabiliyorsa iptal eder.
Event
 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
Olay akışında geçerli düğümdeki ve ondan sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller.
Event
 Inherited
Olay akışında geçerli düğümden sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller.
Event
 Inherited
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür.
Object
  
[geçersiz kıl] Returns a string representation of the MessageFaultEvent.
MessageFaultEvent
 Inherited
Belirtilen nesnenin temel değerini döndürür.
Object
Genel Sabitler
 SabitTanımlayan:
  FAULT : String = "fault"
[statik] The FAULT event type; dispatched for a message fault.
MessageFaultEvent
Özellik Ayrıntısı

faultCode

özellik
faultCode:String  [salt okunur]

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 destination specific failure code. For more specific details see faultString and faultDetails properties.

The format of the fault codes are provided by the remote destination, but, will typically have the following form: host.operation.error For example, "Server.Connect.Failed"



Uygulama
    public function get faultCode():String

İlgili API Öğeleri

faultDetail

özellik 
faultDetail:String  [salt okunur]

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 destination specific details of the failure.

Typically fault details are a stack trace of an exception thrown at the remote destination.



Uygulama
    public function get faultDetail():String

İlgili API Öğeleri

faultString

özellik 
faultString:String  [salt okunur]

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 destination specific reason for the failure.



Uygulama
    public function get faultString():String

İlgili API Öğeleri

message

özellik 
public var message:ErrorMessage

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 ErrorMessage for this event.

rootCause

özellik 
rootCause:Object  [salt okunur]

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 root cause of the failure, if one exists. In the case of custom exceptions thrown by a destination, the root cause represents the top level failure that is merely transported by the ErrorMessage.



Uygulama
    public function get rootCause():Object

İlgili API Öğeleri

Yapıcı Ayrıntı

MessageFaultEvent

()Yapıcı
public function MessageFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, message:ErrorMessage = null)

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

Constructs an instance of a fault message event for the specified message and fault information.

Parametreler
type:String — The type for the MessageAckEvent.
 
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
 
cancelable:Boolean (default = false) — Indicates whether the behavior associated with the event can be prevented.
 
message:ErrorMessage (default = null) — The ErrorMessage associated with the fault.
Yöntem Ayrıntısı

clone

()yöntem
override public function clone():Event

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

Clones the MessageFaultEvent.

Döndürür
Event — Copy of this MessageFaultEvent.

createEvent

()yöntem 
public static function createEvent(msg:ErrorMessage):MessageFaultEvent

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

Utility method to create a new MessageFaultEvent that doesn't bubble and is not cancelable.

Parametreler

msg:ErrorMessage — The ErrorMessage associated with the fault.

Döndürür
MessageFaultEvent — New MessageFaultEvent.

toString

()yöntem 
override 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

Returns a string representation of the MessageFaultEvent.

Döndürür
String — String representation of the MessageFaultEvent.
Sabit Ayrıntısı

FAULT

Sabit
public static const FAULT:String = "fault"

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 FAULT event type; dispatched for a message fault.

The value of this constant is "fault".

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
faultCodeProvides destination-specific details of the failure.
faultDetailProvides access to the destination-specific reason for the failure.
faultStringProvides access to the underlying reason for the failure if the channel did not raise the failure itself.
messageThe ErrorMessage for this event.
rootCause Provides access to the underlying reason for the failure, if one exists.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.





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