OSMQ
v2.0.1

osmq.messages
Class BinaryMessageBean

java.lang.Object
  extended byosmq.util.ImmutableImpl
      extended byosmq.messages.MessageBean
          extended byosmq.messages.BinaryMessageBean
All Implemented Interfaces:
java.lang.Cloneable, Immutable, KeyedData, Message, MessageAttributes, java.io.Serializable

public class BinaryMessageBean
extends MessageBean

A BinaryMessageBean is an implementation of the Message interface, and an alternative to the DataSetMessageBean implementation (DATASET). It has header attributes, but unlike the DataSetMessage, the body is not necessarily a record with multiple elements, but rather contains any array of bytes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface osmq.messages.MessageAttributes
CONTENT_FORMAT, CORRELATION_ID, DATA_KEY, ORIGINATOR, RECIPIENT, SEND_TIMESTAMP, SENDER_SEQ, TOPIC, TOTAL_ATTRIBUTES, TRANS_ADD, TRANS_DELETE, TRANS_UPDATE, TRANSACTION, TYPE
 
Constructor Summary
BinaryMessageBean()
          Deprecated.  
 
Methods inherited from class osmq.messages.MessageBean
_duplicate, clone, getClientBytes, getClientText, getCorrelationNumber, getCorrelationString, getDataRecord, getFormat, getHeader, getHeaderBytes, getKey, getKeyAsInt, getMessageAsBytes, getMessageAsString, getOriginator, getRecipient, getSequenceNumber, getTimeStamp, getTopic, getTransaction, getTransactionAsChar, getType, hasAssignedCorrelationNumber, hasAssignedKey, hasAssignedOriginator, hasAssignedRecipient, hasAssignedTopic, main, setClientBytes, setClientText, setCorrelationNumber, setCorrelationString, setDataRecord, setFormat, setHeader, setHeaderBytes, setImmutable, setKey, setKeyAsInt, setOriginator, setRecipient, setSequenceNumber, setTimeStamp, setTopic, setTransaction, setTransactionAsChar, setType
 
Methods inherited from class osmq.util.ImmutableImpl
isImmutable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface osmq.util.Immutable
isImmutable
 

Constructor Detail

BinaryMessageBean

public BinaryMessageBean()
Deprecated. 

(c) 2000 - 2003 MQue Systems
All Rights Reserved