com.atlassian.jira.startup
Class NotificationInstanceKiller

java.lang.Object
  extended by com.atlassian.jira.startup.NotificationInstanceKiller

public class NotificationInstanceKiller
extends Object

A temporary class to empty the obsolete NotificaionInstance table with a delay.

Since:
v5.2

Field Summary
static String NOTIFICATION_INSTANCE_UPGRADE_DATE
           
 
Constructor Summary
NotificationInstanceKiller()
           
 
Method Summary
 void deleteAfterDelay()
          Will empty the NotificationInstance table after a reasonable delay (eg 4 weeks) from the time this instance upgraded to v5.2 or higher.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTIFICATION_INSTANCE_UPGRADE_DATE

public static final String NOTIFICATION_INSTANCE_UPGRADE_DATE
See Also:
Constant Field Values
Constructor Detail

NotificationInstanceKiller

public NotificationInstanceKiller()
Method Detail

deleteAfterDelay

public void deleteAfterDelay()
Will empty the NotificationInstance table after a reasonable delay (eg 4 weeks) from the time this instance upgraded to v5.2 or higher.



Copyright © 2002-2013 Atlassian. All Rights Reserved.