org.apache.oozie.client
Interface SLAEvent


public interface SLAEvent

Bean that represents a SLA event


Nested Class Summary
static class SLAEvent.SlaAppType
          Defines the possible status of an SLA events.
static class SLAEvent.Status
          Defines the possible status of an SLA events or Job status for SLA events.
 
Method Summary
 String getAlertContact()
           
 String getAlertFrequency()
           
 String getAlertPercentage()
           
 String getAppName()
           
 SLAEvent.SlaAppType getAppType()
           
 String getDevContact()
           
 long getEvent_id()
           
 Date getExpectedEnd()
           
 Date getExpectedStart()
           
 String getGroupName()
           
 String getJobData()
           
 SLAEvent.Status getJobStatus()
           
 String getNotificationMsg()
           
 String getParentClientId()
           
 String getParentSlaId()
           
 String getQaContact()
           
 String getSeContact()
           
 String getSlaId()
           
 Date getStatusTimestamp()
           
 String getUpstreamApps()
           
 String getUser()
           
 

Method Detail

getEvent_id

long getEvent_id()

getSlaId

String getSlaId()

getAppType

SLAEvent.SlaAppType getAppType()

getAppName

String getAppName()

getUser

String getUser()

getGroupName

String getGroupName()

getParentClientId

String getParentClientId()

getParentSlaId

String getParentSlaId()

getExpectedStart

Date getExpectedStart()

getExpectedEnd

Date getExpectedEnd()

getStatusTimestamp

Date getStatusTimestamp()

getNotificationMsg

String getNotificationMsg()

getAlertContact

String getAlertContact()

getDevContact

String getDevContact()

getQaContact

String getQaContact()

getSeContact

String getSeContact()

getAlertFrequency

String getAlertFrequency()

getAlertPercentage

String getAlertPercentage()

getUpstreamApps

String getUpstreamApps()

getJobStatus

SLAEvent.Status getJobStatus()

getJobData

String getJobData()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.