| Package | mx.messaging.messages |
| Class | public class AcknowledgeMessage |
| Inheritance | AcknowledgeMessage AsyncMessage AbstractMessage Object |
| Subclasses | ErrorMessage , SequencedMessage |
| Methods | 정의 | ||
|---|---|---|---|
| AcknowledgeMessage ()
본문과 해더가 empty의 AcknowledgeMessage 인스턴스를 작성합니다.
| AcknowledgeMessage | ||
![]() | hasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
| Object | |
![]() | isPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
| Object | |
![]() | propertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
| Object | |
![]() | setPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
| Object | |
![]() | toString ():String
메세지의 string 표현을 돌려줍니다.
| AbstractMessage | |
![]() | valueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
| Object | |
| 정수 | 정의 | ||
|---|---|---|---|
![]() | DESTINATION_CLIENT_ID_HEADER : String = "DSDstClientId" [static]
서버로부터 푸쉬 된 메세지가 배치로서 도착했을 때, 그 배치내의 메세지가 복수의 다른 컨슈머(consumer) 인스턴스를 타겟으로 하고 있을 가능성이 있습니다.
| AbstractMessage | |
![]() | ENDPOINT_HEADER : String = "DSEndpoint" [static]
메세지에는, 메세지가 송신되는 채널의 엔드 포인트 ID 의 태그가 부여됩니다.
| AbstractMessage | |
| ERROR_HINT_HEADER : String = "DSErrorHint" [static]
에러 힌트 헤더의 헤더명.
| AcknowledgeMessage | ||
![]() | REMOTE_CREDENTIALS_HEADER : String = "DSRemoteCredentials" [static]
행선지의 리모트 증명서를 설정할 필요가 있는 메세지는, 이 헤더내에 Base64 encode 된 자격 정보를 보관 유지합니다.
| AbstractMessage | |
![]() | REQUEST_TIMEOUT_HEADER : String = "DSRequestTimeout" [static]
이 헤더는, 요구 타임 아웃을 정의해 송신되는 메세지에 사용됩니다.
| AbstractMessage | |
![]() | SUBTOPIC_HEADER : String = "DSSubtopic" [static]
subtopic property가 정의된 MessageAgent 로부터 송신된 메세지에서는, 메세지의 타겟이 되는 서브 주제가 이 헤더내에 나타납니다. | AsyncMessage | |
| AcknowledgeMessage | () | constructor |
public 함수 AcknowledgeMessage()본문과 해더가 empty의 AcknowledgeMessage 인스턴스를 작성합니다.
| ERROR_HINT_HEADER | 정수 |
public static const ERROR_HINT_HEADER:String = "DSErrorHint"에러 힌트 헤더의 헤더명. 에러를 생성한 메세지에 대한 응답인 것을 나타내기 위해서(때문에) 사용됩니다.
코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트
현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/messaging/messages/AcknowledgeMessage.html