com.ibm.tivoli.maximo.report.birt.servlet

Class MXWebAppOSGiFrameworkLauncher

    • Constructor Detail

      • MXWebAppOSGiFrameworkLauncher

        public MXWebAppOSGiFrameworkLauncher()
    • Method Detail

      • deploy

        public void deploy()
        Description copied from class: FrameworkLauncher
        Deploy the OSGi framework libraries into a location suitable for execution.
        Overrides:
        deploy in class FrameworkLauncher
      • start

        public void start()
        Description copied from class: FrameworkLauncher
        Start OSGi framework Read launcher.ini to create a set of initial properties and use the "commandline" configuration parameter to create the equivalent command line arguments available when starting Eclipse.
        Overrides:
        start in class FrameworkLauncher
      • stop

        public void stop()
        Description copied from class: FrameworkLauncher
        stop is used to "shutdown" the framework and make it avialable for garbage collection. The default implementation also has special handling for Apache Commons Logging to "release" any resources associated with the frameworkContextClassLoader.
        Overrides:
        stop in class FrameworkLauncher