Class ApplicationContextClassloaderSwitchPlugin

  • All Implemented Interfaces:
    ProcessEnginePlugin, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class ApplicationContextClassloaderSwitchPlugin
    extends java.lang.Object
    implements ProcessEnginePlugin, org.springframework.context.ApplicationContextAware
    • Field Detail

      • applicationContextClassloader

        protected java.lang.ClassLoader applicationContextClassloader
    • Constructor Detail

      • ApplicationContextClassloaderSwitchPlugin

        public ApplicationContextClassloaderSwitchPlugin()
    • Method Detail

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException
      • postInit

        public void postInit​(ProcessEngineConfigurationImpl processEngineConfiguration)
        Description copied from interface: ProcessEnginePlugin

        Invoked after the process engine configuration is initialized. and before the process engine is built.

        Specified by:
        postInit in interface ProcessEnginePlugin
        Parameters:
        processEngineConfiguration - the process engine configuation
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object