public class ServiceAssemblyStatisticsDataCreator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
SA_STATS_DESCRIPTIONS
item descriptions for SA stats
|
protected static String[] |
SA_STATS_ITEMS
item names for SA stats
|
protected static CompositeType |
serviceAssemblyStatsType |
protected static CompositeType |
serviceUnitStatsType |
protected static String[] |
SU_STATS_DESCRIPTIONS
descriptions for service unit stats
|
protected static String[] |
SU_STATS_ITEMS
item names for service unit stats
|
| Constructor and Description |
|---|
ServiceAssemblyStatisticsDataCreator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createCompositeTypes()
This is a helper method that is used to create the
composite types for SA stats and SU stats
|
static TabularData |
createTabularData(Map<String,ServiceAssemblyStatisticsData> map) |
protected static CompositeData |
getCompositeData(ServiceAssemblyStatisticsData data)
return the stats as composite data
|
protected static CompositeData |
getCompositeData(ServiceUnitStatisticsData data)
This method is used to obtain a CompositeData represenation
of the collected statistics
|
static void |
main(String[] args) |
protected static CompositeType serviceUnitStatsType
protected static CompositeType serviceAssemblyStatsType
protected static String[] SU_STATS_ITEMS
protected static String[] SU_STATS_DESCRIPTIONS
protected static String[] SA_STATS_ITEMS
protected static String[] SA_STATS_DESCRIPTIONS
public ServiceAssemblyStatisticsDataCreator()
public static TabularData createTabularData(Map<String,ServiceAssemblyStatisticsData> map) throws ManagementRemoteException
data - ManagementRemoteExceptionprotected static CompositeData getCompositeData(ServiceAssemblyStatisticsData data) throws OpenDataException
OpenDataExceptionprotected static CompositeData getCompositeData(ServiceUnitStatisticsData data) throws OpenDataException
OpenDataExceptionprotected void createCompositeTypes()
public static void main(String[] args)
args - Copyright © 2011-2016 OpenESB Community. All Rights Reserved.