public class DsParser extends DsParser implements MetadataParser<DataSources>
| Modifier and Type | Class and Description |
|---|---|
static class |
DsParser.Tag
A Tag.
|
| Constructor and Description |
|---|
DsParser() |
| Modifier and Type | Method and Description |
|---|---|
protected DataSource |
parseDataSource(javax.xml.stream.XMLStreamReader reader)
Parse datasource
|
protected DsPool |
parsePool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonPool object |
protected XaDataSource |
parseXADataSource(javax.xml.stream.XMLStreamReader reader)
Parse XA datasource
|
protected DsXaPool |
parseXaPool(javax.xml.stream.XMLStreamReader reader)
parse a
CommonXaPool object |
parse, parse, parseDataSources, parseDriver, parseDsSecurity, parseStatementSettings, parseTimeOutSettings, parseValidationSettingattributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsFlushStrategy, elementAsInteger, elementAsLong, elementAsString, isSystemPropertiesResolved, parseCapacity, parseConfigProperty, parseCredential, parseExtension, parseRecovery, parseSecuritySettings, setSystemPropertiesResolvedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSystemPropertiesResolved, parse, parse, setSystemPropertiesResolvedprotected XaDataSource parseXADataSource(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException, ParserException, ValidateException
DsParserparseXADataSource in class DsParserreader - The readerjavax.xml.stream.XMLStreamException - XMLStreamExceptionParserException - ParserExceptionValidateException - ValidateExceptionprotected DataSource parseDataSource(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException, ParserException, ValidateException
DsParserparseDataSource in class DsParserreader - The readerjavax.xml.stream.XMLStreamException - XMLStreamExceptionParserException - ParserExceptionValidateException - ValidateExceptionprotected DsPool parsePool(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException, ParserException, ValidateException
CommonPool objectparsePool in class DsParserreader - readerCommonPool objectjavax.xml.stream.XMLStreamException - XMLStreamExceptionParserException - ParserExceptionValidateException - ValidateExceptionprotected DsXaPool parseXaPool(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException, ParserException, ValidateException
CommonXaPool objectparseXaPool in class DsParserreader - readerCommonXaPool objectjavax.xml.stream.XMLStreamException - XMLStreamExceptionParserException - ParserExceptionValidateException - ValidateExceptionCopyright © 2013 IronJacamar (http://www.ironjacamar.org)