|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.web.eventconf.bobject.Correlation
This is a data class for storing event configuration information as parsed from the eventconf.xml file
Correlation
Field Summary | |
static int |
CORRELATION_PATH_DEFAULT_INDEX
Deprecated. The index into the CORRELATION_PATH_VALUES array indicating the default value of a new correlation. |
static java.lang.String[] |
CORRELATION_PATH_VALUES
Deprecated. The different path values for a correlation. |
static int |
CORRELATION_STATE_DEFAULT_INDEX
Deprecated. The index into the CORRELATION_STATE_VALUES array indicating the default state of a new correlation. |
static java.lang.String[] |
CORRELATION_STATE_VALUES
Deprecated. The different state values for a correlation. |
private java.lang.String |
m_cmax
Deprecated. |
private java.lang.String |
m_cmin
Deprecated. |
private java.lang.String |
m_ctime
Deprecated. |
private java.util.List |
m_cuei
Deprecated. |
private java.lang.String |
m_path
Deprecated. |
private java.lang.String |
m_state
Deprecated. |
Constructor Summary | |
Correlation()
Deprecated. Default constructor, intializes the member variables. |
Method Summary | |
void |
addCorrelationUEI(java.lang.String uei)
Deprecated. |
java.lang.Object |
clone()
Deprecated. |
java.lang.String |
getCorrelationMax()
Deprecated. |
java.lang.String |
getCorrelationMin()
Deprecated. |
java.lang.String |
getCorrelationPath()
Deprecated. |
java.lang.String |
getCorrelationTime()
Deprecated. |
java.util.List |
getCorrelationUEIs()
Deprecated. |
java.lang.String |
getState()
Deprecated. |
void |
setCorrelationMax(java.lang.String cmax)
Deprecated. |
void |
setCorrelationMin(java.lang.String cmin)
Deprecated. |
void |
setCorrelationPath(java.lang.String path)
Deprecated. |
void |
setCorrelationTime(java.lang.String ctime)
Deprecated. |
void |
setState(java.lang.String state)
Deprecated. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String[] CORRELATION_PATH_VALUES
public static final int CORRELATION_PATH_DEFAULT_INDEX
public static final java.lang.String[] CORRELATION_STATE_VALUES
public static final int CORRELATION_STATE_DEFAULT_INDEX
private java.util.List m_cuei
private java.lang.String m_cmin
private java.lang.String m_cmax
private java.lang.String m_ctime
private java.lang.String m_path
private java.lang.String m_state
Constructor Detail |
public Correlation()
Method Detail |
public java.lang.Object clone()
public void addCorrelationUEI(java.lang.String uei)
public java.util.List getCorrelationUEIs()
public void setCorrelationMin(java.lang.String cmin)
public java.lang.String getCorrelationMin()
public void setCorrelationMax(java.lang.String cmax)
public java.lang.String getCorrelationMax()
public void setCorrelationTime(java.lang.String ctime)
public java.lang.String getCorrelationTime()
public void setCorrelationPath(java.lang.String path)
public void setState(java.lang.String state)
public java.lang.String getCorrelationPath()
public java.lang.String getState()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |