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



Public Properties
 PropertyDefined by
 Inheritedconcurrency : String
S2Flex2Service
 InheritedconfigType : String
S2Flex2Service
 InheritedgatewayUrl : String
S2Flex2Service
 Inheritedid : String
S2Flex2Service
 InheritedshowBusyCursor : Boolean
S2Flex2Service
  useAMF0 : Boolean
RemoteService
Protected Properties
 PropertyDefined by
 Inherited_con : NetConnection
S2Flex2Service
Public Methods
 MethodDefined by
 Inherited
initialized(document:Object, id:String):void
S2Flex2Service
 Inherited
onFault(operation:String, result:*):void
S2Flex2Service
 Inherited
onResult(operation:String, result:*):void
S2Flex2Service
 Inherited
setRemoteCredentials(remoteUsername:String, remotePassword:String):void
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  S2Flex2Service
 Inherited  S2Flex2Service
 Inherited  S2Flex2Service
 Inherited  S2Flex2Service
 Inherited  S2Flex2Service
Property detail
useAMF0property
public var useAMF0:Boolean
Method detail
createConnection()method
protected override function createConnection():void