org.apache.oozie.event
Class CoordinatorJobEvent

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.CoordinatorJobEvent
All Implemented Interfaces:
Serializable

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

Class implementing JobEvent for events generated by Coordinator Jobs

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
CoordinatorJobEvent(String id, String parentId, org.apache.oozie.client.Job.Status status, String user, String appName, Date startTime, Date endTime)
           
 
Method Summary
 org.apache.oozie.client.Job.Status getStatus()
           
 void setStatus(org.apache.oozie.client.Job.Status coordStatus)
           
 
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

CoordinatorJobEvent

public CoordinatorJobEvent(String id,
                           String parentId,
                           org.apache.oozie.client.Job.Status status,
                           String user,
                           String appName,
                           Date startTime,
                           Date endTime)
Method Detail

getStatus

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

setStatus

public void setStatus(org.apache.oozie.client.Job.Status coordStatus)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.