public class

ManagerFactory

extends Object
java.lang.Object
   ↳ com.atlassian.jira.ManagerFactory

Class Overview

Previously used to provide static methods for obtaining 'Manager' classes, now it only has globalRefresh()

Summary

Public Methods
synchronized static void globalRefresh()
This should *never* be called, except in tests, or if you are importing or seting up for the first time.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static synchronized void globalRefresh ()

This should *never* be called, except in tests, or if you are importing or seting up for the first time. The reason this is called is to ensure that all the managers are reinitialised after the license has changed.

Note: Make sure the scheduler is shutdown