Interface BackendBusinessObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void destroyBackendObject()
      This method is called by the Spring framework before the object gets invalidated.
      void initBackendObject()
      This method is called by the SessionObjectManager to initialize object after all properties have been injected.
    • Method Detail

      • destroyBackendObject

        void destroyBackendObject()
        This method is called by the Spring framework before the object gets invalidated. It can be used to lean up resources allocated by the backend object.