Interface ITransformerActivity

All Known Implementing Classes:
TransformerAuditTrail.TransformerActivity

public interface ITransformerActivity
  • Field Details

    • COMPUTING_FRAMES_REASON

      static final String COMPUTING_FRAMES_REASON
      reason will be set to this value when TransformerClassWriter is trying to compute frames by loading the class hierarchy for a class. No real classloading will be done when this reason is submitted.
      See Also:
    • CLASSLOADING_REASON

      static final String CLASSLOADING_REASON
      reason will be set to this value when we're attempting to actually classload the class
      See Also:
  • Method Details