org.apache.activemq.store
Interface PList
public interface PList
- Author:
- Hiram Chirino
getName
String getName()
destroy
void destroy()
throws IOException
- Throws:
IOException
addFirst
Object addFirst(String id,
ByteSequence bs)
throws IOException
- Throws:
IOException
addLast
Object addLast(String id,
ByteSequence bs)
throws IOException
- Throws:
IOException
remove
boolean remove(Object position)
throws IOException
- Throws:
IOException
isEmpty
boolean isEmpty()
iterator
PList.PListIterator iterator()
throws IOException
- Throws:
IOException
size
long size()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.