Packageorg.seasar.flex2.rpc.remoting
Classpublic dynamic class RemoteService
InheritanceRemoteService Inheritance S2Flex2Service Inheritance mx.rpc.AbstractService

RemoteServiceクラス

データフォーマットをAMF0とAMF3を選択する事ができます。



Public Properties
 PropertyDefined by
 Inheritedconcurrency : String
このプロパティについては、実装には反映されていません。(TBD)
将来のリリースで改善される可能性はあります。
S2Flex2Service
 Inheritedconcurrency : String
S2Flex2Service
 InheritedconfigType : String
S2Flex2Service
 InheritedgatewayUrl : String
サーバ接続する際のURLです。 AMFのGatewayを指定します。
S2Flex2Service
 InheritedgatewayUrl : String
S2Flex2Service
 Inheritedid : String
mxml内部ドキュメント内部で管理されるこの S2Flex2Sericeインスタンスを特定するID です。
S2Flex2Service
 Inheritedid : String
S2Flex2Service
 InheritedshowBusyCursor : Boolean
サーバロジックを呼び出している間、カーソルをBusyCursorにするかどうかを決定します。 デフォルトはtrueです。
S2Flex2Service
 InheritedshowBusyCursor : Boolean
S2Flex2Service
  useAMF0 : Boolean
RemoteService
Protected Properties
 PropertyDefined by
 Inherited_con : NetConnection
サーバ接続の際に利用されるNetConnectionのインスタンスです。
S2Flex2Service
Public Methods
 MethodDefined by
 Inherited
initialized(document:Object, id:String):void
mxmlファイル内でS2Flex2Serviceをタグとして設定したときにMXMLコンパイラ(mxmlc)によって自動的に呼び出されます。
このクラスを ActionScript で作成し、検証で機能させるには、このメソッドを呼び出して、MXML ドキュメントと S2Flex2Service の id を渡す必要があります。 正しく指定しないと、Gatewayの指定が正しく行われない可能性があります。
S2Flex2Service
 Inherited
onFault(operation:String, result:*):void
呼び出したリモートサービスが何らかのエラーを返してきたときに呼ばれます
S2Flex2Service
 Inherited
onResult(operation:String, result:*):void
呼び出したリモートサービスが正常に終了したときに呼ばれます
S2Flex2Service
 Inherited
setCredentials(username:String, password:String):void
認証が必要なサービスを呼び出す際に必要な認証情報をセットします。
S2Flex2Service
 Inherited
setRemoteCredentials(remoteUsername:String, remotePassword:String):void
認証が必要な外部サービスを呼び出す際に必要な認証情報をセットします。 (TBD.)
このメソッドは呼び出しても、S2Flex2 1.0.xでは認識しません。
S2Flex2Service
Protected Methods
 MethodDefined by
 Inherited
callProperty(methodName:*, ... args):*
S2Flex2Service
 Inherited
NetConnectionにEventListenerの設定を行います。
S2Flex2Service
  
RemoteService
 Inherited
getProperty(name:*):*
指定されたnameにあわせたOperationを返します。
S2Flex2Service
 Inherited
NetConnectionの初期化を行います。
S2Flex2Service
 Inherited
setProperty(name:*, value:*):void
Serviceより呼び出すOperationをセットします。
S2Flex2Service
Events
 EventSummaryDefined by
 Inherited The fault event is dispatched when a service call fails and isn't handled by the Operation itself.S2Flex2Service
 Inherited   IOErrorはNetwork接続時に入出力エラーが発生したときに送出されます。 S2Flex2Service
 Inherited  S2Flex2Service
 Inherited The result event is dispatched when a service call successfully returns and isn't handled by the Operation itself.S2Flex2Service
 Inherited  S2Flex2Service
Property detail
useAMF0property
public var useAMF0:Boolean
Method detail
createConnection()method
protected override function createConnection():void