org.exolab.jms.config
Class JndiConfiguration

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

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

See Also:
Serialized Form

Constructor Summary
JndiConfiguration()
           
 
Method Summary
 void addProperty(int, Property)
           
 void addProperty(Property)
           
 void clearProperty()
           
 java.util.Enumeration enumerateProperty()
           
 Property[] getProperty()
           
 Property getProperty(int)
           
 int getPropertyCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 boolean removeProperty(Property)
           
 void setProperty(int, Property)
           
 void setProperty(Property[])
           
static JndiConfiguration 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

JndiConfiguration

public JndiConfiguration()
Method Detail

addProperty

public void addProperty(Property)
                 throws java.lang.IndexOutOfBoundsException

addProperty

public void addProperty(int,
                        Property)
                 throws java.lang.IndexOutOfBoundsException

clearProperty

public void clearProperty()

enumerateProperty

public java.util.Enumeration enumerateProperty()

getProperty

public Property getProperty(int)
                     throws java.lang.IndexOutOfBoundsException

getProperty

public Property[] getProperty()

getPropertyCount

public int getPropertyCount()

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

removeProperty

public boolean removeProperty(Property)

setProperty

public void setProperty(int,
                        Property)
                 throws java.lang.IndexOutOfBoundsException

setProperty

public void setProperty(Property[])

unmarshal

public static JndiConfiguration 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.