|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.huihoo.jfox.ms.jms.message.CorrelationID
This class implements message header fields CorrelationID for messages.
| Constructor Summary | |
CorrelationID()
Default Constructor. |
|
CorrelationID(byte[] correlationID)
Create CorrelationID with bytes ID. |
|
CorrelationID(java.lang.String correlationID)
Create CorrelationID with string ID. |
|
| Method Summary | |
byte[] |
getBytesID()
Gets the byte correlation ID for the message. |
java.lang.String |
getStringID()
Gets the String correlation ID for the message. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CorrelationID()
public CorrelationID(java.lang.String correlationID)
throws javax.jms.JMSException
correlationID - String type.
javax.jms.JMSException - if the JMS provider fails to set the correlation ID due
to some internal error.
public CorrelationID(byte[] correlationID)
throws javax.jms.JMSException
correlationID - Bytes type.
javax.jms.JMSException - if the JMS provider fails to set the correlation ID due
to some internal error.| Method Detail |
public java.lang.String getStringID()
throws javax.jms.JMSException
javax.jms.JMSException - if the JMS provider fails to set the correlation ID due
to some internal error.
public byte[] getBytesID()
throws javax.jms.JMSException
javax.jms.JMSException - if the JMS provider fails to set the correlation ID due
to some internal error.public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||