Uses of Class
com.bmc.mainview.VersionNumber

Packages that use VersionNumber
com.bmc.mainview Common objects used in BMC MAINVIEW products. 
com.bmc.mainview.nvbapi Provides access to MAINVIEW views over a network. 
 

Uses of VersionNumber in com.bmc.mainview
 

Methods in com.bmc.mainview with parameters of type VersionNumber
 int VersionNumber.compareTo(VersionNumber v)
          Compares this VersionNumber with the specified VersionNumber for order.
 boolean VersionNumber.equals(VersionNumber v)
          Compares this VersionNumber to the specified VersionNumber.
 

Uses of VersionNumber in com.bmc.mainview.nvbapi
 

Fields in com.bmc.mainview.nvbapi declared as VersionNumber
static VersionNumber Conversation.HYPERLINKLEVEL
          Documents the minimum server level at which hyperlinks could be requested
 VersionNumber ServicePoint.version
          The version number of the product, if available.
static VersionNumber HostServer.VERSION
          The version of NVBAPI
 

Methods in com.bmc.mainview.nvbapi that return VersionNumber
 VersionNumber HostServer.getHostLvl()
          Get the maintenance level of the host
 

Methods in com.bmc.mainview.nvbapi with parameters of type VersionNumber
 void ConversationWriter.captureHostLvl(VersionNumber hostLvl)