com.aol.acc
Class AccUpgradeInfo

java.lang.Object
  extended by com.aol.acc.AccBase
      extended by com.aol.acc.AccUpgradeInfo

public class AccUpgradeInfo
extends AccBase

The IAccUpgradeInfo encapsulates information about
new AIM clients available for download.


Method Summary
 int getBuildNumber()
          Build number of the upgrade
 java.lang.String getDownloadUrl()
          Download URL for the upgrade
 java.lang.String getInfoUrl()
          The URL for info on the upgrade
 java.lang.String getVersion()
          The upgrade version number
 
Methods inherited from class com.aol.acc.AccBase
compareHandle, equals
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBuildNumber

public int getBuildNumber()
                   throws AccException
Build number of the upgrade

Throws:
AccException

getDownloadUrl

public java.lang.String getDownloadUrl()
                                throws AccException
Download URL for the upgrade

Throws:
AccException

getInfoUrl

public java.lang.String getInfoUrl()
                            throws AccException
The URL for info on the upgrade

Throws:
AccException

getVersion

public java.lang.String getVersion()
                            throws AccException
The upgrade version number

Throws:
AccException