Package com.microstrategy.webapi
Interface EnumDSSXMLConnectionState
-
public interface EnumDSSXMLConnectionStateThis 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 Summary
Fields Modifier and Type Field Description static intDssXmlConnectionStateBusySpecifies that the connection is in the state busy.static intDssXmlConnectionStateFreeSpecifies that the connection is in the state free.
-
-
-
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
-
-