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, writeStringacknowledge, 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, setStringPropertyboolean add(Object e) throws javax.jms.JMSException
javax.jms.JMSExceptionvoid add(int index,
Object e)
throws javax.jms.JMSException
javax.jms.JMSExceptionboolean contains(Object e) throws javax.jms.JMSException
javax.jms.JMSExceptionObject get(int index) throws javax.jms.JMSException
javax.jms.JMSExceptionint indexOf(Object e) throws javax.jms.JMSException
javax.jms.JMSExceptionObject remove(int index) throws javax.jms.JMSException
javax.jms.JMSExceptionboolean remove(Object e) throws javax.jms.JMSException
javax.jms.JMSExceptionint size()
throws javax.jms.JMSException
javax.jms.JMSExceptionObject[] toArray() throws javax.jms.JMSException
javax.jms.JMSExceptionCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.