kr.co.hit.live.web.flex.io.type
Class RemotingMessage

java.lang.Object
  extended by kr.co.hit.live.web.flex.io.type.FlexObject
      extended by kr.co.hit.live.web.flex.io.type.FlexMessage
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class kr.co.hit.live.web.flex.io.type.FlexMessage
map, MESSAGE_ID, serializeProps
 
Fields inherited from class kr.co.hit.live.web.flex.io.type.FlexObject
className, FLEX_IO_PACKAGE_PREFIX, FLEX_MESSAGE_PACKAGE_PREFIX, LIVE_PACKAGE_PREFIX
 
Constructor Summary
  RemotingMessage()
           
protected RemotingMessage(String cname)
           
 
Method Summary
 String getMethod()
           
 String getRemotePassword()
           
 String getRemoteUsername()
           
 String getTarget()
           
 boolean requireTransaction()
           
 void setMethod(String method)
           
 void setRemotePassword(String value)
           
 void setRemoteUsername(String value)
           
 void setTarget(String target)
           
 
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 class kr.co.hit.live.web.flex.io.type.FlexObject
getClassName, instantiate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface kr.co.hit.live.web.delegator.Message
getBody
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

RemotingMessage

public RemotingMessage()

RemotingMessage

protected RemotingMessage(String cname)
Method Detail

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.