Interface ISOMsgMetrics.Source
- All Known Implementing Classes:
AmexChannel, ASCIIChannel, BASE24Channel, BASE24TCPChannel, BaseChannel, BCDChannel, CMFChannel, CSChannel, FSDChannel, GICCChannel, GZIPChannel, HEXChannel, LogChannel, NACChannel, NCCChannel, PADChannel, PostChannel, RawChannel, RBPChannel, TelnetXMLChannel, VAPChannel, X25Channel, XMLChannel
- Enclosing interface:
ISOMsgMetrics
public static interface ISOMsgMetrics.Source
Implemented by components that expose an
ISOMsgMetrics instance.-
Method Summary
Modifier and TypeMethodDescriptionReturns the attached ISOMsgMetrics.voidsetISOMsgMetrics(ISOMsgMetrics metrics) Sets the ISOMsgMetrics instance.
-
Method Details
-
setISOMsgMetrics
Sets the ISOMsgMetrics instance.- Parameters:
metrics- the ISOMsgMetrics to attach
-
getISOMsgMetrics
Returns the attached ISOMsgMetrics.- Returns:
- the ISOMsgMetrics, or null
-