@Component(value="projectSettingsPanelRegistryService") public class ProjectSettingsPanelRegistryServiceImpl extends Object implements org.springframework.context.SmartLifecycle, ProjectSettingsPanelRegistryService
ProjectSettingsPanelRegistryService.Condition, ProjectSettingsPanelRegistryService.ProjectSettingsPanelDecl
SERVICE_NAME
Constructor and Description |
---|
ProjectSettingsPanelRegistryServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<ProjectSettingsPanelRegistryService.ProjectSettingsPanelDecl> |
getPanels() |
int |
getPhase() |
boolean |
isAutoStartup() |
boolean |
isRunning() |
void |
start() |
void |
stop() |
void |
stop(Runnable aCallback) |
public ProjectSettingsPanelRegistryServiceImpl()
public boolean isRunning()
isRunning
in interface org.springframework.context.Lifecycle
public void start()
start
in interface org.springframework.context.Lifecycle
public void stop()
stop
in interface org.springframework.context.Lifecycle
public int getPhase()
getPhase
in interface org.springframework.context.Phased
public boolean isAutoStartup()
isAutoStartup
in interface org.springframework.context.SmartLifecycle
public void stop(Runnable aCallback)
stop
in interface org.springframework.context.SmartLifecycle
public List<ProjectSettingsPanelRegistryService.ProjectSettingsPanelDecl> getPanels()
getPanels
in interface ProjectSettingsPanelRegistryService
Copyright © 2012–2018. All rights reserved.