Interface RuntimeExtension


  • @Deprecated
    public interface RuntimeExtension
    Deprecated.
    since 9.2 seems unused
    A runtime extension is a service that is started by the runtime when it starts using the runtime service context.

    Runtime Extensions may be used to add new functionality to the runtime service.

    Author:
    Bogdan Stefanescu
    • Method Detail

      • start

        void start()
        Deprecated.
        Starts the runtime extension.

        The current runtime is available as Runtime.getRuntime().

      • stop

        void stop()
        Deprecated.
        Stops the runtime extension.

        The current runtime is available as Runtime.getRuntime().