com.atlassian.jira.dev.reference.plugin.components
Class ReferenceLifecycleAwareComponent

java.lang.Object
  extended by com.atlassian.jira.dev.reference.plugin.components.ReferenceLifecycleAwareComponent
All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleAware

public class ReferenceLifecycleAwareComponent
extends Object
implements com.atlassian.sal.api.lifecycle.LifecycleAware

This document may provide more background on the plugin lifecycle: https://developer.atlassian.com/display/JIRADEV/JIRA+Plugin+Lifecycle

Since:
v5.2

Constructor Summary
ReferenceLifecycleAwareComponent()
           
 
Method Summary
 void onSpringContextStarted()
           
 void onSpringContextStopped()
           
 void onStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceLifecycleAwareComponent

public ReferenceLifecycleAwareComponent()
Method Detail

onSpringContextStarted

@PostConstruct
public void onSpringContextStarted()

onSpringContextStopped

@PreDestroy
public void onSpringContextStopped()

onStart

public void onStart()
Specified by:
onStart in interface com.atlassian.sal.api.lifecycle.LifecycleAware


Copyright © 2002-2013 Atlassian. All Rights Reserved.