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, ConnectionManager[] cfCM, Object[] aos, String[] aoJndiNames, XAResourceRecovery[] recoveryModules, Connector connector, DataSource[] dataSources, ClassLoader cl, DeployersLogger log) Create a new Deployment.