|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.Users
This element is used to bootstrap the creation of users.
Constructor Summary | |
Users()
|
Method Summary | |
void |
addUser(int index,
User vUser)
Method addUser |
void |
addUser(User vUser)
Method addUser |
void |
clearUser()
Method clearUser |
java.util.Enumeration |
enumerateUser()
Method enumerateUser |
User[] |
getUser()
Method getUser |
User |
getUser(int index)
Method getUser |
int |
getUserCount()
Method getUserCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeUser(User vUser)
Method removeUser |
void |
setUser(int index,
User vUser)
Method setUser |
void |
setUser(User[] userArray)
Method setUser |
static Users |
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 Users()
Method Detail |
public void addUser(User vUser) throws java.lang.IndexOutOfBoundsException
vUser
- public void addUser(int index, User vUser) throws java.lang.IndexOutOfBoundsException
index
- vUser
- public void clearUser()
public java.util.Enumeration enumerateUser()
public User getUser(int index) throws java.lang.IndexOutOfBoundsException
index
- public User[] getUser()
public int getUserCount()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public boolean removeUser(User vUser)
vUser
- public void setUser(int index, User vUser) throws java.lang.IndexOutOfBoundsException
index
- vUser
- public void setUser(User[] userArray)
userArray
- public static Users unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |