Paquete | coldfusion.service.events |
Clase | public class ColdFusionServiceFaultEvent |
Herencia | ColdFusionServiceFaultEvent FaultEvent AbstractEvent MessageEvent Event Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 | ||
[override]
Clones the MessageEvent. | MessageEvent | ||
[estática]
Given a fault, this function constructs and
returns a ColdFusionServiceFaultEvent. | ColdFusionServiceFaultEvent | ||
[estática]
Given a MessageFaultEvent, this method constructs and
returns a FaultEvent. | FaultEvent | ||
Una función de utilidad para implementar el método toString() en las clases Event personalizadas de ActionScript 3.0. | Event | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Comprueba si se ha llamado a preventDefault() en el evento. | Event | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Cancela el comportamiento predeterminado de un evento si es posible cancelarlo. | Event | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Impide el proceso de cualquier detector de eventos en el nodo actual y los nodos siguientes en el flujo del evento. | Event | ||
Impide el proceso de cualquier detector de eventos en nodos siguientes al nodo actual. | Event | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
[override]
Returns a string representation of the FaultEvent. | FaultEvent | ||
Devuelve el valor simple del objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
FAULT : String = "fault" [estática]
Defines the value of the Type property of a ColdFusionServiceFaultEvent object. | ColdFusionServiceFaultEvent |
Información sobre constructores
ColdFusionServiceFaultEvent | () | Información sobre |
public function ColdFusionServiceFaultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true, fault:Fault = null, token:mx.rpc:AsyncToken = null, message:IMessage = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Creates a ColdFusionServiceFaultEvent object that contains information about ColdFusion service errors.
Parámetrostype: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.
|
Información sobre métodos
createEvent | () | método |
public static function createEvent(fault:Fault, token:mx.rpc:AsyncToken, message:IMessage):ColdFusionServiceFaultEvent
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Given a fault, this function constructs and returns a ColdFusionServiceFaultEvent.
Parámetros
fault:Fault — Fault that contains the details of the FaultEvent.
| |
token:mx.rpc:AsyncToken — AsyncTokAsyncToken en [optional] associated with this fault.
| |
message:IMessage |
ColdFusionServiceFaultEvent |
Información sobre constantes
FAULT | Constante |
public static const FAULT:String = "fault"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Defines the value of the Type
property of a ColdFusionServiceFaultEvent object.
Tue Jun 12 2018, 02:12 PM Z