Interface SessionInfo

  • All Known Implementing Classes:
    Heartbeat.SessionRecord

    public interface SessionInfo
    Describes some Heartbeat session
    • Method Detail

      • getId

        @NotNull
        String getId()
      • getStartingCode

        long getStartingCode()
      • requiresExclusiveLock

        boolean requiresExclusiveLock()
      • getStartTime

        @Nullable
        Date getStartTime()
      • getLastActivityTime

        @Nullable
        Date getLastActivityTime()
      • isUneditable

        boolean isUneditable()
      • getUrl

        @Nullable
        String getUrl()
      • getDescription

        @NotNull
        String getDescription()
      • getBuildNumber

        @Nullable
        String getBuildNumber()
      • getDisplayVersion

        @Nullable
        String getDisplayVersion()
      • isStopping

        boolean isStopping()