|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openoss.opennms.spring.qosd.Eventlist
public class Eventlist
Class Eventlist.
| Constructor Summary | |
|---|---|
Eventlist()
|
|
| Method Summary | |
|---|---|
void |
addUei(int index,
java.lang.String vUei)
|
void |
addUei(java.lang.String vUei)
|
java.util.Enumeration<java.lang.String> |
enumerateUei()
Method enumerateUei. |
java.lang.String[] |
getUei()
Method getUei.Returns the contents of the collection in an Array. |
java.lang.String |
getUei(int index)
Method getUei. |
java.util.List<java.lang.String> |
getUeiCollection()
Method getUeiCollection.Returns a reference to '_ueiList'. |
int |
getUeiCount()
Method getUeiCount. |
boolean |
isValid()
Method isValid. |
java.util.Iterator<java.lang.String> |
iterateUei()
Method iterateUei. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllUei()
|
boolean |
removeUei(java.lang.String vUei)
Method removeUei. |
java.lang.String |
removeUeiAt(int index)
Method removeUeiAt. |
void |
setUei(int index,
java.lang.String vUei)
|
void |
setUei(java.util.List<java.lang.String> vUeiList)
Sets the value of '_ueiList' by copying the given Vector. |
void |
setUei(java.lang.String[] vUeiArray)
|
void |
setUeiCollection(java.util.List<java.lang.String> ueiList)
Deprecated. |
static Eventlist |
unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Eventlist()
| Method Detail |
|---|
public void addUei(java.lang.String vUei)
throws java.lang.IndexOutOfBoundsException
vUei -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addUei(int index,
java.lang.String vUei)
throws java.lang.IndexOutOfBoundsException
index - vUei -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<java.lang.String> enumerateUei()
public java.lang.String getUei(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic java.lang.String[] getUei()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public java.util.List<java.lang.String> getUeiCollection()
public int getUeiCount()
public boolean isValid()
public java.util.Iterator<java.lang.String> iterateUei()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
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 - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void removeAllUei()
public boolean removeUei(java.lang.String vUei)
vUei -
public java.lang.String removeUeiAt(int index)
index -
public void setUei(int index,
java.lang.String vUei)
throws java.lang.IndexOutOfBoundsException
index - vUei -
java.lang.IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setUei(java.lang.String[] vUeiArray)
vUeiArray - public void setUei(java.util.List<java.lang.String> vUeiList)
vUeiList - the Vector to copy.public void setUeiCollection(java.util.List<java.lang.String> ueiList)
ueiList - the Vector to set.
public static Eventlist unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||