|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.jmx.adaptor.snmp.config.notification.VarBindList
Class VarBindList.
Constructor Summary | |
VarBindList()
|
Method Summary | |
void |
addVarBind(int index,
VarBind vVarBind)
Method addVarBind |
void |
addVarBind(VarBind vVarBind)
Method addVarBind |
void |
clearVarBind()
Method clearVarBind |
Enumeration |
enumerateVarBind()
Method enumerateVarBind |
VarBind[] |
getVarBind()
Method getVarBind |
VarBind |
getVarBind(int index)
Method getVarBind |
int |
getVarBindCount()
Method getVarBindCount |
String |
getWrapperClass()
Method getWrapperClassReturns the value of field 'wrapperClass'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeVarBind(VarBind vVarBind)
Method removeVarBind |
void |
setVarBind(int index,
VarBind vVarBind)
Method setVarBind |
void |
setVarBind(VarBind[] varBindArray)
Method setVarBind |
void |
setWrapperClass(String wrapperClass)
Method setWrapperClassSets the value of field 'wrapperClass'. |
static VarBindList |
unmarshal(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 VarBindList()
Method Detail |
public void addVarBind(VarBind vVarBind) throws IndexOutOfBoundsException
vVarBind
-
IndexOutOfBoundsException
public void addVarBind(int index, VarBind vVarBind) throws IndexOutOfBoundsException
index
- vVarBind
-
IndexOutOfBoundsException
public void clearVarBind()
public Enumeration enumerateVarBind()
public VarBind getVarBind(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public VarBind[] getVarBind()
public int getVarBindCount()
public String getWrapperClass()
public boolean isValid()
public void marshal(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(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public boolean removeVarBind(VarBind vVarBind)
vVarBind
- public void setVarBind(int index, VarBind vVarBind) throws IndexOutOfBoundsException
index
- vVarBind
-
IndexOutOfBoundsException
public void setVarBind(VarBind[] varBindArray)
varBindArray
- public void setWrapperClass(String wrapperClass)
wrapperClass
- the value of field 'wrapperClass'.public static VarBindList unmarshal(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 |