|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.joram.client.jms.Message
org.objectweb.joram.client.jms.ObjectMessage
public final class ObjectMessage
Implements the javax.jms.ObjectMessage interface.
| Field Summary |
|---|
| Fields inherited from class org.objectweb.joram.client.jms.Message |
|---|
jmsDest, logger, momMsg, propertiesRO, RObody, session |
| Fields inherited from interface javax.jms.Message |
|---|
DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE |
| Method Summary | |
|---|---|
java.io.Serializable |
getObject()
API method. |
void |
setObject(java.io.Serializable obj)
API method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.jms.Message |
|---|
acknowledge, clearBody, clearProperties, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty |
| Method Detail |
|---|
public void setObject(java.io.Serializable obj)
throws javax.jms.JMSException
setObject in interface javax.jms.ObjectMessagejavax.jms.MessageNotWriteableException - When trying to set an object if
the message body is read-only.
javax.jms.MessageFormatException - If object serialization fails.
javax.jms.JMSException
public java.io.Serializable getObject()
throws javax.jms.MessageFormatException
getObject in interface javax.jms.ObjectMessagejavax.jms.MessageFormatException - In case of a problem when getting the
body.
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||