quickfix
Class DefaultSessionFactory
java.lang.Object
quickfix.DefaultSessionFactory
- All Implemented Interfaces:
- SessionFactory
public class DefaultSessionFactory
- extends java.lang.Object
- implements SessionFactory
Factory for creating sessions. Used by the communications code (acceptors,
initiators) for creating sessions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSessionFactory
public DefaultSessionFactory(Application application,
MessageStoreFactory messageStoreFactory,
LogFactory logFactory)
DefaultSessionFactory
public DefaultSessionFactory(Application application,
MessageStoreFactory messageStoreFactory,
LogFactory logFactory,
MessageFactory messageFactory)
create
public Session create(SessionID sessionID,
SessionSettings settings)
throws ConfigError
- Specified by:
create
in interface SessionFactory
- Throws:
ConfigError