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 isPluginSystemStarted()
          Have the components registered been with PICO including plugin components.
 boolean isStarted()
          Has the ComponentManager started
 

Method Detail

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-2012 Atlassian. All Rights Reserved.