Uses of Interface
com.atlassian.jira.util.system.JiraSystemRestarter

Packages that use JiraSystemRestarter
com.atlassian.jira.cluster   
com.atlassian.jira.util.system   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.setup   
 

Uses of JiraSystemRestarter in com.atlassian.jira.cluster
 

Constructors in com.atlassian.jira.cluster with parameters of type JiraSystemRestarter
DefaultNodeStateManager(OfBizClusterNodeStore ofBizClusterNodeStore, ClusterNodeProperties clusterNodeProperties, com.atlassian.scheduler.core.LifecycleAwareSchedulerService schedulerService, ComponentFactory componentFactory, TaskManager taskManager, com.atlassian.mail.queue.MailQueue mailQueue, com.atlassian.event.api.EventPublisher eventPublisher, TransactionSupport transactionSupport, JiraSystemRestarter jiraSystemRestarter, com.atlassian.cache.CacheManager cacheManager)
           
 

Uses of JiraSystemRestarter in com.atlassian.jira.util.system
 

Classes in com.atlassian.jira.util.system that implement JiraSystemRestarter
 class JiraSystemRestarterImpl
          Since this class causes PICO to commit suicide, it is very careful to be completely stateless and not keep references to any things inside PICO itself.
 

Uses of JiraSystemRestarter in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type JiraSystemRestarter
ConfirmNewInstallationWithOldLicense(JiraLicenseUpdaterService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, com.atlassian.crowd.embedded.api.CrowdService crowdService, PermissionManager permissionManager, JiraProperties jiraSystemProperties)
           
 

Uses of JiraSystemRestarter in com.atlassian.jira.web.action.setup
 

Constructors in com.atlassian.jira.web.action.setup with parameters of type JiraSystemRestarter
SetupApplicationProperties(IssueIndexManager indexManager, ServiceManager serviceManager, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, JiraHome jiraHome, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, FileFactory fileFactory, ExternalLinkUtil externalLinkUtil)
           
SetupLicense(FileFactory fileFactory, JiraLicenseUpdaterService licenseService, JiraSystemRestarter jiraSystemRestarter)
          Constructor.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.