|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMSException | |
---|---|
javax.jms |
Uses of JMSException in javax.jms |
---|
Methods in javax.jms that throw JMSException | |
---|---|
void |
Message.acknowledge()
Acknowledges all consumed messages of the session of this consumed message. |
void |
Message.clearBody()
Clears out the message body. |
void |
Message.clearProperties()
Clears a message's properties. |
boolean |
Message.getBooleanProperty(java.lang.String name)
Returns the value of the boolean property with the
specified name. |
byte |
Message.getByteProperty(java.lang.String name)
Returns the value of the byte property with the specified
name. |
double |
Message.getDoubleProperty(java.lang.String name)
Returns the value of the double property with the
specified name. |
float |
Message.getFloatProperty(java.lang.String name)
Returns the value of the float property with the specified
name. |
int |
Message.getIntProperty(java.lang.String name)
Returns the value of the int property with the specified
name. |
java.lang.String |
Message.getJMSCorrelationID()
Gets the correlation ID for the message. |
byte[] |
Message.getJMSCorrelationIDAsBytes()
Gets the correlation ID as an array of bytes for the message. |
int |
Message.getJMSDeliveryMode()
Gets the DeliveryMode value specified for this message. |
Destination |
Message.getJMSDestination()
Gets the Destination object for this message. |
long |
Message.getJMSExpiration()
Gets the message's expiration value. |
java.lang.String |
Message.getJMSMessageID()
Gets the message ID. |
int |
Message.getJMSPriority()
Gets the message priority level. |
boolean |
Message.getJMSRedelivered()
Gets an indication of whether this message is being redelivered. |
Destination |
Message.getJMSReplyTo()
Gets the Destination object to which a reply to this
message should be sent. |
long |
Message.getJMSTimestamp()
Gets the message timestamp. |
java.lang.String |
Message.getJMSType()
Gets the message type identifier supplied by the client when the message was sent. |
long |
Message.getLongProperty(java.lang.String name)
Returns the value of the long property with the specified
name. |
java.io.Serializable |
ObjectMessage.getObject()
Gets the serializable object containing this message's data. |
java.lang.Object |
Message.getObjectProperty(java.lang.String name)
Returns the value of the Java object property with the specified name. |
java.util.Enumeration |
Message.getPropertyNames()
Returns an Enumeration of all the property names. |
short |
Message.getShortProperty(java.lang.String name)
Returns the value of the short property with the specified
name. |
java.lang.String |
Message.getStringProperty(java.lang.String name)
Returns the value of the String property with the
specified name. |
java.lang.String |
TextMessage.getText()
Gets the string containing this message's data. |
boolean |
Message.propertyExists(java.lang.String name)
Indicates whether a property value exists. |
void |
Message.setBooleanProperty(java.lang.String name,
boolean value)
Sets a boolean property value with the specified name into
the message. |
void |
Message.setByteProperty(java.lang.String name,
byte value)
Sets a byte property value with the specified name into
the message. |
void |
Message.setDoubleProperty(java.lang.String name,
double value)
Sets a double property value with the specified name into
the message. |
void |
Message.setFloatProperty(java.lang.String name,
float value)
Sets a float property value with the specified name into
the message. |
void |
Message.setIntProperty(java.lang.String name,
int value)
Sets an int property value with the specified name into
the message. |
void |
Message.setJMSCorrelationID(java.lang.String correlationID)
Sets the correlation ID for the message. |
void |
Message.setJMSCorrelationIDAsBytes(byte[] correlationID)
Sets the correlation ID as an array of bytes for the message. |
void |
Message.setJMSDeliveryMode(int deliveryMode)
Sets the DeliveryMode value for this message. |
void |
Message.setJMSDestination(Destination destination)
Sets the Destination object for this message. |
void |
Message.setJMSExpiration(long expiration)
Sets the message's expiration value. |
void |
Message.setJMSMessageID(java.lang.String id)
Sets the message ID. |
void |
Message.setJMSPriority(int priority)
Sets the priority level for this message. |
void |
Message.setJMSRedelivered(boolean redelivered)
Specifies whether this message is being redelivered. |
void |
Message.setJMSReplyTo(Destination replyTo)
Sets the Destination object to which a reply to this
message should be sent. |
void |
Message.setJMSTimestamp(long timestamp)
Sets the message timestamp. |
void |
Message.setJMSType(java.lang.String type)
Sets the message type. |
void |
Message.setLongProperty(java.lang.String name,
long value)
Sets a long property value with the specified name into
the message. |
void |
ObjectMessage.setObject(java.io.Serializable object)
Sets the serializable object containing this message's data. |
void |
Message.setObjectProperty(java.lang.String name,
java.lang.Object value)
Sets a Java object property value with the specified name into the message. |
void |
Message.setShortProperty(java.lang.String name,
short value)
Sets a short property value with the specified name into
the message. |
void |
Message.setStringProperty(java.lang.String name,
java.lang.String value)
Sets a String property value with the specified name into
the message. |
void |
TextMessage.setText(java.lang.String string)
Sets the string containing this message's data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |