Interface SessionIdAccessor.SessionIdMutator

All Known Subinterfaces:
SessionIdAccessor.SessionIdProperty
Enclosing interface:
SessionIdAccessor

public static interface SessionIdAccessor.SessionIdMutator
Provides a mutator for a session TID property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSessionId(String aSessionId)
    Sets the session TID for the sessionId property.
  • Method Details

    • setSessionId

      void setSessionId(String aSessionId)
      Sets the session TID for the sessionId property.
      Parameters:
      aSessionId - The session TID to be stored by the session TID property.