| Package | Description |
|---|---|
| org.wso2.carbon.analytics.common.jmx.agent | |
| org.wso2.carbon.analytics.common.jmx.agent.profiles | |
| org.wso2.carbon.analytics.common.jmx.agent.tasks |
| Modifier and Type | Method and Description |
|---|---|
Profile[] |
JmxAgentWebInterface.getAllProfiles() |
Profile |
JmxAgent.getProfile() |
Profile |
JmxAgentWebInterface.getProfile(String profileName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JmxAgentWebInterface.addProfile(Profile profile)
Adds a profile to be monitored
|
boolean |
JmxAgentWebInterface.updateProfile(Profile profile)
Updates a monitoring profile
|
| Constructor and Description |
|---|
JmxAgent(Profile profile) |
| Modifier and Type | Method and Description |
|---|---|
Profile |
ProfileManager.createToolboxProfile()
Creates the profile for the toolbox
|
Profile[] |
ProfileManager.getAllProfiles()
Returns an array of all the profiles regardless of their state
|
Profile |
ProfileManager.getProfile(String profileName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProfileManager.addProfile(Profile profile)
Used to add a new JMX monitoring profile.
|
boolean |
ProfileManager.updateProfile(Profile profile) |
| Modifier and Type | Method and Description |
|---|---|
static org.wso2.carbon.ntask.core.TaskInfo |
JmxTaskUtils.convert(Profile profile) |
void |
JmxTaskAdmin.scheduleProfile(Profile profile) |
Copyright © 2015 WSO2. All rights reserved.