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
- Throws:
ru.bitel.bgbilling.common.BGException
-
jmxAppItemGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
jmxAppItemUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
jmxAppItemDelete
int jmxAppItemDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
jmxServiceDo
String jmxServiceDo(String serviceUrl, String username, String password) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
componentList
- Throws:
ru.bitel.bgbilling.common.BGException
-
componentLoggingList
List<MonitoringComponentLogging> componentLoggingList(String objectName) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-