| java.lang.Object org.continuent.sequoia.console.text.commands.dbadmin.JMXUtils
JMXUtils | public class JMXUtils (Code) | | |
from | static String[][] from(Collection collection, String[] headers)(Code) | | Convert a Collection<CompositeData> to a matrix of String.
Parameters: collection - a Collection<CompositeData> Parameters: headers - the headers corresponding to the items to retrieve for eachCompositeDate a matrix of String |
sortEntriesByKey | static List sortEntriesByKey(TabularData tabularData, String key)(Code) | | Sort tabular data based on one given key.
The entries will be sorted only if the value corresponding to the given
key is Comparable.
Parameters: tabularData - a TabularData Parameters: key - the key to use to sort the tabular data. a List<CompositeData> where the composite data are sorted bythe specified key |
|
|