public final class RAActivator extends AbstractFungalRADeployer implements com.github.fungal.spi.deployers.DeployerPhases
kernelvalidateClasses| Constructor and Description |
|---|
RAActivator()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkActivation(Connector cmd,
Activation activation) |
Set<String> |
getExcludeArchives()
Get the exclude archives
|
protected DeployersLogger |
getLogger() |
boolean |
isEnabled()
Is enabled
|
void |
postDeploy()
Post deploy
|
void |
postUndeploy()
Post undeploy
|
void |
preDeploy()
Pre deploy
|
void |
preUndeploy()
Pre undeploy
|
protected boolean |
requireExplicitJndiBindings() |
void |
setEnabled(boolean value)
Set the eanbled flag
|
void |
setExcludeArchives(Set<String> archives)
Set the exclude archives
|
bindAdminObject, bindAdminObject, bindConnectionFactory, bindConnectionFactory, checkConfigurationIsValid, getCachedConnectionManager, getKernel, getLogPrintWriter, getReportDirectory, getSubjectFactory, getTransactionIntegration, getTransactionManager, getUrls, initAndInject, registerManagementView, registerResourceAdapterToMDR, registerResourceAdapterToResourceAdapterRepository, setKernel, setRecoveryForResourceAdapterInResourceAdapterRepository, startapplyCapacity, associateResourceAdapter, buildJndiName, createCallback, createObjectsAndInjectValue, createPoolConfiguration, createSubject, findAdminObjects, findConnectionDefinitions, getBeanValidation, getConfiguration, hasFailuresLevel, initActivationSpec, initAdminObject, printFailuresLog, scanArchive, setCallbackSecurity, setConfiguration, startContext, validateArchiveprotected DeployersLogger getLogger()
getLogger in class AbstractResourceAdapterDeployerpublic Set<String> getExcludeArchives()
public void setExcludeArchives(Set<String> archives)
archives - The archivespublic boolean isEnabled()
public void setEnabled(boolean value)
value - The valuepublic void preDeploy()
throws Throwable
preDeploy in interface com.github.fungal.spi.deployers.DeployerPhasesThrowable - Thrown if an error occurspublic void postDeploy()
throws Throwable
postDeploy in interface com.github.fungal.spi.deployers.DeployerPhasesThrowable - Thrown if an error occurspublic void preUndeploy()
throws Throwable
preUndeploy in interface com.github.fungal.spi.deployers.DeployerPhasesThrowable - Thrown if an error occurspublic void postUndeploy()
throws Throwable
postUndeploy in interface com.github.fungal.spi.deployers.DeployerPhasesThrowable - Thrown if an error occursprotected boolean requireExplicitJndiBindings()
requireExplicitJndiBindings in class AbstractResourceAdapterDeployerprotected boolean checkActivation(Connector cmd, Activation activation)
checkActivation in class AbstractResourceAdapterDeployerCopyright © 2021 JBoss by Red Hat. All rights reserved.