Class UnconnectedServersTransform

  • All Implemented Interfaces:
    AppTransform, Transform

    public class UnconnectedServersTransform
    extends AbstractAdminTransform
    This transform is used to render all the unconnected servers on the Administrator page.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • disconnectedLevelFlag

        public FormalParameter disconnectedLevelFlag
        Specifies what information is displayed for each DisConnected Server.
        The information may include server name, connect mode, maximum pool size, modify link and other information. Multiple fields may be displayed at the same time. Which fields to show is indicated by a bitwise flag.
        Allowed Values:
        • Server Name = 1
        • Connect Mode = 2
        • Initial pool size = 4
        • Maximum pool size = 8
        • Action Column (Disconnect) = 16
        • Properties (Modify Link) = 32
        • Show every thing = 255

        Usage:
        For example, if you want to specify server name and connect mode only, then you would specify (1 + 2 = 3).
      • imgRedArrow

        public FormalParameter imgRedArrow
        Name of the image used for a small red arrow.
        This image will be used to indicate the places where any errors occur on the transform.
      • _disconnectedLevelFlag

        protected int _disconnectedLevelFlag
      • colSpan

        protected int colSpan
      • cssTable

        protected java.lang.String cssTable
      • cssHeader

        protected java.lang.String cssHeader
      • cssHeading

        protected java.lang.String cssHeading
      • cssNoServers

        protected java.lang.String cssNoServers
      • cssServerName

        protected java.lang.String cssServerName
      • cssOtherDetails

        protected java.lang.String cssOtherDetails
      • cssSubmitButton

        protected java.lang.String cssSubmitButton
      • cssHR

        protected java.lang.String cssHR
      • _imgRedArrow

        protected java.lang.String _imgRedArrow
      • DISCONN_COLUMN_CONNMODE

        public static final int DISCONN_COLUMN_CONNMODE
        See Also:
        Constant Field Values
      • DISCONN_COLUMN_PROPERTIES

        public static final int DISCONN_COLUMN_PROPERTIES
        See Also:
        Constant Field Values
      • FP_DISCONNECTED_LEVEL_FLAG

        public static final java.lang.String FP_DISCONNECTED_LEVEL_FLAG
        See Also:
        Constant Field Values
      • FP_RED_ARROW_IMAGE

        public static final java.lang.String FP_RED_ARROW_IMAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • UnconnectedServersTransform

        public UnconnectedServersTransform()
        Default empty constructor. Initialize formal parameters.