* @return an XML bean that represents what release is currently available or null if it couldn't be
* downloaded
*/
private ChannelXmlBean getCurrentChannelXmlBean(ChannelXmlBean installedChannelBean)
{
ChannelXmlBean currentChannelBean = null;
if (_settings.isRemoteUpdateSite())
{
// 3a. For server, Determine the channel that the user has (stable or snapshot)
String channelName = getDesiredChannel(_settings, installedChannelBean);