Uses of Class
com.atlassian.jira.event.ComponentManagerShutdownEvent

Packages that use ComponentManagerShutdownEvent
com.atlassian.jira.event   
com.atlassian.jira.issue.attachment   
com.atlassian.jira.mail   
com.atlassian.jira.plugin   
com.atlassian.jira.project   
 

Uses of ComponentManagerShutdownEvent in com.atlassian.jira.event
 

Fields in com.atlassian.jira.event declared as ComponentManagerShutdownEvent
static ComponentManagerShutdownEvent ComponentManagerShutdownEvent.INSTANCE
           
 

Methods in com.atlassian.jira.event with parameters of type ComponentManagerShutdownEvent
 void JiraEventExecutorFactory.shutdown(ComponentManagerShutdownEvent shutdownEvent)
           
 

Uses of ComponentManagerShutdownEvent in com.atlassian.jira.issue.attachment
 

Methods in com.atlassian.jira.issue.attachment with parameters of type ComponentManagerShutdownEvent
 void DefaultAttachmentStore.stop(ComponentManagerShutdownEvent event)
           
 

Uses of ComponentManagerShutdownEvent in com.atlassian.jira.mail
 

Methods in com.atlassian.jira.mail with parameters of type ComponentManagerShutdownEvent
 void BotocssThreadLauncher.onComponentManagerShutdown(ComponentManagerShutdownEvent shutdownEvent)
           
 

Uses of ComponentManagerShutdownEvent in com.atlassian.jira.plugin
 

Methods in com.atlassian.jira.plugin with parameters of type ComponentManagerShutdownEvent
 void JiraCacheResetter.Delegate.onJiraShuttingDown(ComponentManagerShutdownEvent shutdownEvent)
           
 

Uses of ComponentManagerShutdownEvent in com.atlassian.jira.project
 

Methods in com.atlassian.jira.project with parameters of type ComponentManagerShutdownEvent
 void DefaultProjectManager.shutdown(ComponentManagerShutdownEvent shutdownEvent)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.