public interface ListMessage
extends javax.jms.StreamMessage
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
java.lang.Object e) |
boolean |
add(java.lang.Object e) |
java.util.List<java.lang.Object> |
asList() |
boolean |
contains(java.lang.Object e) |
java.lang.Object |
get(int index) |
int |
indexOf(java.lang.Object e) |
java.util.Iterator<java.lang.Object> |
iterator() |
java.lang.Object |
remove(int index) |
boolean |
remove(java.lang.Object e) |
java.lang.Object |
set(int index,
java.lang.Object e) |
void |
setList(java.util.List<java.lang.Object> l) |
int |
size() |
java.lang.Object[] |
toArray() |
readBoolean, readByte, readBytes, readChar, readDouble, readFloat, readInt, readLong, readObject, readShort, readString, reset, writeBoolean, writeByte, writeBytes, writeBytes, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeObject, writeShort, writeString
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
boolean add(java.lang.Object e) throws javax.jms.JMSException
javax.jms.JMSException
void add(int index, java.lang.Object e) throws javax.jms.JMSException
javax.jms.JMSException
boolean contains(java.lang.Object e) throws javax.jms.JMSException
javax.jms.JMSException
java.lang.Object get(int index) throws javax.jms.JMSException
javax.jms.JMSException
int indexOf(java.lang.Object e) throws javax.jms.JMSException
javax.jms.JMSException
java.util.Iterator<java.lang.Object> iterator() throws javax.jms.JMSException
javax.jms.JMSException
java.lang.Object remove(int index) throws javax.jms.JMSException
javax.jms.JMSException
boolean remove(java.lang.Object e) throws javax.jms.JMSException
javax.jms.JMSException
java.lang.Object set(int index, java.lang.Object e) throws javax.jms.JMSException
javax.jms.JMSException
int size() throws javax.jms.JMSException
javax.jms.JMSException
java.lang.Object[] toArray() throws javax.jms.JMSException
javax.jms.JMSException
java.util.List<java.lang.Object> asList() throws javax.jms.JMSException
javax.jms.JMSException
void setList(java.util.List<java.lang.Object> l) throws javax.jms.JMSException
javax.jms.JMSException