quickfix.mina.acceptor
Interface AcceptorSessionProvider

All Known Implementing Classes:
DynamicAcceptorSessionProvider

public interface AcceptorSessionProvider

Provides sessions to be served on an acceptor. This supports the ability to create dynamic acceptor sessions.


Method Summary
 Session getSession(SessionID sessionID, SessionConnector connector)
          Return a session for this sessionID.
 

Method Detail

getSession

Session getSession(SessionID sessionID,
                   SessionConnector connector)
Return a session for this sessionID. The session might be created dynamically.

Parameters:
sessionID -
Returns:
the associated session or null if no session can be associated with the given ID.