com.atlassian.sal.crowd.executor
Class CrowdThreadLocalContextManager

java.lang.Object
  extended by com.atlassian.sal.crowd.executor.CrowdThreadLocalContextManager
All Implemented Interfaces:
com.atlassian.sal.core.executor.ThreadLocalContextManager

public class CrowdThreadLocalContextManager
extends Object
implements com.atlassian.sal.core.executor.ThreadLocalContextManager

Crowd context manager that just throws UnsupportedOperationExceptions

Since:
2.0.0

Constructor Summary
CrowdThreadLocalContextManager()
           
 
Method Summary
 void clearThreadLocalContext()
           
 Object getThreadLocalContext()
           
 void setThreadLocalContext(Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdThreadLocalContextManager

public CrowdThreadLocalContextManager()
Method Detail

getThreadLocalContext

public Object getThreadLocalContext()
Specified by:
getThreadLocalContext in interface com.atlassian.sal.core.executor.ThreadLocalContextManager

setThreadLocalContext

public void setThreadLocalContext(Object context)
Specified by:
setThreadLocalContext in interface com.atlassian.sal.core.executor.ThreadLocalContextManager

clearThreadLocalContext

public void clearThreadLocalContext()
Specified by:
clearThreadLocalContext in interface com.atlassian.sal.core.executor.ThreadLocalContextManager


Copyright © 2013 Atlassian. All Rights Reserved.