com.ibm.itim.script

Interface DisposeListener

  • All Known Subinterfaces:
    ObjectWrapper
    All Known Implementing Classes:
    ObjectWrapperImpl


    public interface DisposeListener
    Defines what a DisposeListener must implement. DisposeListeners are called by a ScriptContextDAO when the ScriptContextDAO is disposed. Each listener will be called only once.
    Since:
    ITIM 5.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void dispose()
      Called to give the class implementing DisposeListener a chance to do any necessary cleanup.
    • Method Detail

      • dispose

        void dispose()
        Called to give the class implementing DisposeListener a chance to do any necessary cleanup.