Uses of Interface
org.jboss.jca.deployers.DeployersLogger
Packages that use DeployersLogger
Package
Description
Shared classes for all deployer implementations.
This package contains interfaces and classes that can be shared different deployer chain implementations.
-
Uses of DeployersLogger in org.jboss.jca.deployers
Classes in org.jboss.jca.deployers that implement DeployersLoggerModifier and TypeClassDescriptionclassWarning this class consists of generated code. -
Uses of DeployersLogger in org.jboss.jca.deployers.common
Fields in org.jboss.jca.deployers.common declared as DeployersLoggerModifier and TypeFieldDescriptionprotected DeployersLoggerAbstractDsDeployer.loglogprotected final DeployersLoggerAbstractResourceAdapterDeployer.logthe loggerMethods in org.jboss.jca.deployers.common that return DeployersLoggerModifier and TypeMethodDescriptionfinal DeployersLoggerCommonDeployment.getLog()Get the log.protected abstract DeployersLoggerAbstractDsDeployer.getLogger()Get the loggerprotected abstract DeployersLoggerAbstractResourceAdapterDeployer.getLogger()Get the loggerConstructors in org.jboss.jca.deployers.common with parameters of type DeployersLoggerModifierConstructorDescriptionCommonDeployment(URL url, String deploymentName, boolean activateDeployment, javax.resource.spi.ResourceAdapter resourceAdapter, String resourceAdapterKey, String bootstrapContextIdentifier, Object[] cfs, String[] cfJndiNames, org.jboss.jca.core.connectionmanager.ConnectionManager[] cfCM, Object[] aos, String[] aoJndiNames, org.jboss.jca.core.spi.transaction.recovery.XAResourceRecovery[] recoveryModules, org.jboss.jca.core.api.management.Connector connector, org.jboss.jca.core.api.management.DataSource[] dataSources, ClassLoader cl, DeployersLogger log) Create a new Deployment.