org.apache.oozie.event
Class CoordinatorActionEvent

java.lang.Object
  extended by org.apache.oozie.client.event.Event
      extended by org.apache.oozie.client.event.JobEvent
          extended by org.apache.oozie.event.CoordinatorActionEvent
All Implemented Interfaces:
Serializable

public class CoordinatorActionEvent
extends org.apache.oozie.client.event.JobEvent

Class implementing JobEvent for events generated by Coordinator Actions

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.oozie.client.event.JobEvent
org.apache.oozie.client.event.JobEvent.EventStatus
 
Nested classes/interfaces inherited from class org.apache.oozie.client.event.Event
org.apache.oozie.client.event.Event.MessageType
 
Field Summary
 
Fields inherited from class org.apache.oozie.client.event.Event
msgType
 
Constructor Summary
CoordinatorActionEvent(String id, String parentId, org.apache.oozie.client.CoordinatorAction.Status status, String user, String appName, Date nomTime, Date startTime, String missDeps)
           
 
Method Summary
 String getBundleJobId()
           
 String getErrorCode()
           
 String getErrorMessage()
           
 String getMissingDeps()
           
 Date getNominalTime()
           
 org.apache.oozie.client.CoordinatorAction.Status getStatus()
           
 void setErrorCode(String code)
           
 void setErrorMessage(String msg)
           
 void setMissingDeps(String dependencies)
           
 void setNominalTime(Date time)
           
 void setStatus(org.apache.oozie.client.CoordinatorAction.Status castatus)
           
 
Methods inherited from class org.apache.oozie.client.event.JobEvent
getAppName, getAppType, getEndTime, getEventStatus, getId, getParentId, getStartTime, getUser, setAppName, setAppType, setEndTime, setEventStatus, setId, setParentId, setStartTime, setUser, toString
 
Methods inherited from class org.apache.oozie.client.event.Event
getMsgType, setMsgType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoordinatorActionEvent

public CoordinatorActionEvent(String id,
                              String parentId,
                              org.apache.oozie.client.CoordinatorAction.Status status,
                              String user,
                              String appName,
                              Date nomTime,
                              Date startTime,
                              String missDeps)
Method Detail

getBundleJobId

public String getBundleJobId()

getStatus

public org.apache.oozie.client.CoordinatorAction.Status getStatus()

setStatus

public void setStatus(org.apache.oozie.client.CoordinatorAction.Status castatus)

getNominalTime

public Date getNominalTime()

setNominalTime

public void setNominalTime(Date time)

getMissingDeps

public String getMissingDeps()

setMissingDeps

public void setMissingDeps(String dependencies)

getErrorCode

public String getErrorCode()

setErrorCode

public void setErrorCode(String code)

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String msg)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.