|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FIXSessionFactory
FIXSessionFactory defines session level behaviour and other FIXEngine parameters.
StandardFIXSessionFactory
Method Summary | |
---|---|
FIXSession |
createAcceptorSession(SessionParameters sessionParameters,
FIXTransport transport)
Creates the acceptor session. |
FIXSession |
createInitiatorSession(SessionParameters sessionParameters)
Creates the initiator session. |
Method Detail |
---|
FIXSession createInitiatorSession(SessionParameters sessionParameters) throws IOException
sessionParameters
- the session configuration
IOException
- if the session cannot be createdFIXSession createAcceptorSession(SessionParameters sessionParameters, FIXTransport transport) throws IOException
sessionParameters
- the session configurationtransport
- the fix transport
IOException
- if the session cannot be created
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |