@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 nameException
- in case of errorpublic static SLAEventBean createSlaStatusEvent(String id, SLAEvent.Status status, SLAEvent.SlaAppType appType) throws Exception
id
- SLA Idstatus
- SLA statusappType
- SLA app typeException
- in case of errorpublic 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 typeCommandException
- in case of errorpublic static String getClientId()
Copyright © 2018 Apache Software Foundation. All rights reserved.