| Package | mx.messaging.messages |
| Class | public class RemotingMessage |
| Inheritance | RemotingMessage AbstractMessage Object |
operation property를 사용해, 리모트 object로 호출하는 Methods를 지정합니다. destination property는, 어느 object 또는 서비스를 사용하는지를 나타냅니다.
| property | 정의 | ||
|---|---|---|---|
![]() | body : Object
메세지의 본문에는, 리모트 행선지에 전달할 필요가 있는 특정의 데이터가 포함됩니다.
| AbstractMessage | |
![]() | clientId : String
clientId 는, 메세지를 송신한 MessageAgent 를 나타냅니다.
| AbstractMessage | |
![]() | constructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor 함수에의 참조입니다.
| Object | |
![]() | destination : String
메세지의 행선지.
| AbstractMessage | |
![]() | headers : Object
메세지의 헤더는, 키가 헤더명, 값이 헤더치로서 포함되는 결합 배열입니다.
| AbstractMessage | |
![]() | messageId : String
메세지 고유의 ID.
| AbstractMessage | |
| operation : String
호출할 필요가 있는 리모트 Methods 또는 조작의 이름에의 액세스를 제공합니다.
| RemotingMessage | ||
![]() | prototype : Object
[static]
클래스 또는 함수 object의 prototype object에의 참조입니다.
| Object | |
| source : String
이 property는, 후방 호환성을 유지하기 위해서 제공되고 있습니다.
| RemotingMessage | ||
![]() | timestamp : Number
메세지의 일시 스탬프에의 액세스를 제공합니다.
| AbstractMessage | |
![]() | timeToLive : Number
메세지의 유효기간의 값은, 메세지가 유효해 전달 가능하다라고 보여지는 기간을 나타냅니다.
| AbstractMessage | |
| Methods | 정의 | ||
|---|---|---|---|
| RemotingMessage ()
초기화되어 있지 않은 RemotingMessage 를 작성합니다.
| RemotingMessage | ||
![]() | 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 | |
| operation | property |
public var operation:String 호출할 필요가 있는 리모트 Methods 또는 조작의 이름에의 액세스를 제공합니다.
| source | property |
public var source:String 이 property는, 후방 호환성을 유지하기 위해서 제공되고 있습니다. 다만, 클라이언트로 RemoteObject 행선지의 기가 되는 소스를 공개하는 것이 아니라, 행선지에 대해서 1 개의 소스만을 공개하는 것을 추천합니다. Remoting Services 의 타입에 따라서는, 시큐러티상의 이유로부터 이 property가 무시되는 일도 있습니다.
| RemotingMessage | () | constructor |
public 함수 RemotingMessage()초기화되어 있지 않은 RemotingMessage 를 작성합니다.
코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트
현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/messaging/messages/RemotingMessage.html