Paquete | mx.data |
Clase | public class ManagedRemoteServiceOperation |
Herencia | ManagedRemoteServiceOperation ![]() ![]() ![]() ![]() |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR 2.6 |
send()
method.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
![]() | arguments : Object
The arguments to pass to the Operation when it is invoked. | AbstractOperation | |
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | |
![]() | lastResult : Object [solo lectura]
The result of the last invocation. | AbstractInvoker | |
![]() | name : String
The name of this Operation. | AbstractOperation | |
![]() | operationManager : Function
This property is set usually by framework code which wants to modify the
behavior of a service invocation without modifying the way in which the
service is called externally. | AbstractInvoker | |
![]() | properties : Object
This is a hook primarily for framework developers to register additional user
specified properties for your operation. | AbstractOperation | |
![]() | resultElementType : Class
Like resultType, used to define the ActionScript class used by a given operation though
this property only applies to operations which return a multi-valued result (e.g. | AbstractInvoker | |
![]() | resultType : Class
Specifies an optional return type for the operation. | AbstractInvoker | |
![]() | service : AbstractService [solo lectura]
Provides convenient access to the service on which the Operation
is being invoked. | AbstractOperation |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | |
![]() |
Sets the result property of the invoker to null. | AbstractInvoker | |
![]() |
Distribuye un evento en el flujo del evento. | EventDispatcher | |
![]() |
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | |
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Elimina un detector del objeto EventDispatcher. | EventDispatcher | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
This hook is exposed to update the lastResult property. | AbstractInvoker | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
![]() |
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
Eventos
Tue Jun 12 2018, 02:12 PM Z