Paket | coldfusion.air |
Sınıf | public dynamic class SessionToken |
Miras Alma | SessionToken Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
autoGeneratedId : Object
The auto-generated key for inserts. | SessionToken | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
responders : Array [salt okunur]
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 [salt okunur]
The session object associated with the token. | SessionToken | ||
UID : String [salt okunur]
Returns the UID associated with the token. | SessionToken |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
SessionToken(session:Session)
Creates an instance of the SessionToken class. | SessionToken | ||
addResponder adds a responder to an Array of responders. | SessionToken | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Determines if this token has at least one mx.rpc.IResponder registered. | SessionToken | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
autoGeneratedId | özellik |
public var autoGeneratedId:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9.0.1 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
The auto-generated key for inserts. If not generated, the value is null.
responders | özellik |
responders:Array
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get responders():Array
result | özellik |
public var result:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
The result that was returned by the associated call.
scope | özellik |
cfair_internal var scope:Object
session | özellik |
UID | özellik |
Yapıcı Ayrıntı
SessionToken | () | Yapıcı |
Yöntem Ayrıntısı
addResponder | () | yöntem |
public function addResponder(responder:IResponder):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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
.
Parametreler
responder:IResponder — A handler which will be called when the asynchronous request completes.
|
İlgili API Öğeleri
hasResponder | () | yöntem |
Tue Jun 12 2018, 01:09 PM Z