Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class NotificationThreadLocal

java.lang.Object
  extended by com.liferay.portal.kernel.util.NotificationThreadLocal

public class NotificationThreadLocal
extends Object


Constructor Summary
NotificationThreadLocal()
           
 
Method Summary
static boolean isEnabled()
           
static boolean isNotificationEnabled()
          Deprecated. isEnabled()
static void setEnabled(boolean enabled)
           
static void setNotificationEnabled(boolean notificationEnabled)
          Deprecated. setEnabled(boolean)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationThreadLocal

public NotificationThreadLocal()
Method Detail

isEnabled

public static boolean isEnabled()

isNotificationEnabled

public static boolean isNotificationEnabled()
Deprecated. isEnabled()


setEnabled

public static void setEnabled(boolean enabled)

setNotificationEnabled

public static void setNotificationEnabled(boolean notificationEnabled)
Deprecated. setEnabled(boolean)


Liferay 6.1.2-ce-ga3