@Deprecated public class SLADbXOperations extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CLIENT_ID_TAG
Deprecated.  
  | 
| Constructor and Description | 
|---|
SLADbXOperations()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static SLAEventBean | 
createSlaRegistrationEvent(org.jdom.Element eSla,
                                                    String slaId,
                                                    SLAEvent.SlaAppType appType,
                                                    String user,
                                                    String groupName)
Deprecated.  
Create SLA registration event 
 | 
static SLAEventBean | 
createSlaStatusEvent(String id,
                                        SLAEvent.Status status,
                                        SLAEvent.SlaAppType appType)
Deprecated.  
Create SLA status event 
 | 
static SLAEventBean | 
createStatusEvent(String slaXml,
                                  String id,
                                  SLAEvent.Status stat,
                                  SLAEvent.SlaAppType appType)
Deprecated.  
Create SLA status event 
 | 
static String | 
getClientId()
Deprecated.  
Return client id 
 | 
public static final String CLIENT_ID_TAG
public SLADbXOperations()
public static SLAEventBean createSlaRegistrationEvent(org.jdom.Element eSla, String slaId, SLAEvent.SlaAppType appType, String user, String groupName) throws Exception
eSla - SLA xml elementslaId - SLA IdappType - SLA app typeuser - user namegroupName - group nameExceptionpublic static SLAEventBean createSlaStatusEvent(String id, SLAEvent.Status status, SLAEvent.SlaAppType appType) throws Exception
id - SLA Idstatus - SLA statusappType - SLA app typeExceptionpublic static SLAEventBean createStatusEvent(String slaXml, String id, SLAEvent.Status stat, SLAEvent.SlaAppType appType) throws CommandException
slaXml - SLA xml elementid - SLA Idstat - SLA statusappType - SLA app typeCommandExceptionpublic static String getClientId()
Copyright © 2016 Apache Software Foundation. All rights reserved.