Skip navigation links
A B C D E F G H I J L M N O P R S T U V X 

A

AbstractDsDeployer - Class in org.jboss.jca.deployers.common
An abstract deployer implementation for datasources
AbstractDsDeployer() - Constructor for class org.jboss.jca.deployers.common.AbstractDsDeployer
Create a new AbstractDsDeployer.
AbstractResourceAdapterDeployer - Class in org.jboss.jca.deployers.common
An abstract resource adapter deployer which contains common functionality for all resource adapter archive based deployers.
AbstractResourceAdapterDeployer(boolean) - Constructor for class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Create a new AbstractResourceAdapterDeployer.
adminObjectMismatch(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Admin object mismatch
adminObjectNotBound(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Admin object not bound
adminObjectNotSpecCompliant(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Admin object not spec compliant
adminObjectNull() - Method in interface org.jboss.jca.deployers.DeployersLogger
Admin object class-name null
applyCapacity(ConnectionDefinition, Pool, boolean) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Apply capacity
associateResourceAdapter(ResourceAdapter, Object) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Associate resource adapter with ojects if they implement ResourceAdapterAssociation
associateResourceAdapter(ResourceAdapter, Object) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Associate resource adapter with ojects if they implement ResourceAdapterAssociation

B

BeanValidation - Class in org.jboss.jca.deployers.common
 
BeanValidation() - Constructor for class org.jboss.jca.deployers.common.BeanValidation
Constructor
BeanValidation(ValidatorFactory) - Constructor for class org.jboss.jca.deployers.common.BeanValidation
Constructor
bindAdminObject(URL, String, Object) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Bind admin object into JNDI
bindAdminObject(URL, String, Object, String) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Bind admin object into JNDI
bindConnectionFactory(String, String, Object) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Bind connection factory into JNDI
bindConnectionFactory(URL, String, Object) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Bind connection factory into JNDI
bindConnectionFactory(URL, String, Object, String) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Bind connection factory into JNDI
buildJndiName(String, Boolean) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Build the jndi name
buildJndiName(String, Boolean) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Build the jndi name

C

changedTransactionSupport(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Changed TransactionSupport
checkActivation(Connector, Activation) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Check if the resource adapter should be activated based on the ironjacamar.xml input
checkConfigurationIsValid() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
check if the configuration for this deployer has been set to a valid value
CommonDeployment - Class in org.jboss.jca.deployers.common
A CommonDeployment.
CommonDeployment(URL, String, boolean, ResourceAdapter, String, String, Object[], String[], ConnectionManager[], Object[], String[], XAResourceRecovery[], Connector, DataSource[], ClassLoader, DeployersLogger) - Constructor for class org.jboss.jca.deployers.common.CommonDeployment
Create a new Deployment.
Configuration - Interface in org.jboss.jca.deployers.common
Configuration interface
connectionDefinitionInvalid(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Connection definition invalid
connectionDefinitionMismatch(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Connection definition mismatch
connectionDefinitionNull() - Method in interface org.jboss.jca.deployers.DeployersLogger
Connection definition class-name null
connectionFactoryNotBound(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Connection factory not bound
connectionFactoryNotSpecCompliant(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Connection factory not spec compliant
connectionPropertiesEmpty(String, String, String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Connection Properties for DataSource is empty.
createCallback(WorkManagerSecurity) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Get a callback implementation
createMcf(XaDataSource, String, ClassLoader) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Create Mcf for xads
createMcf(DataSource, String, ClassLoader) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Create Mcf for ds
createObjectsAndInjectValue(URL, String, String, String, DataSources, ClassLoader) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
create objects and inject value for this depployment. it is a general method returning a CommonDeployment to be used to exchange objects needed to real injection in the container
createObjectsAndInjectValue(URL, String, File, ClassLoader, Connector, Activation) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
create objects and inject value for this deployment. it is a general method returning a CommonDeployment to be used to exchange objects needed to real injection in the container
createPoolConfiguration(Pool, TimeOut, Validation) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Create an instance of the pool configuration based on the input
createRa(String, ClassLoader) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Create Ra
createSubject(SubjectFactory, String, ManagedConnectionFactory, String) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Create a subject
createSubject(SubjectFactory, String, ManagedConnectionFactory) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Create a subject

D

DelegatorInvocationHandler - Class in org.jboss.jca.deployers.common
A delegator invocation handler
DelegatorInvocationHandler(Object) - Constructor for class org.jboss.jca.deployers.common.DelegatorInvocationHandler
Constructor
deployed(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Deployed
DeployersBundle - Interface in org.jboss.jca.deployers
The deployers bundle.
DeployersLogger - Interface in org.jboss.jca.deployers
The deployers logger.
DeployException - Exception in org.jboss.jca.deployers.common
The deploy exception for IronJacamar
DeployException(String) - Constructor for exception org.jboss.jca.deployers.common.DeployException
Constructs a new exception with the specified detail message.
DeployException(String, Throwable) - Constructor for exception org.jboss.jca.deployers.common.DeployException
Constructs a new exception with the specified detail message and cause.
deploymentFailed(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Deployment failed

E

enablingValidateOnMatch(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Enabling validate-on-match

F

failedToBindAdminObject(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Failed to bind admin object
findAdminObjects(String, Set<String>, List<AdminObject>) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Find the metadata for an admin object
findConnectionDefinitions(String, Set<String>, List<ConnectionDefinition>, ClassLoader) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Find the metadata for a managed connection factory

G

getAoJndiNames() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the admin object JNDI names.
getAos() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the aos.
getArchiveValidation() - Method in interface org.jboss.jca.deployers.common.Configuration
Should archive validation be performed
getArchiveValidationFailOnError() - Method in interface org.jboss.jca.deployers.common.Configuration
Does a failed archive validation error report fail the deployment
getArchiveValidationFailOnWarn() - Method in interface org.jboss.jca.deployers.common.Configuration
Does a failed archive validation warning report fail the deployment
getBeanValidation() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Get the bean validation module
getBeanValidation() - Method in interface org.jboss.jca.deployers.common.Configuration
Should bean validation be performed
getBootstrapContextIdentifier() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the bootstrap context identifier
getBootstrapContexts() - Method in interface org.jboss.jca.deployers.common.Configuration
Deprecated.
getCachedConnectionManager() - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Get the ccm
getCachedConnectionManager() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Get the cached connection manager
getCfJndiNames() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the connection factory JNDI names.
getCfs() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the cfs.
getCl() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the cl.
getConfiguration() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Get the configuration
getConnectionManagers() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the connection managers.
getConnector() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the management view of the connector
getDataSources() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the management view of the datasources
getDefaultBootstrapContext() - Method in interface org.jboss.jca.deployers.common.Configuration
Deprecated.
getDeploymentClassLoader(String) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Provide the classloader of the deployment identified by the unique id
getDeploymentName() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the deploymentName.
getDriver(String, String) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Get the driver
getLog() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the log.
getLogger() - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Get the logger
getLogger() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Get the logger
getLogPrintWriter() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
get a PrintWriter where logger will put its output
getManagementRepository() - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Get the managementRepository.
getRecovery() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the recovery modules.
getReportDirectory() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
get The directory where write error reports
getResourceAdapter() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the resourceAdapter.
getResourceAdapterKey() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the resource adapter key
getSubjectFactory(Credential, String) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Get a subject factory
getSubjectFactory(SecurityMetadata, String) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Get a subject factory
getTransactionIntegration() - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Get the transaction integration
getTransactionIntegration() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Get the transaction integration.
getTransactionManager() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Get the transaction Manager.
getURL() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the url.
getXAResourceRecoveryRegistry() - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Get the xAResourceRecoveryRegistry.

H

hasFailuresLevel(Collection<Failure>, int) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Cehck for failures at a certain level

I

initActivationSpec(ClassLoader, Connector, ResourceAdapter, List<Validate>, List<Object>, Set<Failure>, URL, boolean) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
init the acrtivation spec
initAdminObject(Connector, ClassLoader, List<Validate>, List<Object>, Set<Failure>, URL, String, boolean, ResourceAdapter, List<AdminObject>, List<Object>, List<String>, Connector) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
init an Admin Object
initAndInject(String, List<? extends ConfigProperty>, ClassLoader) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Initialize and inject configuration properties
initAndInject(String, List<? extends ConfigProperty>, ClassLoader) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Initialize and inject configuration properties into container
initAndInjectClassLoaderPlugin(ManagedConnectionFactory, CommonDataSource) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Initialize and inject class loader plugin
invalidActivationSpec(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Invalid activation spec
invalidConfigProperty(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Invalid config property
invalidConnectionFactoryImplementation(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Invalid connection factory implementation
invalidConnectionFactoryImplementationDueToInterface(String, String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Connection factory implementation doesn't implement connection factory interface
invalidConnectionFactoryInterface(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Invalid connection factory interface
invalidConnectionImplementation(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Invalid connection implementation
invalidConnectionImplementationDueToInterface(String, String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Connection implementation doesn't implement connection interface
invalidConnectionInterface(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Invalid connection interface
invalidManagedConnectionFactory(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Invalid managed connection factory
invalidRequiredWorkContext(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Invalid work context
invalidResourceAdapter(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Invalid resource adapter
invoke(Object, Method, Object[]) - Method in class org.jboss.jca.deployers.common.DelegatorInvocationHandler
isActivateDeployment() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the activateDeployment.
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.jboss.jca.deployers.common.JCATraversableResolver
Determine if Bean Validation is allowed to cascade validation on the bean instance returned by the property value marked as @Valid.
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.jboss.jca.deployers.common.JCATraversableResolver
Determine if Bean Validation is allowed to reach the property state

J

JCATraversableResolver - Class in org.jboss.jca.deployers.common
JCATraversableResolver
JCATraversableResolver() - Constructor for class org.jboss.jca.deployers.common.JCATraversableResolver
 

L

log - Variable in class org.jboss.jca.deployers.common.AbstractDsDeployer
log
log - Variable in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
the logger

M

missingRecovery(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Missing recovery

N

needsBootstrapContext(DataSources) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Needs a BootstrapContext instance
nullConnectionFactory() - Method in interface org.jboss.jca.deployers.DeployersLogger
Null connection factory
numberOfDataSources(DataSources) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Get the number of datasource deployments

O

org.jboss.jca.deployers - package org.jboss.jca.deployers
Shared classes for all deployer implementations.
org.jboss.jca.deployers.common - package org.jboss.jca.deployers.common
This package contains interfaces and classes that can be shared different deployer chain implementations.

P

printFailuresLog(String, Validator, Collection<Failure>, File, FailureHelper...) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
print Failures into Log files.

R

registerResourceAdapterToMDR(URL, File, Connector, Activation) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Register the ResourceAdapter to the MDR.
registerResourceAdapterToResourceAdapterRepository(ResourceAdapter) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Register the ResourceAdapter to the ResourceAdapterRepository.
registerResourceAdapterToResourceAdapterRepository(ResourceAdapter) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Register the ResourceAdapter to the ResourceAdapterRepository.
requiredLicenseTerms(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Required license terms
requireExplicitJndiBindings() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Require explicit JNDI bindings

S

scanArchive(Connector) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Should the archive be scanned for annotations
setArchiveValidation(boolean) - Method in interface org.jboss.jca.deployers.common.Configuration
Set if archive validation should be performed
setArchiveValidationFailOnError(boolean) - Method in interface org.jboss.jca.deployers.common.Configuration
Set if a failed error archive validation report should fail the deployment
setArchiveValidationFailOnWarn(boolean) - Method in interface org.jboss.jca.deployers.common.Configuration
Set if a failed warning archive validation report should fail the deployment
setBeanValidation(boolean) - Method in interface org.jboss.jca.deployers.common.Configuration
Set if bean validation should be performed
setBootstrapContexts(Map<String, CloneableBootstrapContext>) - Method in interface org.jboss.jca.deployers.common.Configuration
Deprecated.
setCachedConnectionManager(CachedConnectionManager) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Set the ccm
setCallbackSecurity(WorkManager, Callback) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Sets the call back security info in this rar work manager before starting the resource adapter.
setConfiguration(Configuration) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Set the configuration
setDefaultBootstrapContext(CloneableBootstrapContext) - Method in interface org.jboss.jca.deployers.common.Configuration
Deprecated.
setManagementRepository(ManagementRepository) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Set the managementRepository.
setRecoveryForResourceAdapterInResourceAdapterRepository(String, boolean) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Set recovery mode for a resource adapter in the ResourceAdapterRepository
setTransactionIntegration(TransactionIntegration) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Set the transaction integration
setValidatorFactoryName(String) - Static method in class org.jboss.jca.deployers.common.BeanValidation
Set the validator factory name
setXAResourceRecoveryRegistry(XAResourceRecoveryRegistry) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Set the xAResourceRecoveryRegistry.
start() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Start
startContext(ResourceAdapter, String) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Start the resource adapter
startContext(ResourceAdapter, String, String, Callback) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Start the resource adapter
subjectCreationError(String, Throwable) - Method in interface org.jboss.jca.deployers.DeployersLogger
Subject ceration error

T

transactionIntegration - Variable in class org.jboss.jca.deployers.common.AbstractDsDeployer
The transaction integration

U

unableToAssociate(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Unable to associate
unableToInject(String, String, String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Unable to inject
unableToStartResourceAdapter(String) - Method in interface org.jboss.jca.deployers.DeployersBundle
Unable to start resource adapter
undefinedAdminObject() - Method in interface org.jboss.jca.deployers.DeployersBundle
Undefined admin object
undefinedManagedConnectionFactory() - Method in interface org.jboss.jca.deployers.DeployersBundle
Undefined managed connection factory

V

validate(Object, List<Class>) - Method in class org.jboss.jca.deployers.common.BeanValidation
Validate the object against the Bean Validation specification (JSR-303).
validateArchive(URL, List<Validate>, Set<Failure>) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
validate archive
validateClasses - Variable in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
boolean to set if validation is needed at class level or it should be considered already valid (IOW object put in repository at previous steps have been already validated at class level
validationInvalidArchive(String) - Method in interface org.jboss.jca.deployers.DeployersLogger
Invalid archive
validationReportFailure(String, Throwable) - Method in interface org.jboss.jca.deployers.DeployersLogger
Validation report failure
verifyTypes(DataSources) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Verify the types of the datasources

X

xaResourceRecoveryRegistry - Variable in class org.jboss.jca.deployers.common.AbstractDsDeployer
xaResourceRecoveryRegistry
A B C D E F G H I J L M N O P R S T U V X 
Skip navigation links

Copyright © 2014 IronJacamar (http://www.ironjacamar.org)