| Package | Description |
|---|---|
| com.sun.esb.management.common.data | |
| com.sun.esb.management.common.data.helper |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,NMRStatisticsData> |
NMRStatisticsData.retrieveDataMap(TabularData tabularData)
Retrieves the NMR Statistics Data
|
| Modifier and Type | Method and Description |
|---|---|
protected static CompositeData |
NMRStatisticsDataCreator.getNMRStatistics(CompositeType NMRStatsEntriesType,
NMRStatisticsData data)
This method is used to provide query framework statistics from the
given NMRStatisticsData
|
| Modifier and Type | Method and Description |
|---|---|
static String |
NMRStatisticsData.convertDataMapToXML(Map<String,NMRStatisticsData> map)
Converts a NMR Statistics Data to an XML String
|
static TabularData |
NMRStatisticsDataCreator.createTabularData(Map<String,NMRStatisticsData> map) |
static TabularData |
NMRStatisticsData.generateTabularData(Map<String,NMRStatisticsData> map)
Generate Tabular Data for this object
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,NMRStatisticsData> |
NMRStatisticsDataReader.getNMRStatisticsDataMap() |
static Map<String,NMRStatisticsData> |
NMRStatisticsDataReader.parseFromFile(File file) |
static Map<String,NMRStatisticsData> |
NMRStatisticsDataReader.parseFromFile(String fileName) |
static Map<String,NMRStatisticsData> |
NMRStatisticsDataReader.parseFromURI(String uriString) |
static Map<String,NMRStatisticsData> |
NMRStatisticsDataReader.parseFromURI(URI uri) |
static Map<String,NMRStatisticsData> |
NMRStatisticsDataReader.parseFromXMLData(String rawXMLData) |
| Modifier and Type | Method and Description |
|---|---|
protected static Element |
NMRStatisticsDataWriter.createActiveChannelsList(Document document,
NMRStatisticsData data)
Create Active Channels List
|
protected static Element |
NMRStatisticsDataWriter.createActiveEndpointsList(Document document,
NMRStatisticsData data)
Create Active Channels List
|
protected Element |
NMRStatisticsDataWriter.createNMRStatisticsDataElement(Document document,
NMRStatisticsData data) |
| Modifier and Type | Method and Description |
|---|---|
static String |
NMRStatisticsDataWriter.serialize(Map<String,NMRStatisticsData> dataMap) |
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.