|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.xml.event.Parms
@Deprecated public class Parms
The varbinds from the trap
| Constructor Summary | |
|---|---|
Parms()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addParm(int index,
Parm vParm)
Deprecated. |
void |
addParm(Parm vParm)
Deprecated. |
Enumeration<Parm> |
enumerateParm()
Deprecated. Method enumerateParm. |
Parm[] |
getParm()
Deprecated. Method getParm.Returns the contents of the collection in an Array. |
Parm |
getParm(int index)
Deprecated. Method getParm. |
List<Parm> |
getParmCollection()
Deprecated. This entire class has been deprecated. Use Event.getParmCollection instead |
int |
getParmCount()
Deprecated. Method getParmCount. |
Iterator<Parm> |
iterateParm()
Deprecated. Method iterateParm. |
void |
removeAllParm()
Deprecated. |
boolean |
removeParm(Parm vParm)
Deprecated. Method removeParm. |
Parm |
removeParmAt(int index)
Deprecated. Method removeParmAt. |
void |
setParm(int index,
Parm vParm)
Deprecated. |
void |
setParm(List<Parm> vParmList)
Deprecated. Sets the value of '_parmList' by copying the given Vector. |
void |
setParm(Parm[] vParmArray)
Deprecated. |
void |
setParmCollection(List<Parm> parmList)
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Parms()
| Method Detail |
|---|
public void addParm(Parm vParm)
throws IndexOutOfBoundsException
vParm -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addParm(int index,
Parm vParm)
throws IndexOutOfBoundsException
index - vParm -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration<Parm> enumerateParm()
public Parm getParm(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Parm[] getParm()
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 List<Parm> getParmCollection()
public int getParmCount()
public Iterator<Parm> iterateParm()
public void removeAllParm()
public boolean removeParm(Parm vParm)
vParm -
public Parm removeParmAt(int index)
index -
public void setParm(int index,
Parm vParm)
throws IndexOutOfBoundsException
index - vParm -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setParm(Parm[] vParmArray)
vParmArray - public void setParm(List<Parm> vParmList)
vParmList - the Vector to copy.public void setParmCollection(List<Parm> parmList)
parmList - the Vector to set.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||