|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquickfix.JdbcStoreFactory
public class JdbcStoreFactory
Creates a generic JDBC message store.
Constructor Summary | |
---|---|
JdbcStoreFactory(SessionSettings settings)
Create a factory using session settings. |
Method Summary | |
---|---|
MessageStore |
create(SessionID sessionID)
Create a JDBC message store. |
protected SessionSettings |
getSettings()
Used to support the MySQL-specific class (JNI compatibility) |
void |
setDataSource(javax.sql.DataSource dataSource)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbcStoreFactory(SessionSettings settings)
Method Detail |
---|
public MessageStore create(SessionID sessionID)
create
in interface MessageStoreFactory
sessionID
- the sessionID for the message store.
protected SessionSettings getSettings()
public void setDataSource(javax.sql.DataSource dataSource)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |