Package org.apache.activemq.store
Interface PList
public interface PList
- Author:
- Hiram Chirino
-
Method Details
-
getName
String getName() -
destroy
- Throws:
IOException
-
addFirst
- Throws:
IOException
-
addLast
- Throws:
IOException
-
remove
- Throws:
IOException
-
isEmpty
boolean isEmpty() -
iterator
- Throws:
IOException
-
size
long size() -
messageSize
long messageSize()
-