Interface MonitoringService
public interface MonitoringService
- 
Method Summary
Modifier and TypeMethodDescriptioncomponentLoggingList(String objectName) intjmxAppItemDelete(int id) jmxAppItemGet(int id) intjmxAppItemUpdate(JmxAppItem jmxAppItem) jmxServiceDo(String serviceUrl, String username, String password)  
- 
Method Details
- 
jmxAppItemSearch
SearchResult<JmxAppItem> jmxAppItemSearch() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
jmxAppItemGet
JmxAppItem jmxAppItemGet(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
jmxAppItemUpdate
int jmxAppItemUpdate(JmxAppItem jmxAppItem) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
jmxAppItemDelete
int jmxAppItemDelete(int id) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
jmxServiceDo
String jmxServiceDo(String serviceUrl, String username, String password) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
componentList
List<MonitoringComponent> componentList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
componentLoggingList
List<MonitoringComponentLogging> componentLoggingList(String objectName) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 
 -