| Package | Description |
|---|---|
| org.wso2.carbon.analytics.common.jmx.agent | |
| org.wso2.carbon.analytics.common.jmx.agent.profiles |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JmxAgentWebInterface.deleteProfile(String profileName)
Deletes a monitoring profile
|
Profile |
JmxAgentWebInterface.getProfile(String profileName) |
void |
JmxAgentWebInterface.startMonitoringProfile(String profileName)
Start to monitor a profile
|
void |
JmxAgentWebInterface.stopMonitoringProfile(String profileName)
Stop monitoring of a profile
|
boolean |
JmxAgentWebInterface.updateProfile(Profile profile)
Updates a monitoring profile
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProfileManager.deleteProfile(String profileName) |
Profile |
ProfileManager.getProfile(String profileName) |
boolean |
ProfileManager.updateProfile(Profile profile) |
Copyright © 2015 WSO2. All rights reserved.