|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.messaging.core.remoting.impl.wireformat.PacketImpl
org.jboss.messaging.core.remoting.impl.wireformat.SessionXAForgetMessage
public class SessionXAForgetMessage
Field Summary |
---|
Constructor Summary | |
---|---|
SessionXAForgetMessage()
|
|
SessionXAForgetMessage(javax.transaction.xa.Xid xid)
|
Method Summary | |
---|---|
void |
decodeBody(MessagingBuffer buffer)
|
void |
encodeBody(MessagingBuffer buffer)
|
boolean |
equals(java.lang.Object other)
|
int |
getRequiredBufferSize()
|
javax.transaction.xa.Xid |
getXid()
|
Methods inherited from class org.jboss.messaging.core.remoting.impl.wireformat.PacketImpl |
---|
decode, encode, getChannelID, getPacketSize, getParentString, getType, isRequiresConfirmations, isResponse, isWriteAlways, nullableStringEncodeSize, setChannelID, stringEncodeSize, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SessionXAForgetMessage(javax.transaction.xa.Xid xid)
public SessionXAForgetMessage()
Method Detail |
---|
public javax.transaction.xa.Xid getXid()
public int getRequiredBufferSize()
getRequiredBufferSize
in interface Packet
getRequiredBufferSize
in class PacketImpl
public void encodeBody(MessagingBuffer buffer)
encodeBody
in class PacketImpl
public void decodeBody(MessagingBuffer buffer)
decodeBody
in class PacketImpl
public boolean equals(java.lang.Object other)
equals
in class PacketImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |