org.xorm.datastore.xml
Class XMLConnectionInfo

java.lang.Object
  |
  +--org.xorm.datastore.ConnectionInfo
        |
        +--org.xorm.datastore.xml.XMLConnectionInfo
All Implemented Interfaces:
Configurable

public class XMLConnectionInfo
extends ConnectionInfo


Field Summary
 
Fields inherited from class org.xorm.datastore.ConnectionInfo
connectionDriverName, connectionFactory, connectionFactory2, connectionFactory2Name, connectionFactoryName, connectionPassword, connectionURL, connectionUserName, factory, maxPool, minPool, msWait, properties
 
Constructor Summary
XMLConnectionInfo()
           
 
Method Summary
 DatastoreDriver getDriver()
          Returns a new DatastoreDriver that interacts with the datastore described by this ConnectionInfo object.
 
Methods inherited from class org.xorm.datastore.ConnectionInfo
close, describeTable, getConnectionDriverName, getConnectionFactory, getConnectionFactory2, getConnectionFactory2Name, getConnectionFactoryName, getConnectionURL, getConnectionUserName, getMaxPool, getMinPool, getMsWait, getProperties, resolveJNDI, setConnectionDriverName, setConnectionFactory, setConnectionFactory2, setConnectionFactory2Name, setConnectionFactoryName, setConnectionPassword, setConnectionURL, setConnectionUserName, setFactory, setMaxPool, setMinPool, setMsWait, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLConnectionInfo

public XMLConnectionInfo()
Method Detail

getDriver

public DatastoreDriver getDriver()
Description copied from class: ConnectionInfo
Returns a new DatastoreDriver that interacts with the datastore described by this ConnectionInfo object. This method must be implemented by subclasses.

Specified by:
getDriver in class ConnectionInfo


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/datastore/xml/XMLConnectionInfo.html,v 1.6 2004/05/30 08:55:07 wbiggs Exp $