Interface Context


  • public interface Context
    A context used to activate and restore the environment for embedded containers.
    Author:
    James R. Perkins
    • Method Detail

      • activate

        void activate()
        Activates the context for the current embedded environment.
      • restore

        void restore()
        Restores the previous context.