|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquickfix.JdbcLogFactory
public class JdbcLogFactory
Creates a generic JDBC logger.
Constructor Summary | |
---|---|
JdbcLogFactory(SessionSettings settings)
Create a factory using session settings. |
Method Summary | |
---|---|
Log |
create()
Create a log using default/global settings. |
Log |
create(SessionID sessionID)
Create a JDBC logger. |
protected SessionSettings |
getSettings()
Used to support the MySQL-specific class (JNI compatibility) |
void |
setDataSource(javax.sql.DataSource dataSource)
Set a data source to be used by the JdbcLog to access the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbcLogFactory(SessionSettings settings)
Method Detail |
---|
public Log create(SessionID sessionID)
create
in interface LogFactory
sessionID
- the sessionID for the message store.
protected SessionSettings getSettings()
public Log create()
LogFactory
create
in interface LogFactory
public void setDataSource(javax.sql.DataSource dataSource)
dataSource
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |