public class GlobalNotificationServiceLocator extends Object
| Constructor and Description | 
|---|
| GlobalNotificationServiceLocator() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | destroy()Un-sets the NotificationServiceLocator singleton, in order to fulfill a "lifecycle"
 contract (whereby init may be called again in the same class loader), specifically for
 unit tests. | 
| static NotificationServiceLocator | getInstance()Return the NotificationServiceLocator singleton | 
| static void | init(org.springframework.beans.factory.BeanFactory beanFactory)The global initializer that constructs the NotificationServiceLocator singleton | 
| static boolean | isInitialized()Returns whether the GlobalNotificationServiceLocator has already been initialized (classloader scoped) | 
public GlobalNotificationServiceLocator()
public static void init(org.springframework.beans.factory.BeanFactory beanFactory)
beanFactory - the beanFactory from which to construct the SpringNotificationServiceLocatorpublic static boolean isInitialized()
public static void destroy()
public static NotificationServiceLocator getInstance()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.