| java.lang.Object com.caucho.jms.file.FileQueueStore
FileQueueStore | public class FileQueueStore (Code) | | Implements a file queue.
|
delete | void delete(long id)(Code) | | Retrieves a message from the persistent store.
|
getPath | public Path getPath()(Code) | | Returns the path to the backing database
|
receive | public MessageImpl receive()(Code) | | Retrieves a message from the persistent store.
|
receiveStart | void receiveStart(FileQueue fileQueue)(Code) | | Retrieves a message from the persistent store.
|
send | public long send(MessageImpl msg, long expireTime)(Code) | | Adds a new message to the persistent store.
|
setPath | public void setPath(Path path)(Code) | | Sets the path to the database
|
setTablePrefix | public void setTablePrefix(String prefix)(Code) | | |
|
|