org.apache.activemq.store
Interface PListStore
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- LevelDBPersistenceAdapter, org.apache.activemq.leveldb.LevelDBStore, PListStoreImpl
public interface PListStore
- extends Service
- Author:
- Hiram Chirino
getDirectory
File getDirectory()
setDirectory
void setDirectory(File directory)
getPList
PList getPList(String name)
throws Exception
- Throws:
Exception
removePList
boolean removePList(String name)
throws Exception
- Throws:
Exception
size
long size()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.