Interface SessionPayload

All Known Implementing Classes:
AssessmentPayload, ContactPayload, KeyboardingPayload, NotesPayload

public interface SessionPayload
Common interface for session-scoped payloads that carry a DB session id.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return the database session id associated with this payload.
  • Method Details

    • getSessionId

      Return the database session id associated with this payload.
      Returns:
      the database session id for this payload (may be 0 when unknown)