Module openj9.dtfj

Class AddCorruptionToListListener

java.lang.Object
com.ibm.j9ddr.vm29.view.dtfj.java.corrupt.AddCorruptionToListListener
All Implemented Interfaces:
IEventListener

public class AddCorruptionToListListener extends Object implements IEventListener
  • Constructor Details

    • AddCorruptionToListListener

      public AddCorruptionToListListener(List<Object> list)
  • Method Details

    • corruptData

      public void corruptData(String message, CorruptDataException e, boolean fatal)
      Description copied from interface: IEventListener
      Raised when corrupt data is encountered.
      Specified by:
      corruptData in interface IEventListener
      Parameters:
      message - text message related to the corrupt data exception
      e - the corrupt data exception
    • fatalCorruption

      public boolean fatalCorruption()