com.atlassian.confluence.core.persistence.confluence
Class SessionFactoryTypeThreadLocal

java.lang.Object
  extended by com.atlassian.confluence.core.persistence.confluence.SessionFactoryTypeThreadLocal

public class SessionFactoryTypeThreadLocal
extends java.lang.Object

A thread local that controls the "flavour" of SessionFactory that is required within a particular thread.


Constructor Summary
SessionFactoryTypeThreadLocal()
           
 
Method Summary
static void clear()
           
static SessionFactoryTypeEnum get()
           
static void set(SessionFactoryTypeEnum type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionFactoryTypeThreadLocal

public SessionFactoryTypeThreadLocal()
Method Detail

get

public static SessionFactoryTypeEnum get()

set

public static void set(SessionFactoryTypeEnum type)

clear

public static void clear()


Copyright © 2003-2014 Atlassian. All Rights Reserved.