Package com.netlang.queue
Interface NQMessage
- All Known Implementing Classes:
NQMessageImpl
public interface NQMessage
The
NQMessage class-
Method Summary
Modifier and TypeMethodDescriptionbyte[]getId()com.xtellus.queue.XQMessagecom.net4z.serializable.impl.SerializableRowgetRaw()javax.jms.DestinationgetText()longbooleanisReply()booleanintreadBytes(byte[] arg0) doublefloatintreadInt()longreadLong()readUTF()voidwriteBoolean(boolean arg0) voidwriteBytes(byte[] arg0) voidwriteDouble(double arg0) voidwriteFloat(float arg0) voidwriteInt(int arg0) voidwriteLong(long arg0) void
-
Method Details
-
getInternal
com.xtellus.queue.XQMessage getInternal() -
getId
- Throws:
Exception
-
getText
- Throws:
Exception
-
writeBoolean
- Throws:
Exception
-
writeBytes
- Throws:
Exception
-
writeDouble
- Throws:
Exception
-
writeFloat
- Throws:
Exception
-
writeInt
- Throws:
Exception
-
writeLong
- Throws:
Exception
-
writeUTF
- Throws:
Exception
-
getRaw
com.net4z.serializable.impl.SerializableRow getRaw() -
readBoolean
- Throws:
Exception
-
readBytes
- Throws:
Exception
-
readDouble
- Throws:
Exception
-
readFloat
- Throws:
Exception
-
readInt
- Throws:
Exception
-
readLong
- Throws:
Exception
-
readUTF
- Throws:
Exception
-
isReply
boolean isReply() -
getCorrelationId
- Throws:
Exception
-
getReplyTo
- Throws:
Exception
-
getCorrelationIdAsBytes
- Throws:
Exception
-
getTimestamp
- Throws:
Exception
-