| 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.addProfile(Profile profile)
Adds a profile to be monitored
|
boolean |
JmxAgentWebInterface.deleteProfile(String profileName)
Deletes a monitoring profile
|
Profile[] |
JmxAgentWebInterface.getAllProfiles() |
Profile |
JmxAgentWebInterface.getProfile(String profileName) |
boolean |
JmxAgentWebInterface.updateProfile(Profile profile)
Updates a monitoring profile
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProfileManager.addProfile(Profile profile)
Used to add a new JMX monitoring profile.
|
Profile |
ProfileManager.createToolboxProfile()
Creates the profile for the toolbox
|
boolean |
ProfileManager.deleteProfile(String profileName) |
Profile[] |
ProfileManager.getAllProfiles()
Returns an array of all the profiles regardless of their state
|
Profile |
ProfileManager.getProfile(String profileName) |
boolean |
ProfileManager.updateProfile(Profile profile) |
Copyright © 2015 WSO2. All rights reserved.