|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.xml.event.Correlation
public class Correlation
The event correlation information
| Constructor Summary | |
|---|---|
Correlation()
|
|
| Method Summary | |
|---|---|
void |
addCuei(int index,
java.lang.String vCuei)
Method addCuei |
void |
addCuei(java.lang.String vCuei)
Method addCuei |
void |
clearCuei()
Method clearCuei |
java.util.Enumeration |
enumerateCuei()
Method enumerateCuei |
java.lang.String |
getCmax()
Returns the value of field 'cmax'. |
java.lang.String |
getCmin()
Returns the value of field 'cmin'. |
java.lang.String |
getCtime()
Returns the value of field 'ctime'. |
java.lang.String[] |
getCuei()
Method getCuei |
java.lang.String |
getCuei(int index)
Method getCuei |
java.util.ArrayList |
getCueiCollection()
Method getCueiCollection Returns a reference to 'cuei'. |
int |
getCueiCount()
Method getCueiCount |
java.lang.String |
getPath()
Returns the value of field 'path'. |
java.lang.String |
getState()
Returns the value of field 'state'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeCuei(java.lang.String vCuei)
Method removeCuei |
void |
setCmax(java.lang.String cmax)
Sets the value of field 'cmax'. |
void |
setCmin(java.lang.String cmin)
Sets the value of field 'cmin'. |
void |
setCtime(java.lang.String ctime)
Sets the value of field 'ctime'. |
void |
setCuei(java.util.ArrayList cueiCollection)
Method setCuei Sets the value of 'cuei' by copying the given ArrayList. |
void |
setCuei(int index,
java.lang.String vCuei)
Method setCuei |
void |
setCuei(java.lang.String[] cueiArray)
Method setCuei |
void |
setCueiCollection(java.util.ArrayList cueiCollection)
Method setCueiCollection Sets the value of 'cuei' by setting it to the given ArrayList. |
void |
setPath(java.lang.String path)
Sets the value of field 'path'. |
void |
setState(java.lang.String state)
Sets the value of field 'state'. |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Correlation()
| Method Detail |
|---|
public void addCuei(java.lang.String vCuei)
throws java.lang.IndexOutOfBoundsException
vCuei -
java.lang.IndexOutOfBoundsException
public void addCuei(int index,
java.lang.String vCuei)
throws java.lang.IndexOutOfBoundsException
index - vCuei -
java.lang.IndexOutOfBoundsExceptionpublic void clearCuei()
public java.util.Enumeration enumerateCuei()
public java.lang.String getCmax()
public java.lang.String getCmin()
public java.lang.String getCtime()
public java.lang.String getCuei(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getCuei()
public java.util.ArrayList getCueiCollection()
public int getCueiCount()
public java.lang.String getPath()
public java.lang.String getState()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic boolean removeCuei(java.lang.String vCuei)
vCuei -
public void setCmax(java.lang.String cmax)
cmax - the value of field 'cmax'.public void setCmin(java.lang.String cmin)
cmin - the value of field 'cmin'.public void setCtime(java.lang.String ctime)
ctime - the value of field 'ctime'.
public void setCuei(int index,
java.lang.String vCuei)
throws java.lang.IndexOutOfBoundsException
index - vCuei -
java.lang.IndexOutOfBoundsExceptionpublic void setCuei(java.lang.String[] cueiArray)
cueiArray - public void setCuei(java.util.ArrayList cueiCollection)
cueiCollection - the Vector to copy.public void setCueiCollection(java.util.ArrayList cueiCollection)
cueiCollection - the ArrayList to copy.public void setPath(java.lang.String path)
path - the value of field 'path'.public void setState(java.lang.String state)
state - the value of field 'state'.
public static java.lang.Object unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||