패키지 | coldfusion.air |
클래스 | public dynamic class SessionToken |
상속 | SessionToken Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | ColdFusion 9 |
런타임 버전: | 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.
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
autoGeneratedId : Object
The auto-generated key for inserts. | SessionToken | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
responders : Array [읽기 전용]
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 [읽기 전용]
The session object associated with the token. | SessionToken | ||
UID : String [읽기 전용]
Returns the UID associated with the token. | SessionToken |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
SessionToken(session:Session)
Creates an instance of the SessionToken class. | SessionToken | ||
addResponder adds a responder to an Array of responders. | SessionToken | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Determines if this token has at least one mx.rpc.IResponder registered. | SessionToken | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
속성 세부 정보
autoGeneratedId | 속성 |
public var autoGeneratedId:Object
언어 버전: | ActionScript 3.0 |
제품 버전: | ColdFusion 9.0.1 |
런타임 버전: | Flash Player 9, AIR 1.0 |
The auto-generated key for inserts. If not generated, the value is null.
responders | 속성 |
responders:Array
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | ColdFusion 9 |
런타임 버전: | 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.
구현
public function get responders():Array
result | 속성 |
public var result:Object
언어 버전: | ActionScript 3.0 |
제품 버전: | ColdFusion 9 |
런타임 버전: | Flash Player 9, AIR 1.0 |
The result that was returned by the associated call.
scope | 속성 |
cfair_internal var scope:Object
session | 속성 |
UID | 속성 |
생성자 세부 정보
SessionToken | () | 생성자 |
메서드 세부 정보
addResponder | () | 메서드 |
public function addResponder(responder:IResponder):void
언어 버전: | ActionScript 3.0 |
제품 버전: | ColdFusion 9 |
런타임 버전: | 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
.
매개 변수
responder:IResponder — A handler which will be called when the asynchronous request completes.
|
관련 API 요소
hasResponder | () | 메서드 |
Tue Jun 12 2018, 03:17 PM Z