public abstract class CommonIronJacamarParser extends AbstractParser
log
Constructor and Description |
---|
CommonIronJacamarParser() |
Modifier and Type | Method and Description |
---|---|
protected AdminObject |
parseAdminObjects(XMLStreamReader reader)
parse a single admin-oject tag
|
protected ConnectionDefinition |
parseConnectionDefinitions(XMLStreamReader reader,
Boolean isXA)
parse a single connection-definition tag
|
protected WorkManager |
parseWorkManager(XMLStreamReader reader)
Parse workmanager element
|
protected WorkManagerSecurity |
parseWorkManagerSecurity(XMLStreamReader reader)
Parse workmanager's security element
|
attributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsFlushStrategy, elementAsInteger, elementAsLong, elementAsString, isSystemPropertiesResolved, parseCapacity, parseConfigProperty, parseCredential, parseExtension, parsePool, parseRecovery, parseSecuritySettings, parseTimeOut, parseValidation, parseXaPool, setSystemPropertiesResolved
protected AdminObject parseAdminObjects(XMLStreamReader reader) throws XMLStreamException, ParserException
reader
- the readerAdminObject
XMLStreamException
- XMLStreamExceptionParserException
- ParserExceptionprotected WorkManager parseWorkManager(XMLStreamReader reader) throws XMLStreamException, ParserException, ValidateException
reader
- The readerXMLStreamException
- XMLStreamExceptionParserException
- ParserExceptionValidateException
- ValidateExceptionprotected WorkManagerSecurity parseWorkManagerSecurity(XMLStreamReader reader) throws XMLStreamException, ParserException, ValidateException
reader
- The readerXMLStreamException
- XMLStreamExceptionParserException
- ParserExceptionValidateException
- ValidateExceptionprotected ConnectionDefinition parseConnectionDefinitions(XMLStreamReader reader, Boolean isXA) throws XMLStreamException, ParserException, ValidateException
reader
- the readerisXA
- Is XA capableConnectionDefinition
objectXMLStreamException
- XMLStreamExceptionParserException
- ParserExceptionValidateException
- ValidateExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.