com.atlassian.crowd.embedded.core
Class CachedCrowdEmbeddedApplicationFactory

java.lang.Object
  extended by com.atlassian.crowd.embedded.core.CachedCrowdEmbeddedApplicationFactory
All Implemented Interfaces:
ApplicationFactory

public class CachedCrowdEmbeddedApplicationFactory
extends java.lang.Object
implements ApplicationFactory

Simple caching wrapper for a an ApplicationFactory impl that permanently keeps an immutable Application copy.

Since:
v2.1.0

Constructor Summary
CachedCrowdEmbeddedApplicationFactory(ApplicationFactory delegate)
           
 
Method Summary
 Application getApplication()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedCrowdEmbeddedApplicationFactory

public CachedCrowdEmbeddedApplicationFactory(ApplicationFactory delegate)
Method Detail

getApplication

public Application getApplication()
Specified by:
getApplication in interface ApplicationFactory


Copyright © 2010 Atlassian. All Rights Reserved.