Class EnumWebParameterReuseSessionValues


  • public class EnumWebParameterReuseSessionValues
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int NO_REUSE
      The parameter value indicates Web to reuse session.
      static int REUSE
      The parameter value indicates Web to reuse session.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NO_REUSE

        public static final int NO_REUSE
        The parameter value indicates Web to reuse session. The value is "0".
        See Also:
        Constant Field Values
      • REUSE

        public static final int REUSE
        The parameter value indicates Web to reuse session. The value is "1".
        See Also:
        Constant Field Values
    • Constructor Detail

      • EnumWebParameterReuseSessionValues

        public EnumWebParameterReuseSessionValues()