Interface EnumDSSXMLConnectionState


  • public interface EnumDSSXMLConnectionState
    This interface defines the enumeration constants used to specify the connection state of a connection in the connection pool.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • DssXmlConnectionStateFree

        static final int DssXmlConnectionStateFree
        Specifies that the connection is in the state free.
        See Also:
        Constant Field Values
      • DssXmlConnectionStateBusy

        static final int DssXmlConnectionStateBusy
        Specifies that the connection is in the state busy.
        See Also:
        Constant Field Values