Interface Destroyable

All Known Implementing Classes:
DailyLogListener, DirPoll, FlatLogListener, RotateLogListener, SimpleLogListener

public interface Destroyable
Implemented by objects that require explicit cleanup on shutdown; the container calls destroy() during teardown.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Releases resources held by this object.
  • Method Details

    • destroy

      void destroy()
      Releases resources held by this object.