org.apache.oozie.util.db
Class SLADbOperations

java.lang.Object
  extended by org.apache.oozie.util.db.SLADbOperations

Deprecated.

@Deprecated
public class SLADbOperations
extends Object


Field Summary
static String CLIENT_ID_TAG
          Deprecated.  
 
Constructor Summary
SLADbOperations()
          Deprecated.  
 
Method Summary
static SLAEventBean createSlaRegistrationEvent(org.jdom.Element eSla, Store store, String slaId, org.apache.oozie.client.SLAEvent.SlaAppType appType, String user, String groupName)
          Deprecated.  
static SLAEventBean createSlaRegistrationEvent(org.jdom.Element eSla, String slaId, org.apache.oozie.client.SLAEvent.SlaAppType appType, String user, String groupName, XLog log)
          Deprecated.  
static SLAEventBean createSlaStatusEvent(String id, org.apache.oozie.client.SLAEvent.Status status, org.apache.oozie.client.SLAEvent.SlaAppType appType, String appName, XLog log)
          Deprecated.  
static SLAEventBean createStatusEvent(String slaXml, String id, org.apache.oozie.client.SLAEvent.Status stat, org.apache.oozie.client.SLAEvent.SlaAppType appType, XLog log)
          Deprecated.  
static String getClientId()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIENT_ID_TAG

public static final String CLIENT_ID_TAG
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SLADbOperations

public SLADbOperations()
Deprecated. 
Method Detail

createSlaRegistrationEvent

public static SLAEventBean createSlaRegistrationEvent(org.jdom.Element eSla,
                                                      Store store,
                                                      String slaId,
                                                      org.apache.oozie.client.SLAEvent.SlaAppType appType,
                                                      String user,
                                                      String groupName)
                                               throws Exception
Deprecated. 
Throws:
Exception

createSlaRegistrationEvent

public static SLAEventBean createSlaRegistrationEvent(org.jdom.Element eSla,
                                                      String slaId,
                                                      org.apache.oozie.client.SLAEvent.SlaAppType appType,
                                                      String user,
                                                      String groupName,
                                                      XLog log)
                                               throws Exception
Deprecated. 
Throws:
Exception

createSlaStatusEvent

public static SLAEventBean createSlaStatusEvent(String id,
                                                org.apache.oozie.client.SLAEvent.Status status,
                                                org.apache.oozie.client.SLAEvent.SlaAppType appType,
                                                String appName,
                                                XLog log)
                                         throws Exception
Deprecated. 
Throws:
Exception

createStatusEvent

public static SLAEventBean createStatusEvent(String slaXml,
                                             String id,
                                             org.apache.oozie.client.SLAEvent.Status stat,
                                             org.apache.oozie.client.SLAEvent.SlaAppType appType,
                                             XLog log)
                                      throws CommandException
Deprecated. 
Throws:
CommandException

getClientId

public static String getClientId()
Deprecated. 


Copyright © 2013 Apache Software Foundation. All Rights Reserved.