Interface CdsRuntimeAware


public interface CdsRuntimeAware
Can be implemented by classes loaded through ExtendedServiceLoader. It allows access to the CdsRuntime for which the class was loaded through the setCdsRuntime(CdsRuntime) method. This method is called directly after object creation through Java's standard ServiceLoader.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Provides access to the CdsRuntime.
  • Method Details

    • setCdsRuntime

      void setCdsRuntime(CdsRuntime runtime)
      Provides access to the CdsRuntime. It is called directly after the object was created.
      Parameters:
      runtime - the CdsRuntime