Package org.apache.activemq.store
Interface PListStore
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
PListStoreImpl
public interface PListStore extends 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()
-