com.atlassian.mywork.host.listener
Class PingCompletedClearer

java.lang.Object
  extended by com.atlassian.mywork.host.listener.PingCompletedClearer
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class PingCompletedClearer
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean


Constructor Summary
PingCompletedClearer(com.atlassian.event.api.EventPublisher eventPublisher, UserApplicationLinkDao userApplicationLinkDao)
           
 
Method Summary
 void afterPropertiesSet()
           
 void clearPingCompleted(com.atlassian.oauth.event.AccessTokenRemovedEvent event)
           
 void clearPingCompleted(com.atlassian.applinks.api.event.ApplicationLinkEvent event)
           
 void destroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingCompletedClearer

public PingCompletedClearer(com.atlassian.event.api.EventPublisher eventPublisher,
                            UserApplicationLinkDao userApplicationLinkDao)
Method Detail

clearPingCompleted

@EventListener
public void clearPingCompleted(com.atlassian.applinks.api.event.ApplicationLinkEvent event)

clearPingCompleted

@EventListener
public void clearPingCompleted(com.atlassian.oauth.event.AccessTokenRemovedEvent event)

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

destroy

public void destroy()
             throws java.lang.Exception
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
java.lang.Exception


Copyright © 2012 Atlassian. All Rights Reserved.