Uses of Class
org.jboss.jca.deployers.common.DeployException
Packages that use DeployException
Package
Description
This package contains interfaces and classes that can be shared different deployer chain implementations.
-
Uses of DeployException in org.jboss.jca.deployers.common
Methods in org.jboss.jca.deployers.common that throw DeployExceptionModifier and TypeMethodDescriptionprotected voidAbstractDsDeployer.associateResourceAdapter(jakarta.resource.spi.ResourceAdapter resourceAdapter, Object object) Associate resource adapter with ojects if they implement ResourceAdapterAssociationprotected voidAbstractResourceAdapterDeployer.associateResourceAdapter(jakarta.resource.spi.ResourceAdapter resourceAdapter, Object object) Associate resource adapter with ojects if they implement ResourceAdapterAssociationprotected abstract jakarta.resource.spi.ManagedConnectionFactoryAbstractDsDeployer.createMcf(DataSource ds, String uniqueId, ClassLoader cl) Create Mcf for dsprotected abstract jakarta.resource.spi.ManagedConnectionFactoryAbstractDsDeployer.createMcf(XaDataSource ds, String uniqueId, ClassLoader cl) Create Mcf for xadsprotected CommonDeploymentAbstractDsDeployer.createObjectsAndInjectValue(URL url, String deploymentName, String uniqueJdbcLocalId, String uniqueJdbcXAId, DataSources dataSources, ClassLoader parentClassLoader) create objects and inject value for this depployment.protected CommonDeploymentAbstractResourceAdapterDeployer.createObjectsAndInjectValue(URL url, String deploymentName, File root, ClassLoader cl, Connector cmd, Activation activation) create objects and inject value for this deployment.protected abstract jakarta.resource.spi.ResourceAdapterAbstractDsDeployer.createRa(String uniqueId, ClassLoader cl) Create Raprotected Set<AdminObject>AbstractResourceAdapterDeployer.findAdminObjects(String clz, Set<String> aos, List<AdminObject> defs) Find the metadata for an admin objectprotected Set<ConnectionDefinition>AbstractResourceAdapterDeployer.findConnectionDefinitions(String clz, Set<String> mcfs, List<ConnectionDefinition> defs, ClassLoader cl) Find the metadata for a managed connection factoryprotected abstract SubjectFactoryAbstractDsDeployer.getSubjectFactory(Credential credential, String jndiName) Get a subject factoryprotected abstract SubjectFactoryAbstractResourceAdapterDeployer.getSubjectFactory(SecurityMetadata securityMetadata, String jndiName) Get a subject factoryAbstractResourceAdapterDeployer.initActivationSpec(ClassLoader cl, Connector cmd, jakarta.resource.spi.ResourceAdapter resourceAdapter, List<Validate> archiveValidationObjects, List<Object> beanValidationObjects, Set<Failure> failures, URL url, boolean activateDeployment) init the acrtivation specAbstractResourceAdapterDeployer.initAdminObject(Connector cmd, ClassLoader cl, List<Validate> archiveValidationObjects, List<Object> beanValidationObjects, Set<Failure> failures, URL url, String deploymentName, boolean activateDeployment, jakarta.resource.spi.ResourceAdapter resourceAdapter, List<AdminObject> aosAct, List<Object> aos, List<String> aoJndiNames, Connector mgtConnector) init an Admin Objectprotected abstract ObjectAbstractDsDeployer.initAndInject(String className, List<? extends ConfigProperty> configs, ClassLoader cl) Initialize and inject configuration propertiesprotected abstract ObjectAbstractResourceAdapterDeployer.initAndInject(String value, List<? extends ConfigProperty> cpm, ClassLoader cl) Initialize and inject configuration properties into containerprotected voidAbstractDsDeployer.initAndInjectClassLoaderPlugin(jakarta.resource.spi.ManagedConnectionFactory mcf, CommonDataSource dsMetadata) Initialize and inject class loader pluginprotected voidAbstractDsDeployer.startContext(jakarta.resource.spi.ResourceAdapter resourceAdapter, String bootstrapContextIdentifier) Start the resource adapterprotected voidAbstractResourceAdapterDeployer.startContext(jakarta.resource.spi.ResourceAdapter resourceAdapter, String bootstrapContextIdentifier, String bootstrapContextName, Callback cb) Start the resource adapter