Class MissedDataEvent
java.lang.Object
com.blackhillsoftware.smf.realtime.MissedDataEvent
Class to control whether or not an exception is thrown when 
 the z/OS SMF in memory resource wraps around.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionGet the connection that is reporting missed data.voidthrowException(boolean throwException) Set throwException to false to prevent the exception being thrown. 
- 
Method Details
- 
throwException
public void throwException(boolean throwException) Set throwException to false to prevent the exception being thrown.- Parameters:
 throwException- false if the exception should be suppressed
 - 
getConnection
Get the connection that is reporting missed data.- Returns:
 - the related SmfConnection
 
 
 -