public class ThreadLocalContextManager extends Object implements ContextManager
ContextManager
that returns a unique Context
instance per thread.Constructor and Description |
---|
ThreadLocalContextManager() |
public Context getContext()
Context
instance per thread. Useful for
applications that use a single thread to server a user's request.getContext
in interface ContextManager
Context
instance per thread.Copyright © 2012–2017. All rights reserved.