Class SessionOperation<T>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SessionOperation​(@NotNull java.lang.String name)  
      protected SessionOperation​(@NotNull java.lang.String name, boolean update)  
    • Constructor Detail

      • SessionOperation

        protected SessionOperation​(@NotNull
                                   @NotNull java.lang.String name,
                                   boolean update)
      • SessionOperation

        protected SessionOperation​(@NotNull
                                   @NotNull java.lang.String name)
    • Method Detail

      • isUpdate

        public boolean isUpdate()
        Returns true if this operation updates the the transient
      • isRefresh

        public boolean isRefresh()
        Return true if this operation refreshed the transient space
      • isSave

        public boolean isSave()
      • isLogout

        public boolean isLogout()
      • toString

        public java.lang.String toString()
        Provide details about the operation being performed. This default implementation just returns the name passed to the constructor.
        Overrides:
        toString in class java.lang.Object