| |
|
| java.lang.Object com.caucho.jms.message.MessageImpl com.caucho.jms.message.ObjectMessageImpl
ObjectMessageImpl | public class ObjectMessageImpl extends MessageImpl implements ObjectMessage(Code) | | An object message.
|
ObjectMessageImpl | public ObjectMessageImpl()(Code) | | |
ObjectMessageImpl | public ObjectMessageImpl(ObjectMessage msg) throws JMSException(Code) | | |
clearBody | public void clearBody() throws JMSException(Code) | | Clears the body
|
getObject | public Serializable getObject() throws JMSException(Code) | | Reads the object from the stream.
|
setObject | public void setObject(Serializable o) throws JMSException(Code) | | Writes the object to the stream.
|
Methods inherited from com.caucho.jms.message.MessageImpl | public void acknowledge() throws JMSException(Code)(Java Doc) public InputStream bodyToInputStream() throws IOException(Code)(Java Doc) protected void checkBodyReadable() throws JMSException(Code)(Java Doc) protected void checkBodyWriteable() throws JMSException(Code)(Java Doc) protected void checkHeaderWriteable() throws JMSException(Code)(Java Doc) protected void checkPropertyWriteable() throws JMSException(Code)(Java Doc) public void clearBody() throws JMSException(Code)(Java Doc) public void clearProperties() throws JMSException(Code)(Java Doc) public MessageImpl copy()(Code)(Java Doc) protected void copy(MessageImpl newMsg)(Code)(Java Doc) public boolean getBooleanProperty(String name) throws JMSException(Code)(Java Doc) public byte getByteProperty(String name) throws JMSException(Code)(Java Doc) public double getDoubleProperty(String name) throws JMSException(Code)(Java Doc) public float getFloatProperty(String name) throws JMSException(Code)(Java Doc) public int getIntProperty(String name) throws JMSException(Code)(Java Doc) public String getJMSCorrelationID() throws JMSException(Code)(Java Doc) public byte[] getJMSCorrelationIDAsBytes() throws JMSException(Code)(Java Doc) public int getJMSDeliveryMode() throws JMSException(Code)(Java Doc) public Destination getJMSDestination() throws JMSException(Code)(Java Doc) public long getJMSExpiration() throws JMSException(Code)(Java Doc) public String getJMSMessageID()(Code)(Java Doc) public int getJMSPriority() throws JMSException(Code)(Java Doc) public boolean getJMSRedelivered()(Code)(Java Doc) public Destination getJMSReplyTo() throws JMSException(Code)(Java Doc) public long getJMSTimestamp() throws JMSException(Code)(Java Doc) public String getJMSType() throws JMSException(Code)(Java Doc) public long getLongProperty(String name) throws JMSException(Code)(Java Doc) public Object getObjectProperty(String name) throws JMSException(Code)(Java Doc) public HashMap<String, Object> getProperties()(Code)(Java Doc) public Enumeration getPropertyNames() throws JMSException(Code)(Java Doc) public short getShortProperty(String name) throws JMSException(Code)(Java Doc) public String getStringProperty(String name) throws JMSException(Code)(Java Doc) public MessageType getType()(Code)(Java Doc) public static boolean isReserved(String name)(Code)(Java Doc) public InputStream propertiesToInputStream() throws IOException(Code)(Java Doc) public boolean propertyExists(String name) throws JMSException(Code)(Java Doc) public void readBody(InputStream is) throws IOException, JMSException(Code)(Java Doc) public void readProperties(InputStream is) throws IOException, JMSException(Code)(Java Doc) protected void setBodyReadOnly()(Code)(Java Doc) public void setBooleanProperty(String name, boolean value) throws JMSException(Code)(Java Doc) public void setByteProperty(String name, byte value) throws JMSException(Code)(Java Doc) public void setDoubleProperty(String name, double value) throws JMSException(Code)(Java Doc) public void setFloatProperty(String name, float value) throws JMSException(Code)(Java Doc) public void setIntProperty(String name, int value) throws JMSException(Code)(Java Doc) public void setJMSCorrelationID(String id) throws JMSException(Code)(Java Doc) public void setJMSCorrelationIDAsBytes(byte[] id) throws JMSException(Code)(Java Doc) public void setJMSDeliveryMode(int deliveryMode) throws JMSException(Code)(Java Doc) public void setJMSDestination(Destination destination) throws JMSException(Code)(Java Doc) public void setJMSExpiration(long time) throws JMSException(Code)(Java Doc) public void setJMSMessageID(String id)(Code)(Java Doc) public void setJMSPriority(int priority) throws JMSException(Code)(Java Doc) public void setJMSRedelivered(boolean isRedelivered)(Code)(Java Doc) public void setJMSReplyTo(Destination replyTo) throws JMSException(Code)(Java Doc) public void setJMSTimestamp(long time) throws JMSException(Code)(Java Doc) public void setJMSType(String type) throws JMSException(Code)(Java Doc) public void setLongProperty(String name, long value) throws JMSException(Code)(Java Doc) public void setObjectProperty(String name, Object value) throws JMSException(Code)(Java Doc) public void setReceive() throws JMSException(Code)(Java Doc) public void setSession(JmsSession session)(Code)(Java Doc) public void setShortProperty(String name, short value) throws JMSException(Code)(Java Doc) public void setStringProperty(String name, String value) throws JMSException(Code)(Java Doc) public String toString()(Code)(Java Doc) public void writeBody(OutputStream os) throws IOException(Code)(Java Doc) public void writeProperties(OutputStream os) throws IOException(Code)(Java Doc)
|
|
|
|