org.exolab.jms.config
Class Users

java.lang.Object
  |
  +--org.exolab.jms.config.Users
All Implemented Interfaces:
java.io.Serializable

public synchronized class Users
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Users()
           
 
Method Summary
 void addUser(int, User)
           
 void addUser(User)
           
 void clearUser()
           
 java.util.Enumeration enumerateUser()
           
 User[] getUser()
           
 User getUser(int)
           
 int getUserCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 boolean removeUser(User)
           
 void setUser(int, User)
           
 void setUser(User[])
           
static Users unmarshal(java.io.Reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Users

public Users()
Method Detail

addUser

public void addUser(User)
             throws java.lang.IndexOutOfBoundsException

addUser

public void addUser(int,
                    User)
             throws java.lang.IndexOutOfBoundsException

clearUser

public void clearUser()

enumerateUser

public java.util.Enumeration enumerateUser()

getUser

public User getUser(int)
             throws java.lang.IndexOutOfBoundsException

getUser

public User[] getUser()

getUserCount

public int getUserCount()

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException

removeUser

public boolean removeUser(User)

setUser

public void setUser(int,
                    User)
             throws java.lang.IndexOutOfBoundsException

setUser

public void setUser(User[])

unmarshal

public static Users unmarshal(java.io.Reader)
                       throws org.exolab.castor.xml.MarshalException,
                              org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.