|
|||||||||||
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.manager.ManagerList
Class ManagerList.
Constructor Summary | |
ManagerList()
|
Method Summary | |
void |
addManager(int index,
Manager vManager)
Method addManager |
void |
addManager(Manager vManager)
Method addManager |
void |
clearManager()
Method clearManager |
Enumeration |
enumerateManager()
Method enumerateManager |
Manager[] |
getManager()
Method getManager |
Manager |
getManager(int index)
Method getManager |
int |
getManagerCount()
Method getManagerCount |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeManager(Manager vManager)
Method removeManager |
void |
setManager(int index,
Manager vManager)
Method setManager |
void |
setManager(Manager[] managerArray)
Method setManager |
static ManagerList |
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 ManagerList()
Method Detail |
public void addManager(Manager vManager) throws IndexOutOfBoundsException
vManager
-
IndexOutOfBoundsException
public void addManager(int index, Manager vManager) throws IndexOutOfBoundsException
index
- vManager
-
IndexOutOfBoundsException
public void clearManager()
public Enumeration enumerateManager()
public Manager getManager(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public Manager[] getManager()
public int getManagerCount()
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 removeManager(Manager vManager)
vManager
- public void setManager(int index, Manager vManager) throws IndexOutOfBoundsException
index
- vManager
-
IndexOutOfBoundsException
public void setManager(Manager[] managerArray)
managerArray
- public static ManagerList 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 |