Package com.microstrategy.webapi
Interface EnumDSSXMLNodeState
-
public interface EnumDSSXMLNodeState
This interface defines the enumeration constants used to specify the state of the MicroStrategy Intelligent Server.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlNodeStateConnected
Specifies the MicroStrategy Intelligent Server is in the state of having been connected.static int
DssXmlNodeStateConnecting
Specifies the MicroStrategy Intelligent Server is in the state of being connected.static int
DssXmlNodeStateDisconnecting
Specifies the MicroStrategy Intelligent Server is in the state of being disconnected.
-
-
-
Field Detail
-
DssXmlNodeStateConnecting
static final int DssXmlNodeStateConnecting
Specifies the MicroStrategy Intelligent Server is in the state of being connected.- See Also:
- Constant Field Values
-
DssXmlNodeStateConnected
static final int DssXmlNodeStateConnected
Specifies the MicroStrategy Intelligent Server is in the state of having been connected.- See Also:
- Constant Field Values
-
DssXmlNodeStateDisconnecting
static final int DssXmlNodeStateDisconnecting
Specifies the MicroStrategy Intelligent Server is in the state of being disconnected.- See Also:
- Constant Field Values
-
-