com.atlassian.confluence.tenant
Class TenantedContainerContext

java.lang.Object
  extended by com.atlassian.spring.container.SpringContainerContext
      extended by com.atlassian.config.spring.BootstrappedContainerContext
          extended by com.atlassian.confluence.tenant.TenantedContainerContext
All Implemented Interfaces:
com.atlassian.spring.container.ContainerContext

public class TenantedContainerContext
extends com.atlassian.config.spring.BootstrappedContainerContext

A context containing tenanted resources.

The meaning of isSetup() is extended to "has at least one tenant moved in?".

Since:
5.6

Constructor Summary
TenantedContainerContext()
           
 
Method Summary
 boolean isSetup()
           
 void refresh()
           
 
Methods inherited from class com.atlassian.spring.container.SpringContainerContext
autowireComponent, contextReloaded, createCompleteComponent, createComponent, getApplicationContext, getComponent, getServletContext, publishEvent, setApplicationContext, setServletContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TenantedContainerContext

public TenantedContainerContext()
Method Detail

refresh

public void refresh()
Specified by:
refresh in interface com.atlassian.spring.container.ContainerContext
Overrides:
refresh in class com.atlassian.config.spring.BootstrappedContainerContext

isSetup

public boolean isSetup()
Specified by:
isSetup in interface com.atlassian.spring.container.ContainerContext
Overrides:
isSetup in class com.atlassian.spring.container.SpringContainerContext


Copyright © 2003-2014 Atlassian. All Rights Reserved.