| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.mq.SpyMessage.Header
The message headers
| Field Summary | |
|  DurableSubscriptionID | durableSubscriberIDFor durable subscriptions | 
|  boolean | jmsCorrelationIDWhether the correlation is a string | 
|  byte[] | jmsCorrelationIDbyteThe correlation in bytes | 
|  String | jmsCorrelationIDStringThe correlation string | 
|  int | jmsDeliveryModeThe delivery mode | 
|  javax.jms.Destination | jmsDestinationThe destination | 
|  long | jmsExpirationThe expiration time | 
|  String | jmsMessageIDThe message id | 
|  int | jmsPriorityThe message priority | 
|  HashMap | jmsPropertiesProperties | 
|  boolean | jmsPropertiesReadWriteWhether the properties are writable | 
|  boolean | jmsRedeliveredSet by the provider | 
|  javax.jms.Destination | jmsReplyToThe reply to destination | 
|  long | jmsTimeStampThe send timestamp | 
|  String | jmsTypeThe message type | 
|  long | messageIdFor ordering in the JMSServerQueue (set on the server side) | 
|  boolean | msgReadOnlyMessage body | 
|  String | producerClientIdFor noLocal to be able to tell if this was a locally produced message | 
| Constructor Summary | |
| SpyMessage.Header() | |
| Method Summary | |
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public javax.jms.Destination jmsDestination
public int jmsDeliveryMode
public long jmsExpiration
public int jmsPriority
public String jmsMessageID
public long jmsTimeStamp
public boolean jmsCorrelationID
public String jmsCorrelationIDString
public byte[] jmsCorrelationIDbyte
public javax.jms.Destination jmsReplyTo
public String jmsType
public boolean jmsRedelivered
public HashMap jmsProperties
public boolean jmsPropertiesReadWrite
public boolean msgReadOnly
public String producerClientId
public DurableSubscriptionID durableSubscriberID
public transient long messageId
| Constructor Detail | 
public SpyMessage.Header()
| Method Detail | 
public String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||