|
Oracle® Streams Advanced Queuing Java API Reference Release 1 (10.1) B12023-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.jms.AQjmsMessage
|
+--oracle.jms.AQjmsObjectMessage
Oracle class implementing javax.jms.ObjectMessage
| Field Summary |
| Fields inherited from interface javax.jms.Message |
DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE |
| Method Summary | |
void |
clearBody()Clear out the message body. |
void |
clearProperties()Clear a message's properties. |
protected void |
closeContainer() |
protected oracle.sql.ORAData |
getMessageCont() |
java.io.Serializable |
getObject()Get the serializable object containing this message's data. |
protected void |
populateMessageContainer(oracle.jdbc.OracleConnection db_conn, boolean usetemplob) |
void |
setObject(java.io.Serializable object)Set the serializable object containing this message's data. |
protected void |
write_lob(java.sql.Connection db_conn, java.lang.String q_table, byte[] msg_id, boolean gen_pload, boolean is_anydata_dest) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void clearProperties()
throws JMSException
clearProperties in interface MessageclearProperties in class AQjmsMessageJMSException - if JMS fails to clear JMS message properties due to some internal JMS error.
public void setObject(java.io.Serializable object)
throws JMSException
setObject in interface ObjectMessageobject - the message's dataJMSException - if JMS fails to set object due to some internal JMS error.MessageFormatException - if object serialization failsMessageNotWriteableException - if message in read-only mode.
public java.io.Serializable getObject()
throws JMSException
getObject in interface ObjectMessageJMSException - if JMS fails to get object due to some internal JMS error.MessageFormatException - if object deserialization fails
public void clearBody()
throws JMSException
clearBody in interface MessageclearBody in class AQjmsMessageJMSException - if JMS fails to due to some internal JMS error.protected oracle.sql.ORAData getMessageCont()
getMessageCont in class AQjmsMessageprotected void closeContainer()
closeContainer in class AQjmsMessage
protected void populateMessageContainer(oracle.jdbc.OracleConnection db_conn,
boolean usetemplob)
throws JMSException
populateMessageContainer in class AQjmsMessageJMSException
protected void write_lob(java.sql.Connection db_conn,
java.lang.String q_table,
byte[] msg_id,
boolean gen_pload,
boolean is_anydata_dest)
throws JMSException
write_lob in class AQjmsMessageJMSException
|
Oracle® Streams Advanced Queuing Java API Reference Release 1 (10.1) B12023-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||