Interface IntelligenceServerInstanceStatus

  • All Superinterfaces:
    InstanceStatus

    public interface IntelligenceServerInstanceStatus
    extends InstanceStatus
    The IntelligenceServerInstanceStatus contains methods which pertain to the status of an Intelligence Server Instance. An InstanceStatus object can be cast into this interface if it's server type is EnumServerTypes.IntelligenceServer.
    Since:
    MicroStrategy Web 7.5.0
    • Method Detail

      • getTCPPortNumber

        int getTCPPortNumber()
        Returns the port which the Intelligence Server is responding to requests on.
        Returns:
        The port of the Intelligence Server instance.
        Since:
        MicroStrategy Web 7.5.2