Pakiet | coldfusion.service.events |
Klasa | public class ColdFusionServiceFaultEvent |
Dziedziczenie | ColdFusionServiceFaultEvent FaultEvent AbstractEvent MessageEvent Event Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
ColdFusionServiceFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true, fault:Fault = null, token:mx.rpc:AsyncToken = null, message:IMessage = null)
Creates a ColdFusionServiceFaultEvent object that contains information about
ColdFusion service errors. | ColdFusionServiceFaultEvent | ||
[przesłanianie]
Clones the MessageEvent. | MessageEvent | ||
[statyczny]
Given a fault, this function constructs and
returns a ColdFusionServiceFaultEvent. | ColdFusionServiceFaultEvent | ||
[statyczny]
Given a MessageFaultEvent, this method constructs and
returns a FaultEvent. | FaultEvent | ||
Funkcja narzędziowa umożliwiająca implementację metody toString() w niestandardowych klasach Event w języku ActionScript 3.0. | Event | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Sprawdza, czy w odniesieniu do tego zdarzenia wywołano metodę preventDefault(). | Event | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Anuluje domyślne ustawienia zdarzenia, o ile zachowanie to może być anulowane. | Event | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węźle bieżącym i węzłach następujących po nim. | Event | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węzłach następujących po węźle bieżącym w przepływie zdarzeń. | Event | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
[przesłanianie]
Returns a string representation of the FaultEvent. | FaultEvent | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
FAULT : String = "fault" [statyczny]
Defines the value of the Type property of a ColdFusionServiceFaultEvent object. | ColdFusionServiceFaultEvent |
Konstruktor Szczegół
ColdFusionServiceFaultEvent | () | Konstruktor |
public function ColdFusionServiceFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true, fault:Fault = null, token:mx.rpc:AsyncToken = null, message:IMessage = null)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Creates a ColdFusionServiceFaultEvent object that contains information about ColdFusion service errors.
Parametrytype:String — The type of the event. Event listeners can access this information through the inherited
type property.
| |
bubbles:Boolean (default = false ) — Determines whether the Event object participates in the bubbling phase of the event flow.
| |
cancelable:Boolean (default = true ) — Determines whether the Event object can be canceled.
Event listeners can access this information through the inherited cancelable property.
| |
fault:Fault (default = null ) — Object that holds details of the fault, including a faultCode and faultString.
| |
token:mx.rpc:AsyncToken (default = null ) — Token representing the call to the method. Used in the asynchronous completion token pattern.
| |
message:IMessage (default = null ) — Source Message of the fault.
|
Szczegół metody
createEvent | () | metoda |
public static function createEvent(fault:Fault, token:mx.rpc:AsyncToken, message:IMessage):ColdFusionServiceFaultEvent
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Given a fault, this function constructs and returns a ColdFusionServiceFaultEvent.
Parametry
fault:Fault — Fault that contains the details of the FaultEvent.
| |
token:mx.rpc:AsyncToken — AsyncTokAsyncToken en [optional] associated with this fault.
| |
message:IMessage |
ColdFusionServiceFaultEvent |
Szczegół stałej
FAULT | Stała |
public static const FAULT:String = "fault"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Defines the value of the Type
property of a ColdFusionServiceFaultEvent object.
Tue Jun 12 2018, 12:06 PM Z