Class XhtmlMacroTimeoutEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.content.render.xhtml.XhtmlMacroTimeoutEvent
- All Implemented Interfaces:
- Serializable
An event sent when a 
XhtmlTimeoutException occurs when rendering a Macro.- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionXhtmlMacroTimeoutEvent(Object src, String name, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds) 
- 
Method SummaryMethods inherited from class com.atlassian.confluence.event.events.ConfluenceEventequals, hashCodeMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
XhtmlMacroTimeoutEventpublic XhtmlMacroTimeoutEvent(Object src, String name, ContentEntityObject entity, long allowedTimeInSeconds, long exceededTimeInMilliseconds) 
 
- 
- 
Method Details- 
getName
- 
getEntity
- 
getAllowedTimeInSecondspublic long getAllowedTimeInSeconds()
- 
getExceededTimeInMillisecondspublic long getExceededTimeInMilliseconds()
 
-