public interface ListMessage
extends javax.jms.StreamMessage
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
Object e) |
boolean |
add(Object e) |
List<Object> |
asList() |
boolean |
contains(Object e) |
Object |
get(int index) |
int |
indexOf(Object e) |
Iterator<Object> |
iterator() |
Object |
remove(int index) |
boolean |
remove(Object e) |
Object |
set(int index,
Object e) |
void |
setList(List<Object> l) |
int |
size() |
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(Object e) throws javax.jms.JMSException
javax.jms.JMSException
void add(int index, Object e) throws javax.jms.JMSException
javax.jms.JMSException
boolean contains(Object e) throws javax.jms.JMSException
javax.jms.JMSException
Object get(int index) throws javax.jms.JMSException
javax.jms.JMSException
int indexOf(Object e) throws javax.jms.JMSException
javax.jms.JMSException
Object remove(int index) throws javax.jms.JMSException
javax.jms.JMSException
boolean remove(Object e) throws javax.jms.JMSException
javax.jms.JMSException
int size() throws javax.jms.JMSException
javax.jms.JMSException
Object[] toArray() throws javax.jms.JMSException
javax.jms.JMSException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.