com.atlassian.jira
Interface ComponentManager.State

Enclosing class:
ComponentManager

public static interface ComponentManager.State

The state of the ComponentManager.

Since:
4.0

Method Summary
 boolean isComponentsRegistered()
          Have the components registered been with PICO including plugin components.
 boolean isContainerInitialised()
          Has the PICO container initialised.
 boolean isPluginSystemStarted()
          Have the components registered been with PICO including plugin components.
 boolean isStarted()
          Has the ComponentManager started
 

Method Detail

isContainerInitialised

boolean isContainerInitialised()
Has the PICO container initialised.

Returns:
true if the PICO container is set up

isPluginSystemStarted

boolean isPluginSystemStarted()
Have the components registered been with PICO including plugin components.

Returns:
true if the plugin system has started.

isComponentsRegistered

boolean isComponentsRegistered()
Have the components registered been with PICO including plugin components.

Returns:
true if components have been registered.

isStarted

boolean isStarted()
Has the ComponentManager started

Returns:
true if the component manager has started.


Copyright © 2002-2014 Atlassian. All Rights Reserved.