Pacchetto | mx.data |
Classe | public class ManagedRemoteServiceOperation |
Ereditarietà | ManagedRemoteServiceOperation ![]() ![]() ![]() ![]() |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 4.6 |
Versioni runtime: | Flash Player 10.2, AIR 2.6 |
send()
method.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
![]() | arguments : Object
The arguments to pass to the Operation when it is invoked. | AbstractOperation | |
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
![]() | lastResult : Object [sola lettura]
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 [sola lettura]
Provides convenient access to the service on which the Operation
is being invoked. | AbstractOperation |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | |
![]() |
Sets the result property of the invoker to null. | AbstractInvoker | |
![]() |
Invia un evento nel flusso di eventi. | EventDispatcher | |
![]() |
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | |
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
This hook is exposed to update the lastResult property. | AbstractInvoker | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
![]() |
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Eventi
Tue Jun 12 2018, 02:44 PM Z