public interface PList
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PList.PListIterator |
| Modifier and Type | Method and Description |
|---|---|
Object |
addFirst(String id,
org.apache.activemq.util.ByteSequence bs) |
Object |
addLast(String id,
org.apache.activemq.util.ByteSequence bs) |
void |
destroy() |
String |
getName() |
boolean |
isEmpty() |
PList.PListIterator |
iterator() |
long |
messageSize() |
boolean |
remove(Object position) |
long |
size() |
void destroy() throws IOException
IOExceptionObject addFirst(String id, org.apache.activemq.util.ByteSequence bs) throws IOException
IOExceptionObject addLast(String id, org.apache.activemq.util.ByteSequence bs) throws IOException
IOExceptionboolean remove(Object position) throws IOException
IOExceptionboolean isEmpty()
PList.PListIterator iterator() throws IOException
IOExceptionlong size()
long messageSize()
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.