当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 messaging  API Documentation 英文版文档
GetIDMsg (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging  API Documentation 英文版文档
org.jboss.mq.il.uil2.msgs
Class GetIDMsg
java.lang.Object
   org.jboss.mq.il.uil2.msgs.BaseMsg
org.jboss.mq.il.uil2.msgs.BaseMsg
       org.jboss.mq.il.uil2.msgs.GetIDMsg
org.jboss.mq.il.uil2.msgs.GetIDMsg
- All Implemented Interfaces: 
- Runnable
- public class GetIDMsg- extends BaseMsg
- Version:
- $Revision: 1.4 $
- Author:
- Scott.Stark@jboss.org
 
 
 
 
| Methods inherited from class org.jboss.mq.il.uil2.msgs.BaseMsg | 
| createMsg, equals, getError, getMsgID, getMsgType, hashCode, run, setError, setHandler, setMsgID, setUseJMSServerMsgIDs, toString, toString, trimReply | 
 
 
GetIDMsg
public GetIDMsg()
getID
public String getID()
- 
 
setID
public void setID(String id)
- 
 
write
public void write(ObjectOutputStream out)
           throws IOException
- Description copied from class: BaseMsg
- Write the msgType, msgID, hasError flag and optionally the error
 
- 
- Overrides:
- writein class- BaseMsg
 
- 
- Parameters:
- out-
- Throws:
- IOException
 
read
public void read(ObjectInputStream in)
          throws IOException,
                 ClassNotFoundException
- Description copied from class: BaseMsg
- Read the hasError flag and optionally the error. This method is not
 a complete analog of write because the SocketManager read task reads
 the msgType and msgID off of the socket.
 
- 
- Overrides:
- readin class- BaseMsg
 
- 
- Parameters:
- in-
- Throws:
- ClassNotFoundException
- IOException
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.