Package | org.seasar.flex2.rpc.remoting |
Class | public dynamic class S2Flex2Service |
Inheritance | S2Flex2Service ![]() |
Implements | mx.core.IMXMLObject |
Subclasses | RemoteService |
Property | Defined by | ||
---|---|---|---|
concurrency : String | S2Flex2Service | ||
configType : String | S2Flex2Service | ||
gatewayUrl : String | S2Flex2Service | ||
id : String | S2Flex2Service | ||
showBusyCursor : Boolean | S2Flex2Service |
Property | Defined by | ||
---|---|---|---|
_con : NetConnection | S2Flex2Service |
Method | Defined by | ||
---|---|---|---|
S2Flex2Service(destination:String = null)
コンストラクタ
destinationをセットしたうえでResponderの配列を初期化します。 | S2Flex2Service | ||
initialized(document:Object, id:String):void
| S2Flex2Service | ||
onFault(operation:String, result:*):void
| S2Flex2Service | ||
onResult(operation:String, result:*):void
| S2Flex2Service | ||
setRemoteCredentials(remoteUsername:String, remotePassword:String):void
| S2Flex2Service |
Method | Defined by | ||
---|---|---|---|
callProperty(methodName:*, ... args):*
| S2Flex2Service | ||
configureListeners():void
NetConnectionにEventListenerの設定を行います。
| S2Flex2Service | ||
createConnection():void
NetConnectionのインスタンスを生成します。
| S2Flex2Service | ||
getProperty(name:*):*
指定されたnameにあわせたOperationを返します。
| S2Flex2Service | ||
initConnection():void
NetConnectionの初期化を行います。
| S2Flex2Service | ||
setProperty(name:*, value:*):void
Serviceより呼び出すOperationをセットします。
| S2Flex2Service |
Event | Summary | Defined by | ||
---|---|---|---|---|
S2Flex2Service | ||||
S2Flex2Service | ||||
S2Flex2Service | ||||
S2Flex2Service | ||||
S2Flex2Service |
_con | property |
protected var _con:NetConnection
concurrency | property |
public var concurrency:String
configType | property |
public var configType:String
gatewayUrl | property |
public var gatewayUrl:String
id | property |
public var id:String
showBusyCursor | property |
public var showBusyCursor:Boolean
S2Flex2Service | () | constructor |
public function S2Flex2Service(destination:String = null)
コンストラクタ
destinationをセットしたうえでResponderの配列を初期化します。
destination:String (default = null )
|
callProperty | () | method |
flash_proxy override function callProperty(methodName:*, ... args):*
Parameters
methodName:* |
|
... args |
* |
configureListeners | () | method |
protected function configureListeners():void
NetConnectionにEventListenerの設定を行います。
createConnection | () | method |
protected function createConnection():void
NetConnectionのインスタンスを生成します。
getProperty | () | method |
flash_proxy override function getProperty(name:*):*
指定されたnameにあわせたOperationを返します。
Parametersname:* |
* — RPCOperation
|
initConnection | () | method |
protected function initConnection():void
NetConnectionの初期化を行います。
initialized | () | method |
public function initialized(document:Object, id:String):void
Parameters
document:Object |
|
id:String |
onFault | () | method |
public function onFault(operation:String, result:*):void
Parameters
operation:String |
|
result:* |
onResult | () | method |
public function onResult(operation:String, result:*):void
Parameters
operation:String |
|
result:* |
setProperty | () | method |
flash_proxy override function setProperty(name:*, value:*):void
Serviceより呼び出すOperationをセットします。
Parametersname:* — メソッド名
|
|
value:* — メソッドに対応したRPCOperation
|
setRemoteCredentials | () | method |
public override function setRemoteCredentials(remoteUsername:String, remotePassword:String):void
Parameters
remoteUsername:String |
|
remotePassword:String |
fault | event |
ioError | event |
netStatus | event |
result | event |
securityError | event |