|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--jms4spread.Message
|
+--jms4spread.ObjectMessage
A class to send Objects and Messages using JMS4spread. All Objects used should be serializable
| Fields inherited from class jms4spread.Message |
DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE |
| Constructor Summary | |
ObjectMessage()
|
|
| Method Summary | |
void |
clearBody()
Clears the Object |
java.lang.Object |
getObject()
Gets the object from the Message |
void |
setObject(java.lang.Object obj)
Sets the object for the Message |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectMessage()
| Method Detail |
public java.lang.Object getObject()
throws JMSException
JMSException - in case of internal error
public void setObject(java.lang.Object obj)
throws JMSException
obj - the ObjectJMSException - in case of internal errorpublic void clearBody()
clearBody in class Message
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||