quickfix
Interface MessageStoreFactory

All Known Implementing Classes:
CachedFileStoreFactory, FileStoreFactory, JdbcStoreFactory, MemoryStoreFactory, SleepycatStoreFactory

public interface MessageStoreFactory

Used by a Session to create a message store implementation.

See Also:
Session

Method Summary
 MessageStore create(SessionID sessionID)
          Creates a message store implementation.
 

Method Detail

create

MessageStore create(SessionID sessionID)
Creates a message store implementation.

Parameters:
sessionID - the session ID, often used to access session configurations
Returns:
the message store implementation