org.exolab.jms.config
Class DatabaseConfiguration

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

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

See Also:
Serialized Form

Constructor Summary
DatabaseConfiguration()
           
 
Method Summary
 RdbmsDatabaseConfiguration getRdbmsDatabaseConfiguration()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler)
           
 void marshal(java.io.Writer)
           
 void setRdbmsDatabaseConfiguration(RdbmsDatabaseConfiguration)
           
static DatabaseConfiguration 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

DatabaseConfiguration

public DatabaseConfiguration()
Method Detail

getRdbmsDatabaseConfiguration

public RdbmsDatabaseConfiguration getRdbmsDatabaseConfiguration()

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

setRdbmsDatabaseConfiguration

public void setRdbmsDatabaseConfiguration(RdbmsDatabaseConfiguration)

unmarshal

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