Uses of Class
org.jboss.jca.common.api.metadata.common.Extension
-
Packages that use Extension Package Description org.jboss.jca.common.api.metadata.common This package contains interfaces to define metadata api cpmmon in various xsdsorg.jboss.jca.common.api.metadata.ds This package contains interfaces to define metadata api for data_sources_1.0.xml -
-
Uses of Extension in org.jboss.jca.common.api.metadata.common
Methods in org.jboss.jca.common.api.metadata.common that return Extension Modifier and Type Method Description ExtensionCapacity. getDecrementer()Get the decrementerExtensionCapacity. getIncrementer()Get the incrementerExtensionRecovery. getRecoverPlugin()Get the plugin.Constructors in org.jboss.jca.common.api.metadata.common with parameters of type Extension Constructor Description Capacity(Extension incrementer, Extension decrementer)ConstructorRecovery(Credential credential, Extension recoverPlugin, Boolean noRecovery)Create a new Recovery. -
Uses of Extension in org.jboss.jca.common.api.metadata.ds
Methods in org.jboss.jca.common.api.metadata.ds that return Extension Modifier and Type Method Description ExtensionDsPool. getConnectionListener()Get the connection listenerExtensionDsXaPool. getConnectionListener()Get the connection listenerExtensionValidation. getExceptionSorter()Get the exceptionSorterExtensionDsSecurity. getReauthPlugin()Get the reauthPlugin extensionExtensionValidation. getStaleConnectionChecker()Get the staleConnectionCheckerExtensionValidation. getValidConnectionChecker()Get the validConnectionChecker
-