m_messageObserver=obs;
}
int getDelay() throws XmlException, FaultException {
XmlObject[] refreshDocArry = m_ResourceConfig.getResourceProperty(weatherStationRefreshIntervalQname);
XmlIntImpl refreshDoc = (XmlIntImpl)refreshDocArry[0];
return refreshDoc.getIntValue()*1000;
}