com.atlassian.jira.plugin
Class JiraPluginStateStore

java.lang.Object
  extended bycom.atlassian.jira.plugin.JiraPluginStateStore
All Implemented Interfaces:
com.atlassian.plugin.PluginStateStore

public class JiraPluginStateStore
extends Object
implements com.atlassian.plugin.PluginStateStore


Constructor Summary
JiraPluginStateStore(ApplicationProperties applicationProperties)
           
 
Method Summary
 com.atlassian.plugin.PluginManagerState loadPluginState()
           
 void savePluginState(com.atlassian.plugin.PluginManagerState state)
          This method is synchronised so that you don't have two people trying to save plugin state at the same time, and over-writing each others changes (if the #keys has been partially changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraPluginStateStore

public JiraPluginStateStore(ApplicationProperties applicationProperties)
Method Detail

savePluginState

public void savePluginState(com.atlassian.plugin.PluginManagerState state)
This method is synchronised so that you don't have two people trying to save plugin state at the same time, and over-writing each others changes (if the #keys has been partially changed.

Specified by:
savePluginState in interface com.atlassian.plugin.PluginStateStore

loadPluginState

public com.atlassian.plugin.PluginManagerState loadPluginState()
Specified by:
loadPluginState in interface com.atlassian.plugin.PluginStateStore


Copyright © 2002-2007 Atlassian. All Rights Reserved.