kr.co.hit.live.web.flex.io.type
Class RemotingMessage
java.lang.Object
kr.co.hit.live.web.flex.io.type.FlexObject
kr.co.hit.live.web.flex.io.type.FlexMessage
kr.co.hit.live.web.flex.io.type.RemotingMessage
- All Implemented Interfaces:
- Serializable, Map<String,Object>, Message
public class RemotingMessage
- extends FlexMessage
- implements Message
Flex에서 RemoteObject 방식으로 호출할 때 서버측에서 생성되는
Java 객체이다.
- Author:
- 김형도
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class kr.co.hit.live.web.flex.io.type.FlexMessage |
addSerializedProperties, clear, containsKey, containsValue, entrySet, get, getBody, getClientId, getHeader, getHeaders, getInt, getLong, getMessageId, getProperties, getProperty, getString, isEmpty, keySet, put, putAll, remove, setBody, setClientId, setHeader, setMessageId, setProperty, setTimestamp, setTimeToLive, size, values |
| Methods inherited from interface kr.co.hit.live.web.delegator.Message |
getBody |
RemotingMessage
public RemotingMessage()
RemotingMessage
protected RemotingMessage(String cname)
getRemoteUsername
public String getRemoteUsername()
setRemoteUsername
public void setRemoteUsername(String value)
getRemotePassword
public String getRemotePassword()
setRemotePassword
public void setRemotePassword(String value)
getTarget
public String getTarget()
- Specified by:
getTarget in interface Message
setTarget
public void setTarget(String target)
getMethod
public String getMethod()
- Specified by:
getMethod in interface Message
setMethod
public void setMethod(String method)
requireTransaction
public boolean requireTransaction()
- Specified by:
requireTransaction in interface Message
Copyright © 2014. All Rights Reserved.