Object/Class

org.sackfix.session

SfSessionActor

Related Docs: class SfSessionActor | package session

Permalink

object SfSessionActor

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SfSessionActor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class ConnectionEstablishedMsgIn(outEventRouter: SfSessOutEventRouter, fixMsg: Option[SfMessage], decodingFailedData: Option[DecodingFailedData]) extends Product with Serializable

    Permalink
  2. case class FixMsgIn(fixMsg: SfMessage) extends Product with Serializable

    Permalink
  3. case class NothingReceivedFor(noHeartbeatsMissed: Int) extends Product with Serializable

    Permalink
  4. case class NothingSentFor(noHeartbeatsMissed: Int) extends Product with Serializable

    Permalink
  5. case class SendRejectMessageOut(refSeqNum: Int, reason: SessionRejectReasonField, explanation: TextField) extends Product with Serializable

    Permalink

    Sometimes when decoding we can determine the session, but then a field is badly formatted etc.

    Sometimes when decoding we can determine the session, but then a field is badly formatted etc. ie we cannot even create the well formed FixMsg, so we need to reject the message

  6. case class TcpSaysSocketIsClosedMsgIn(tcpActor: ActorRef) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object AcceptorSocketClosedMsgIn extends Product with Serializable

    Permalink
  5. object AcceptorSocketWaitingMsgIn extends Product with Serializable

    Permalink
  6. object FixActorSystemCloseDown extends Product with Serializable

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def props(sessionType: SfSessionType, messageStoreDetails: Option[SfMessageStore], sessionId: SfSessionId, heartbeatIntervalSecs: Int, heartBeaterActor: ActorRef, latencyRecorder: Option[ActorRef], sessionOpenTodayStore: SessionOpenTodayStore, resetMyNextSeqNumTo: Int = 1, resetTheirNextSeqNumTo: Int = 1): Props

    Permalink

    sessionType

    SfInitiator or SfAcceptor, impacts initial state for login sequence

    messageStoreDetails

    The optional persisten store, and also a boolean indicating if the initial sequence numbers should be read in, or left at 1

    sessionId

    The session ID - it MUST match exactly the header values they other end sends

    heartBeaterActor

    A global scheduler

    sessionOpenTodayStore

    records today if there was a session yet or not, if not reset seq nums

    resetMyNextSeqNumTo

    If <1 ignored

    resetTheirNextSeqNumTo

    If <1 ignored

  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped