Paket | mx.data |
Sınıf | public class ManagedRemoteServiceOperation |
Miras Alma | ManagedRemoteServiceOperation AbstractOperation AbstractInvoker EventDispatcher Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
send()
method.
Özellik | Tanımlayan: | ||
---|---|---|---|
argumentNames : Array
An ordered list of the names of the arguments to pass to a method invocation. | ManagedRemoteServiceOperation | ||
arguments : Object
The arguments to pass to the Operation when it is invoked. | AbstractOperation | ||
concurrency : String
The concurrency for this Operation. | ManagedRemoteServiceOperation | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
lastResult : Object [salt okunur]
The result of the last invocation. | AbstractInvoker | ||
makeObjectsBindable : Boolean [geçersiz kıl]
When this value is true, anonymous objects returned are forced to bindable objects. | ManagedRemoteServiceOperation | ||
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 | ||
pageSize : int
Whether this operation should show the busy cursor while it is executing. | ManagedRemoteServiceOperation | ||
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 [salt okunur]
Provides convenient access to the service on which the Operation
is being invoked. | AbstractOperation | ||
showBusyCursor : Boolean
Whether this operation should show the busy cursor while it is executing. | ManagedRemoteServiceOperation |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Creates a new Operation. | ManagedRemoteServiceOperation | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | ||
[geçersiz kıl]
Cancels the last service invocation or an invokation with the specified ID. | ManagedRemoteServiceOperation | ||
Sets the result property of the invoker to null. | AbstractInvoker | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
[geçersiz kıl]
Executes the method. | ManagedRemoteServiceOperation | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
This hook is exposed to update the lastResult property. | AbstractInvoker | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
argumentNames | özellik |
public var argumentNames:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
An ordered list of the names of the arguments to pass to a method invocation. Since the arguments object is a hashmap with no guaranteed ordering, this array helps put everything together correctly. It will be set automatically by the MXML compiler, if necessary, when the Operation is used in tag form.
concurrency | özellik |
concurrency:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
The concurrency for this Operation. If it has not been explicitly set the setting from the RemoteObject will be used.
Uygulama
public function get concurrency():String
public function set concurrency(value:String):void
makeObjectsBindable | özellik |
makeObjectsBindable:Boolean
[geçersiz kıl] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
When this value is true, anonymous objects returned are forced to bindable objects.
Uygulama
override public function get makeObjectsBindable():Boolean
override public function set makeObjectsBindable(value:Boolean):void
pageSize | özellik |
pageSize:int
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
Whether this operation should show the busy cursor while it is executing. If it has not been explicitly set the setting from the RemoteObject will be used.
Uygulama
public function get pageSize():int
public function set pageSize(value:int):void
showBusyCursor | özellik |
showBusyCursor:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
Whether this operation should show the busy cursor while it is executing. If it has not been explicitly set the setting from the RemoteObject will be used.
Uygulama
public function get showBusyCursor():Boolean
public function set showBusyCursor(value:Boolean):void
ManagedRemoteServiceOperation | () | Yapıcı |
public function ManagedRemoteServiceOperation(managedRemoteService:AbstractService = null, name:String = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
Creates a new Operation. This is usually done directly automatically by the ManagedRemoteService when an unknown operation has been accessed. It is not recommended that a developer use this constructor directly.
ParametrelermanagedRemoteService:AbstractService (default = null ) — The ManagedRemoteService object defining the service.
| |
name:String (default = null ) — The name of the service.
|
cancel | () | yöntem |
override public function cancel(id:String = null):mx.rpc:AsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
Cancels the last service invocation or an invokation with the specified ID. Even though the network operation may still continue, no result or fault event is dispatched.
Parametreler
id:String (default = null ) — The messageId of the invocation to cancel. Optional. If omitted, the
last service invocation is canceled.
|
mx.rpc:AsyncToken — The AsyncToken associated with the call that is cancelled or null if no call was cancelled.
|
send | () | yöntem |
override public function send(... args):mx.rpc:AsyncToken
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 4.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR 2.6 |
Executes the method. Any arguments passed in are passed along as part of the method call. If there are no arguments passed, the arguments object is used as the source of parameters.
Parametreler
... args — Optional arguments passed in as part of the method call. If there
are no arguments passed, the arguments object is used as the source of
parameters.
|
mx.rpc:AsyncToken — AsyncToken object.
The same object is available in the result and
fault events from the token property.
|
Tue Jun 12 2018, 01:09 PM Z