</platformSample>
*/
private void initSampleServicesMonitoring (OMElement psConfigEle) throws StatusMonitorException {
// initializing the and loading the authentication configurations
Iterator psConfigChildIt = psConfigEle.getChildElements();
sampleTenantConfigBean = new SampleTenantConfigBean();
while (psConfigChildIt.hasNext()) {
OMElement psConfigChildEle = (OMElement) psConfigChildIt.next();
if (new QName(StatusMonitorConstants.CONFIG_NS, StatusMonitorConstants.PSCONFIG_TENANT,
StatusMonitorConstants.NS_PREFIX).equals(psConfigChildEle.getQName())) {