rath.msnm.msg
Class IncomingMessage

java.lang.Object
  |
  +--rath.msnm.msg.Message
        |
        +--rath.msnm.msg.IncomingMessage

public class IncomingMessage
extends Message

Version:
$Id: IncomingMessage.java,v 1.1.1.1 2002/03/03 21:32:36 xrath Exp $, since 2001/11/07
Author:
Jang-Ho Hwang, rath@xrath.com

Field Summary
 
Fields inherited from class rath.msnm.msg.Message
list
 
Method Summary
static IncomingMessage getInstance(String line)
           
 ServerInfo getServerInfo(int index)
          ÁÖ¾îÁø indexÀÇ hostname:port Çü½ÄÀÇ ÆĶó¹ÌÅ͸¦ Àоîµé¿©¼­ parsingÇÏ¿© ServerInfo °´Ã¼¸¦ »ý¼ºÇÏ¿© ¹ÝȯÇØÁØ´Ù.
 boolean isNotify()
          µµÂøÇÑ ¸Þ½ÃÁö°¡ trId°¡ ¾ø´Â notify¼º ¸Þ½ÃÁöÀÎÁö È®ÀÎÇÑ´Ù.
 
Methods inherited from class rath.msnm.msg.Message
get, getBackProcess, getHeader, getInt, getTransactionId, setBackProcess, setTransactionId, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static IncomingMessage getInstance(String line)

getServerInfo

public ServerInfo getServerInfo(int index)
ÁÖ¾îÁø indexÀÇ hostname:port Çü½ÄÀÇ ÆĶó¹ÌÅ͸¦ Àоîµé¿©¼­ parsingÇÏ¿© ServerInfo °´Ã¼¸¦ »ý¼ºÇÏ¿© ¹ÝȯÇØÁØ´Ù.


isNotify

public boolean isNotify()
µµÂøÇÑ ¸Þ½ÃÁö°¡ trId°¡ ¾ø´Â notify¼º ¸Þ½ÃÁöÀÎÁö È®ÀÎÇÑ´Ù.