Interface IModeName

    • Method Detail

      • getName

        java.lang.String getName()
        Getter for field NAME

        Mode name

        The name of the mode name associated with the group of sessions.

        Specified by:
        getName in interface ICICSObject
      • getConnection

        java.lang.String getConnection()
        Getter for field CONNECTION

        Connection name

        The name of the connection that this group of sessions is associated with.

      • getAutoconn

        IModeName.AutoconnValue getAutoconn()
        Getter for field AUTOCONN

        Autoconnect status

        Indicates whether sessions are to be bound automatically whenever CICS starts communication with VTAM:

        • ALLCONN: CICS tries to bind both contention-winner and contention-loser sessions.
        • AUTOCONN: CICS tries to bind only sessions for which it is contention winner.
        • NONAUTOCONN: CICS does not try to bind any sessions.
      • getConnstatus

        IModeName.ConnstatusValue getConnstatus()
        Getter for field CONNSTATUS

        Connection status

        The status of the connection. Valid values are: RELEASED, CLOSED, ACQUIRED, FREEING, AVAILABLE, OBTAINING.

      • getSessactv

        java.lang.Long getSessactv()
        Getter for field SESSACTV

        Number of active sessions

        The number of sessions within this group that are currently in use.

      • getSessavail

        java.lang.Long getSessavail()
        Getter for field SESSAVAIL

        Number of sessions available

        The current number of sessions in the group that are bound, including sessions currently in use, and those available for use.

      • getSessmax

        java.lang.Long getSessmax()
        Getter for field SESSMAX

        Maximum number of sessions

        The maximum number of sessions that will be supported within this group at one time.

      • getSessmaxwin

        java.lang.Long getSessmaxwin()
        Getter for field SESSMAXWIN

        Maximum number of contention winner sessions

        The maximum number of sessions that can be supported as contention winners within this group.