|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.bea.wlcp.wlng.api.edr.config.ConfigDescriptor
com.bea.wlcp.wlng.api.edr.config.AlarmConfigDescriptor
This class contains a description of a particular alarm.
| Field Summary | |
static String |
CRITICAL
|
static String |
FIELD_DESCRIPTION
|
static String |
FIELD_ID
|
static String |
FIELD_SEVERITY
|
static String |
MAJOR
|
static String |
MINOR
|
static String |
WARNING
|
| Fields inherited from class com.bea.wlcp.wlng.api.edr.config.ConfigDescriptor |
CUSTOM_ATTRIBUTE, CUSTOM_ATTRIBUTE_KEY, CUSTOM_ATTRIBUTE_VALUE, PART_DATA, PART_FILTER |
| Constructor Summary | |
AlarmConfigDescriptor()
|
|
| Method Summary | |
String |
getDescription()
Returns the description of the alarm |
byte[] |
getDescriptionAsBytes()
Returns the description of the alarm as an array of bytes |
long |
getIdentifier()
Returns the identifier of the alarm |
String |
getIdentifierAsString()
Returns the identifier of the alarm as a string |
String |
getSeverity()
Returns the severity of the alarm as a string. |
int |
getSeverityAsInt()
Returns the severity of the alarm |
String |
getSnmpNotificationOIDSuffix()
Returns the SNMP notification OID suffix for this alarm. |
void |
setSnmpNotificationOIDSuffix(String id)
Sets the SNMP notification OID suffix. |
String |
toString()
|
| Methods inherited from class com.bea.wlcp.wlng.api.edr.config.ConfigDescriptor |
addDataAttribute, addFilterAttribute, addSource, canBeCached, getDataAttribute, getFilterAttributes, getName, getPosition, getSources, isMatching, setDataAttributes, setName, setPosition |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String CRITICAL
public static final String FIELD_DESCRIPTION
public static final String FIELD_ID
public static final String FIELD_SEVERITY
public static final String MAJOR
public static final String MINOR
public static final String WARNING
| Constructor Detail |
public AlarmConfigDescriptor()
| Method Detail |
public String getDescription()
public byte[] getDescriptionAsBytes()
public long getIdentifier()
public String getIdentifierAsString()
public String getSeverity()
public int getSeverityAsInt()
public String getSnmpNotificationOIDSuffix()
public void setSnmpNotificationOIDSuffix(String id)
public String toString()
toString in class ConfigDescriptor
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||