| Package | hessian.mxml |
| Class | public dynamic class HessianService |
| Inheritance | HessianService HessianService mx.rpc.AbstractService |
| Implements | mx.core.IMXMLObject, mx.rpc.mxml.IMXMLSupport |
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | api : String
The API associated with this HessianService, if any.
| HessianService | |
| concurrency : String | HessianService | ||
| showBusyCursor : Boolean | HessianService | ||
| concurrency | property |
concurrency:String [read-write]This property can be used as the source for data binding.
Implementation public function get concurrency():String
public function set concurrency(value:String):void
| showBusyCursor | property |
showBusyCursor:Boolean [read-write]This property can be used as the source for data binding.
Implementation public function get showBusyCursor():Boolean
public function set showBusyCursor(value:Boolean):void