public class ApplicationFinishEvent extends ApplicationEvent
Constructor and Description |
---|
ApplicationFinishEvent(ApplicationId appId,
String diagnostic)
Application event to abort all containers associated with the app
|
Modifier and Type | Method and Description |
---|---|
String |
getDiagnostic()
Why the app was aborted
|
getApplicationID
getTimestamp, getType, toString
public ApplicationFinishEvent(ApplicationId appId, String diagnostic)
appId
- to abort containersdiagnostic
- reason for the abortpublic String getDiagnostic()
Copyright © 2013 Apache Software Foundation. All rights reserved.