com.atlassian.bamboo.container
Class PersisterFactory

java.lang.Object
  extended by com.atlassian.bamboo.container.PersisterFactory

public class PersisterFactory
extends java.lang.Object

This class allows different components to access the current system persister.

We need to be able to switch persisers at runtime without the components knowing about it!


Method Summary
static void clearInstance()
           
static Persister getInstance()
           
static void setPersister(Persister persister)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Persister getInstance()

setPersister

public static void setPersister(Persister persister)

clearInstance

public static void clearInstance()


Copyright © 2010 Atlassian. All Rights Reserved.