Package | mx.data.mxml |
Class | public dynamic class ManagedRemoteService |
Inheritance | ManagedRemoteService ManagedRemoteService AbstractService Proxy |
Implements | IMXMLObject |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Runtime Versions: | Flash Player 10.1, AIR 2.0 |
Note: The destination
property must be set
before using a ManagedRemoteService object.
The <mx:ManagedRemoteService> tag accepts the following tag attributes:
<mx:ManagedRemoteService Properties id="No default." destination="No default." channelSet=No default" concurrency="multiple" convertParametersHandler="No Default" convertResultHandler="No Default" requestTimeout="-1" showBusyCursor="false" throwItemPendingErrors="true" verifyEntityClasses="true" Events conflict="No default." fault="No default." invoke="No default." message="No default." result="No default." />
Related API Elements
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
ManagedRemoteService(dest:String = null)
Constructs an instance of the ManagedRemoteService with the specified
destination. | ManagedRemoteService | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void [override]
Add an event listener to the service. | ManagedRemoteService | ||
Indicates if there are pending changes for this particular object. | ManagedRemoteService | ||
Disconnects the service's network connection and removes any pending
request responders. | AbstractService | ||
[override]
Returns an Operation of the given name. | ManagedRemoteService | ||
Called to initialize the service. | AbstractService | ||
Force initialization of the Managed Remote Service. | ManagedRemoteService | ||
[override]
Log the user out of the destination for the service and releases all
managed collections and items. | ManagedRemoteService | ||
releaseCollection(view:ListCollectionView, clear:Boolean = false, copyStillManagedItems:Boolean = true):void
Releases the specified collection from management by the underlying DataService. | ManagedRemoteService | ||
releaseItem(item:IManaged, dontClearStillManagedItems:Boolean = true, copyStillManagedItems:Boolean = true):IManaged
Releases the specified item from management by the underlying DataService. | ManagedRemoteService | ||
[override]
Remove specified listener from the service. | ManagedRemoteService | ||
This will undo any changes to the specified item and remove those
changes from the cache. | ManagedRemoteService | ||
[override]
Sets the credentials for the destination accessed by the service when using Managed Remoting on the server side. | ManagedRemoteService | ||
Set the pageSize for the specified named operation. | ManagedRemoteService | ||
[override]
Sets the credentials for the third party of this Managed Remoting destination. | ManagedRemoteService | ||
Represents an instance of MangedRemoteService as a String, describing
important properties such as the destination id and the set of
channels assigned. | ManagedRemoteService |
Constructor Detail
ManagedRemoteService | () | Constructor |
public function ManagedRemoteService(dest:String = null)
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 4.5 |
Runtime Versions: | Flash Player 10.1, AIR 2.0 |
Constructs an instance of the ManagedRemoteService with the specified destination. The destination must be a reference to a destination configured in the services-config.xml file.
Parametersdest:String (default = null ) — String that contains the name of the remote
destination this service will connect to.
|
Thu Dec 6 2018, 01:12 PM -08:00