Package org.apache.activemq.store
Interface PListStore
-
- All Superinterfaces:
org.apache.activemq.Service
public interface PListStore extends org.apache.activemq.Service
- Author:
- Hiram Chirino
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetDirectory()PListgetPList(String name)booleanremovePList(String name)voidsetDirectory(File directory)longsize()
-
-
-
Method Detail
-
getDirectory
File getDirectory()
-
setDirectory
void setDirectory(File directory)
-
removePList
boolean removePList(String name) throws Exception
- Throws:
Exception
-
size
long size()
-
-