com.microstrategy.web.objects.admin.serverconfig.ServerVersionInfo |
This interface allows the user to get information about the version of a Server Instance.
It is obtained from the InstanceStatus
interface.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getBuildMachineName()
Returns the build machine name of the server.
| ||||||||||
abstract String |
getCompanyName()
Returns the company name associated with the server.
| ||||||||||
abstract String |
getFileDescription()
Returns the description of the file which represents the executable of the instance.
| ||||||||||
abstract String |
getFileVersion()
Returns the version of the file which represents the executable of the instance.
| ||||||||||
abstract String |
getLegalCopyright()
Returns the legal copyright associated with the server.
| ||||||||||
abstract String |
getLegalTrademarks()
Returns the legal trademarks associated with the server.
| ||||||||||
abstract String |
getOriginalFilename()
Returns the original filename of the exectuable for the server.
| ||||||||||
abstract String |
getProductName()
Returns the product name of the server.
| ||||||||||
abstract String |
getProductVersion()
Returns the product version of the server.
|
Returns the build machine name of the server.
Returns the company name associated with the server.
Returns the description of the file which represents the executable of the instance.
Returns the version of the file which represents the executable of the instance.
Returns the legal copyright associated with the server.
Returns the legal trademarks associated with the server.
Returns the original filename of the exectuable for the server.
Returns the product name of the server.
Returns the product version of the server.