A B C D F G H I J L M O P R S T V

A

AbstractDsDeployer - Class in org.jboss.jca.deployers.common
An abstract deployer implementation for datasources
AbstractDsDeployer(Logger) - 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, Logger) - Constructor for class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Create a new AbstractResourceAdapterDeployer.
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
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

C

checkActivation(Connector, IronJacamar) - 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, Object[], String[], Object[], String[], Connector, ClassLoader, Logger) - Constructor for class org.jboss.jca.deployers.common.CommonDeployment
Create a new Deployment.
Configuration - Interface in org.jboss.jca.deployers.common
Configuration interface
createObjectsAndInjectValue(URL, String, String, String, DataSources, ClassLoader) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
create objects and inject value for this depployment.
createObjectsAndInjectValue(URL, String, File, ClassLoader, Connector, IronJacamar) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
create objects and inject value for this depployment.
createObjectsAndInjectValue(URL, String, File, ClassLoader, Connector, IronJacamar, ResourceAdapter) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
create objects and inject value for this depployment.
createPoolConfiguration(CommonPool, CommonTimeOut, CommonValidation) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Create an instance of the pool configuration based on the input

D

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.

F

findAdminObject(String, List<CommonAdminObject>) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Find the metadata for an admin object
findConnectionDefinition(String, List<CommonConnDef>) - 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 interface org.jboss.jca.deployers.common.Configuration
Should bean validation be performed
getBootstrapContexts() - Method in interface org.jboss.jca.deployers.common.Configuration
Get the bootstrap context map
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
getConnector() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the management view of the connector
getDefaultBootstrapContext() - Method in interface org.jboss.jca.deployers.common.Configuration
Get the default bootstrap context
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.
getLog() - Method in class org.jboss.jca.deployers.common.CommonDeployment
Get the log.
getLogPrintWriter() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
get a PrintWriter where logger will put its output
getMetadataRepository() - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Get the metadata repository
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.
getTransactionManager() - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Get the transaction manager
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.

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, List<CommonAdminObject>, List<CommonAdminObject>, Object[], 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
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

mdr - Variable in class org.jboss.jca.deployers.common.AbstractDsDeployer
Metadata repository

O

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, IronJacamar) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Register the ResourceAdapter to the MDR.

S

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
Set the bootstrap context map
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
Set the default bootstrap context
setMetadataRepository(MetadataRepository) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Set the metadata repository
setTransactionManager(TransactionManager) - Method in class org.jboss.jca.deployers.common.AbstractDsDeployer
Set the transaction manager
start() - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Start
startContext(ResourceAdapter, String) - Method in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
Start the resource adapter

T

trace - Variable in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer
trace boolean check
transactionManager - Variable in class org.jboss.jca.deployers.common.AbstractDsDeployer
The transaction manager

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

A B C D F G H I J L M O P R S T V

Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)