Package | org.seasar.flex2.rpc.remoting |
Class | public dynamic class RemoteService |
Inheritance | RemoteService S2Flex2Service mx.rpc.AbstractService |
Property | Defined by | ||
---|---|---|---|
concurrency : String このプロパティについては、実装には反映されていません。(TBD)
将来のリリースで改善される可能性はあります。 | S2Flex2Service | ||
concurrency : String | S2Flex2Service | ||
configType : String | S2Flex2Service | ||
gatewayUrl : String サーバ接続する際のURLです。 AMFのGatewayを指定します。
| S2Flex2Service | ||
gatewayUrl : String | S2Flex2Service | ||
id : String mxml内部ドキュメント内部で管理されるこの S2Flex2Sericeインスタンスを特定するID です。
| S2Flex2Service | ||
id : String | S2Flex2Service | ||
showBusyCursor : Boolean サーバロジックを呼び出している間、カーソルをBusyCursorにするかどうかを決定します。 デフォルトはtrueです。
| S2Flex2Service | ||
showBusyCursor : Boolean | S2Flex2Service | ||
useAMF0 : Boolean | RemoteService |
Method | Defined by | ||
---|---|---|---|
callProperty(methodName:*, ... args):*
| S2Flex2Service | ||
configureListeners():void
NetConnectionにEventListenerの設定を行います。
| S2Flex2Service | ||
createConnection():void
| RemoteService | ||
getProperty(name:*):*
指定されたnameにあわせたOperationを返します。
| S2Flex2Service | ||
initConnection():void
NetConnectionの初期化を行います。
| S2Flex2Service | ||
setProperty(name:*, value:*):void
Serviceより呼び出すOperationをセットします。
| S2Flex2Service |