org.jboss.mq.il.uil2.msgs
Class RecoverMsg
java.lang.Object
org.jboss.mq.il.uil2.msgs.BaseMsg
org.jboss.mq.il.uil2.msgs.RecoverMsg
- All Implemented Interfaces:
- Runnable
public class RecoverMsg
- extends BaseMsg
RecoverMsg.
- Version:
- $Revision: 57198 $
- Author:
- Adrian Brock
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 |
RecoverMsg
public RecoverMsg()
RecoverMsg
public RecoverMsg(int flags)
getFlags
public int getFlags()
getXids
public Xid[] getXids()
setXids
public void setXids(Xid[] xids)
write
public void write(ObjectOutputStream out)
throws IOException
- Description copied from class:
BaseMsg
- Write the msgType, msgID, hasError flag and optionally the error
- Overrides:
write
in class BaseMsg
- 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:
read
in class BaseMsg
- Throws:
IOException
ClassNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.