Interface ServerVersionInfo


  • public interface ServerVersionInfo
    This interface allows the user to get information about the version of a Server Instance. It is obtained from the InstanceStatus interface.
    Since:
    MicroStrategy Web 7.5.2
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBuildMachineName()
      Returns the build machine name of the server.
      java.lang.String getCompanyName()
      Returns the company name associated with the server.
      java.lang.String getFileDescription()
      Returns the description of the file which represents the executable of the instance.
      java.lang.String getFileVersion()
      Returns the version of the file which represents the executable of the instance.
      java.lang.String getLegalCopyright()
      Returns the legal copyright associated with the server.
      java.lang.String getLegalTrademarks()
      Returns the legal trademarks associated with the server.
      java.lang.String getOriginalFilename()
      Returns the original filename of the exectuable for the server.
      java.lang.String getProductName()
      Returns the product name of the server.
      java.lang.String getProductVersion()
      Returns the product version of the server.
    • Method Detail

      • getFileVersion

        java.lang.String getFileVersion()
        Returns the version of the file which represents the executable of the instance.
        Returns:
        The file version of the server.
      • getFileDescription

        java.lang.String getFileDescription()
        Returns the description of the file which represents the executable of the instance.
        Returns:
        The file description of the server.
      • getCompanyName

        java.lang.String getCompanyName()
        Returns the company name associated with the server.
        Returns:
        The company name associated with the server.
      • getOriginalFilename

        java.lang.String getOriginalFilename()
        Returns the original filename of the exectuable for the server.
        Returns:
        The original filename of the server.
      • getProductName

        java.lang.String getProductName()
        Returns the product name of the server.
        Returns:
        The server's product name.
      • getProductVersion

        java.lang.String getProductVersion()
        Returns the product version of the server.
        Returns:
        The product version.
      • getLegalCopyright

        java.lang.String getLegalCopyright()
        Returns the legal copyright associated with the server.
        Returns:
        The legal copyright information associated with the server.
      • getLegalTrademarks

        java.lang.String getLegalTrademarks()
        Returns the legal trademarks associated with the server.
        Returns:
        The legal trademarks associated with the server.
      • getBuildMachineName

        java.lang.String getBuildMachineName()
        Returns the build machine name of the server.
        Returns:
        The build machine name of the server.