quickfix
Class MemoryStoreFactory

java.lang.Object
  extended by quickfix.MemoryStoreFactory
All Implemented Interfaces:
MessageStoreFactory

public class MemoryStoreFactory
extends java.lang.Object
implements MessageStoreFactory

Creates a message store that stores all data in memory.

See Also:
MessageStore

Constructor Summary
MemoryStoreFactory()
           
 
Method Summary
 MessageStore create(SessionID sessionID)
          Creates a message store implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryStoreFactory

public MemoryStoreFactory()
Method Detail

create

public MessageStore create(SessionID sessionID)
Description copied from interface: MessageStoreFactory
Creates a message store implementation.

Specified by:
create in interface MessageStoreFactory
Parameters:
sessionID - the session ID, often used to access session configurations
Returns:
the message store implementation