Uses of Class
org.jboss.jca.common.metadata.ParserException
Packages that use ParserException
Package
Description
This package contains metadatas commons for ironJacamar's extension xsd like -ds.xml, -ra.xml, ironjacamar.xml
This package contains metadatas implementation for data_sources_1.0.xsd
-
Uses of ParserException in org.jboss.jca.common.metadata.common
Methods in org.jboss.jca.common.metadata.common that throw ParserExceptionModifier and TypeMethodDescriptionprotected BooleanAbstractParser.attributeAsBoolean(XMLStreamReader reader, String attributeName, Boolean defaultValue) convert an xml attribute in boolean value.protected BooleanAbstractParser.elementAsBoolean(XMLStreamReader reader) convert an xml element in boolean value.protected FlushStrategyAbstractParser.elementAsFlushStrategy(XMLStreamReader reader) convert an xml element in FlushStrategy valueprotected IntegerAbstractParser.elementAsInteger(XMLStreamReader reader) convert an xml element in Integer valueprotected LongAbstractParser.elementAsLong(XMLStreamReader reader) convert an xml element in Long valueprotected AdminObjectCommonIronJacamarParser.parseAdminObjects(XMLStreamReader reader) parse a single admin-oject tagprotected CapacityAbstractParser.parseCapacity(XMLStreamReader reader) Parse capacity tagprotected voidAbstractParser.parseConfigProperty(Map<String, String> configProperties, XMLStreamReader reader) Adds config property to the mapprotected ConnectionDefinitionCommonIronJacamarParser.parseConnectionDefinitions(XMLStreamReader reader, Boolean isXA) parse a single connection-definition tagprotected CredentialAbstractParser.parseCredential(XMLStreamReader reader) parse credential tagprotected ExtensionAbstractParser.parseExtension(XMLStreamReader reader, String enclosingTag) parse the Extension tagprotected PoolAbstractParser.parsePool(XMLStreamReader reader) parse aPoolobjectprotected RecoveryAbstractParser.parseRecovery(XMLStreamReader reader) Parse recovery tagprotected SecurityAbstractParser.parseSecuritySettings(XMLStreamReader reader) parse aSecurityelementprotected TimeOutAbstractParser.parseTimeOut(XMLStreamReader reader, Boolean isXa) Parse timeoutprotected ValidationAbstractParser.parseValidation(XMLStreamReader reader) Parse validationprotected WorkManagerCommonIronJacamarParser.parseWorkManager(XMLStreamReader reader) Parse workmanager elementprotected WorkManagerSecurityCommonIronJacamarParser.parseWorkManagerSecurity(XMLStreamReader reader) Parse workmanager's security elementprotected XaPoolAbstractParser.parseXaPool(XMLStreamReader reader) parse aXaPoolobject -
Uses of ParserException in org.jboss.jca.common.metadata.ds
Methods in org.jboss.jca.common.metadata.ds that throw ParserExceptionModifier and TypeMethodDescriptionprotected DataSourceDsParser.parseDataSource(XMLStreamReader reader) Parse a datasourceprotected DataSourcesDsParser.parseDataSources(XMLStreamReader reader) Parse datasourceprotected DriverDsParser.parseDriver(XMLStreamReader reader) Parse driverprotected DsSecurityDsParser.parseDsSecurity(XMLStreamReader reader) Parse securityprotected DsPoolDsParser.parsePool(XMLStreamReader reader) parse aobjectinvalid reference
CommonPoolprotected StatementDsParser.parseStatementSettings(XMLStreamReader reader) Parse statementprotected TimeOutDsParser.parseTimeOutSettings(XMLStreamReader reader) Parse timeoutprotected ValidationDsParser.parseValidationSetting(XMLStreamReader reader) Parse validationprotected XaDataSourceDsParser.parseXADataSource(XMLStreamReader reader) Parse a XA datasourceprotected DsXaPoolDsParser.parseXaPool(XMLStreamReader reader) parse aobjectinvalid reference
CommonXaPool