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()
-