com.atlassian.confluence.event.events.analytics
Class QueueOverflowEvent

java.lang.Object
  extended by com.atlassian.confluence.event.events.analytics.QueueOverflowEvent

public class QueueOverflowEvent
extends java.lang.Object


Constructor Summary
QueueOverflowEvent(java.lang.String configurationInfo, java.lang.String runnableInfo, java.lang.String threadPoolExecutorInfo)
           
 
Method Summary
 java.lang.String getConfigurationInfo()
           
 java.lang.String getRunnableInfo()
           
 java.lang.String getThreadPoolExecutorInfo()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueOverflowEvent

public QueueOverflowEvent(java.lang.String configurationInfo,
                          java.lang.String runnableInfo,
                          java.lang.String threadPoolExecutorInfo)
Method Detail

getConfigurationInfo

public java.lang.String getConfigurationInfo()

getRunnableInfo

public java.lang.String getRunnableInfo()

getThreadPoolExecutorInfo

public java.lang.String getThreadPoolExecutorInfo()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2014 Atlassian. All Rights Reserved.