Pakiet | coldfusion.air |
Klasa | public dynamic class SessionToken |
Dziedziczenie | SessionToken Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Session
class.
It also allows an IResponder to be attached for an individual call.
The SessionToken can be referenced in SessionResultEvent and SessionFaultEvent from the sessionToken property.
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
autoGeneratedId : Object
The auto-generated key for inserts. | SessionToken | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
responders : Array [tylko do odczytu]
An array of IResponder handlers that will be called when
the asynchronous request completes. | SessionToken | ||
result : Object
The result that was returned by the associated call. | SessionToken | ||
session : Session [tylko do odczytu]
The session object associated with the token. | SessionToken | ||
UID : String [tylko do odczytu]
Returns the UID associated with the token. | SessionToken |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
SessionToken(session:Session)
Creates an instance of the SessionToken class. | SessionToken | ||
addResponder adds a responder to an Array of responders. | SessionToken | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Determines if this token has at least one mx.rpc.IResponder registered. | SessionToken | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
autoGeneratedId | właściwość |
public var autoGeneratedId:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9.0.1 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The auto-generated key for inserts. If not generated, the value is null.
responders | właściwość |
responders:Array
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
An array of IResponder handlers that will be called when
the asynchronous request completes.
Each responder assigned to the token will have its result
or fault
function called by passing in the
matching event before the operation or service dispatches the
event itself.
Implementacja
public function get responders():Array
result | właściwość |
public var result:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The result that was returned by the associated call.
scope | właściwość |
cfair_internal var scope:Object
session | właściwość |
UID | właściwość |
SessionToken | () | Konstruktor |
addResponder | () | metoda |
public function addResponder(responder:IResponder):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
addResponder
adds a responder to an Array of responders.
The object assigned to the responder parameter must implement
mx.rpc.IResponder
.
Parametry
responder:IResponder — A handler which will be called when the asynchronous request completes.
|
Powiązane elementy interfejsu API
hasResponder | () | metoda |
public function hasResponder():Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | ColdFusion 9 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Determines if this token has at least one mx.rpc.IResponder
registered.
Boolean — true if at least one responder has been added to this token.
|
Tue Jun 12 2018, 12:06 PM Z