public abstract class EndpointStatisticsData extends Object implements IEndpointStatisticsData, Serializable
| Constructor and Description |
|---|
EndpointStatisticsData()
Constructor - creates an EndpointStatisticsData object
|
EndpointStatisticsData(EndpointStatisticsData data)
Constructor - creates an EndpointStatisticsData object
|
public static final String INSTANCE_NAME_KEY
public static final String COMPONENT_NAME_KEY
public static final String NUM_ACTIVE_EXCHANGES_KEY
public static final String NUM_RECEIVED_DONES_KEY
public static final String NUM_SENT_DONES_KEY
public static final String NUM_RECEIVED_FAULTS_KEY
public static final String NUM_SENT_FAULTS_KEY
public static final String NUM_RECEIVED_ERRORS_KEY
public static final String NUM_SENT_ERRORS_KEY
public static final String ME_COMPONENT_TIME_AVG_KEY
public static final String ME_DELIVERY_CHANNEL_TIME_AVG_KEY
public static final String ME_MESSAGE_SERVICE_TIME_AVG_KEY
public static final String PERFORMANCE_MEASUREMENTS_KEY
public static final String EXTENDED_TIMING_STATISTICS_FLAG_ENABLED_KEY
protected boolean isProvisioningEndpoint
protected String componentName
protected String instanceName
protected long numberOfActiveExchanges
protected long numberOfReceivedDones
protected long numberOfSentDones
protected long numberOfReceivedFaults
protected long numberOfReceivedErrors
protected long numberOfSentFaults
protected long numberOfSentErrors
protected long messageExchangeComponentTimeAverage
protected long messageExchangeDeliveryChannelTimeAverage
protected long messageExchangeServiceTimeAverage
protected boolean extendedTimingStatisticsFlagEnabled
protected Map<String,PerformanceData> categoryToPerformanceDataMap
public EndpointStatisticsData()
public EndpointStatisticsData(EndpointStatisticsData data)
data - public static TabularData generateTabularData(Map<String,IEndpointStatisticsData> map)
public static Map<String,IEndpointStatisticsData> retrieveDataMap(TabularData tabularData)
tabularData - public static String convertDataMapToXML(Map<String,IEndpointStatisticsData> map) throws ManagementRemoteException
map - ManagementRemoteExceptionpublic String getInstanceName()
getInstanceName in interface IEndpointStatisticsDatapublic boolean isProvisioningEndpoint()
isProvisioningEndpoint in interface IEndpointStatisticsDatapublic String getComponentName()
getComponentName in interface IEndpointStatisticsDatapublic void setComponentName(String componentName)
setComponentName in interface IEndpointStatisticsDatacomponentName - the componentName to setpublic long getNumberOfActiveExchanges()
getNumberOfActiveExchanges in interface IEndpointStatisticsDatapublic void setNumberOfActiveExchanges(long numberOfActiveExchanges)
setNumberOfActiveExchanges in interface IEndpointStatisticsDatanumberOfActiveExchanges - the numberOfActiveExchanges to setpublic void setProvisioningEndpoint(boolean isProvisioningEndpoint)
setProvisioningEndpoint in interface IEndpointStatisticsDataisProvisioningEndpoint - the isProvisioningEndpoint to setpublic void setInstanceName(String instanceName)
setInstanceName in interface IEndpointStatisticsDatainstanceName - the instanceName to setpublic long getNumberOfReceivedDones()
getNumberOfReceivedDones in interface IEndpointStatisticsDatapublic void setNumberOfReceivedDones(long numberOfReceivedDones)
setNumberOfReceivedDones in interface IEndpointStatisticsDatanumberOfReceivedDones - the numberOfReceivedDones to setpublic long getNumberOfSentDones()
getNumberOfSentDones in interface IEndpointStatisticsDatapublic void setNumberOfSentDones(long numberOfSentDones)
setNumberOfSentDones in interface IEndpointStatisticsDatanumberOfSentDones - the numberOfSentDones to setpublic long getNumberOfReceivedFaults()
getNumberOfReceivedFaults in interface IEndpointStatisticsDatapublic void setNumberOfReceivedFaults(long numberOfReceivedFaults)
setNumberOfReceivedFaults in interface IEndpointStatisticsDatanumberOfReceivedFaults - the numberOfReceivedFaults to setpublic long getNumberOfReceivedErrors()
getNumberOfReceivedErrors in interface IEndpointStatisticsDatapublic void setNumberOfReceivedErrors(long numberOfReceivedErrors)
setNumberOfReceivedErrors in interface IEndpointStatisticsDatanumberOfReceivedErrors - the numberOfReceivedErrors to setpublic long getNumberOfSentFaults()
getNumberOfSentFaults in interface IEndpointStatisticsDatapublic void setNumberOfSentFaults(long numberOfSentFaults)
setNumberOfSentFaults in interface IEndpointStatisticsDatanumberOfSentFaults - the numberOfSentFaults to setpublic long getNumberOfSentErrors()
getNumberOfSentErrors in interface IEndpointStatisticsDatapublic void setNumberOfSentErrors(long numberOfSentErrors)
setNumberOfSentErrors in interface IEndpointStatisticsDatanumberOfSentErrors - the numberOfSentErrors to setpublic boolean isExtendedTimingStatisticsFlagEnabled()
isExtendedTimingStatisticsFlagEnabled in interface IEndpointStatisticsDatapublic void setExtendedTimingStatisticsFlagEnabled(boolean extendedTimingStatisticsFlagEnabled)
setExtendedTimingStatisticsFlagEnabled in interface IEndpointStatisticsDataextendedTimingStatisticsFlagEnabled - the extendedTimingStatisticsFlagEnabled to setpublic long getMessageExchangeComponentTimeAverage()
getMessageExchangeComponentTimeAverage in interface IEndpointStatisticsDatapublic void setMessageExchangeComponentTimeAverage(long messageExchangeComponentTimeAverage)
setMessageExchangeComponentTimeAverage in interface IEndpointStatisticsDatamessageExchangeComponentTimeAverage - the messageExchangeComponentTimeAverage to setpublic long getMessageExchangeDeliveryChannelTimeAverage()
getMessageExchangeDeliveryChannelTimeAverage in interface IEndpointStatisticsDatapublic void setMessageExchangeDeliveryChannelTimeAverage(long messageExchangeDeliveryChannelTimeAverage)
setMessageExchangeDeliveryChannelTimeAverage in interface IEndpointStatisticsDatamessageExchangeDeliveryChannelTimeAverage - the messageExchangeDeliveryChannelTimeAverage to setpublic long getMessageExchangeServiceTimeAverage()
getMessageExchangeServiceTimeAverage in interface IEndpointStatisticsDatapublic void setMessageExchangeServiceTimeAverage(long messageExchangeServiceTimeAverage)
setMessageExchangeServiceTimeAverage in interface IEndpointStatisticsDatamessageExchangeServiceTimeAverage - the messageExchangeServiceTimeAverage to setpublic Map<String,PerformanceData> getCategoryToPerformanceDataMap()
getCategoryToPerformanceDataMap in interface IEndpointStatisticsDatapublic void setCategoryToPerformanceDataMap(Map<String,PerformanceData> categoryToPerformanceDataMap)
setCategoryToPerformanceDataMap in interface IEndpointStatisticsDatacategoryToPerformanceDataMap - the categoryToPerformanceDataMap to setpublic String getDisplayString()
getDisplayString in interface IEndpointStatisticsDatapublic static void main(String[] args)
args - Copyright © 2011-2016 OpenESB Community. All Rights Reserved.