public class FilePersistenceStrategy extends Object implements QueuePersistenceStrategy, MuleContextAware
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FilePersistenceStrategy.HolderImpl |
QueuePersistenceStrategy.Holder| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_QUEUE_STORE
The default queueStore directory for persistence
|
static String |
EXTENSION |
protected MuleContext |
muleContext |
| Constructor and Description |
|---|
FilePersistenceStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the store.
|
protected String |
getId(Object obj) |
boolean |
isTransient() |
Object |
load(String queue,
Object id)
Loads an object specified by the given id.
|
void |
open()
Open the store.
|
void |
remove(String queue,
Object id)
Removes the object specified by the given id from the store.
|
List |
restore()
Retrieves the ids of the stored objects.
|
protected void |
restoreFiles(File dir,
List msgs) |
void |
setMuleContext(MuleContext context) |
Object |
store(String queue,
Object obj)
Stores an object and returns its generated id.
|
public static final String DEFAULT_QUEUE_STORE
public static final String EXTENSION
protected MuleContext muleContext
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarepublic Object store(String queue, Object obj) throws IOException
QueuePersistenceStrategystore in interface QueuePersistenceStrategyobj - the object to be storedIOExceptionpublic void remove(String queue, Object id) throws IOException
QueuePersistenceStrategyremove in interface QueuePersistenceStrategyid - the id of the stored objectIOExceptionpublic Object load(String queue, Object id) throws IOException
QueuePersistenceStrategyload in interface QueuePersistenceStrategyid - the id of the stored objectIOExceptionpublic List restore() throws IOException
QueuePersistenceStrategyrestore in interface QueuePersistenceStrategyIOExceptionprotected void restoreFiles(File dir, List msgs) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void open()
throws IOException
QueuePersistenceStrategyopen in interface QueuePersistenceStrategyIOExceptionpublic void close()
throws IOException
QueuePersistenceStrategyclose in interface QueuePersistenceStrategyIOExceptionpublic boolean isTransient()
isTransient in interface QueuePersistenceStrategyCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.