java.lang .Object com.sun.esb.management.common.data .NMRStatisticsData ACTIVECHANNELS_KEY final public static String ACTIVECHANNELS_KEY (Code)
ACTIVEENDPOINTS_KEY final public static String ACTIVEENDPOINTS_KEY (Code)
INSTANCENAME_KEY final public static String INSTANCENAME_KEY (Code)
serialVersionUID final static long serialVersionUID (Code)
getActiveChannelsArray public String [] getActiveChannelsArray()(Code) the activeChannel array
getActiveChannelsList public List <String > getActiveChannelsList()(Code) the activeChannelList
getActiveEndpointsArray public String [] getActiveEndpointsArray()(Code) the activeChannel array
getActiveEndpointsList public List <String > getActiveEndpointsList()(Code) the activeEndpoints
getInstanceName public String getInstanceName()(Code) the instanceName
main public static void main(String [] args)(Code) Parameters: args -
setActiveChannelsList public void setActiveChannelsList(List <String > activeChannelList)(Code) Parameters: activeChannelList - the activeChannelList to set
setActiveChannelsList public void setActiveChannelsList(String [] activeChannelsArray)(Code) Parameters: activeChannelsArray - the activeChannelsArray to set
setActiveEndpointsList public void setActiveEndpointsList(List <String > activeEndpoints)(Code) Parameters: activeEndpoints - the activeEndpoints to set
setActiveEndpointsList public void setActiveEndpointsList(String [] activeEndpointsArray)(Code) Parameters: activeEndpointsArray - the activeEndpointsArray to set
setInstanceName public void setInstanceName(String instanceName)(Code) Parameters: instanceName - the instanceName to set
toArray protected static Type[] toArray(Collection <Type> collection, Class <Type> componentType)(Code) Parameters: collection - Parameters: componentType -