Interface ScopeEventListener

All Known Implementing Classes:
ManagedPoolingDataSource

public interface ScopeEventListener
This interface duplicates default reflection based mechanism for receiving DI events. It is not fully supported and its usage are reserved for cases when for some reason it is not possible to use reflection. It is used for example in DataSource management layer to provide compatibility with java version 5.
Since:
3.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Similar to BeforeScopeEnd
  • Method Details