
public final class RAActivator extends AbstractFungalRADeployer implements com.github.fungal.spi.deployers.DeployerPhases
kernel| Constructor and Description |
|---|
RAActivator()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkActivation(org.jboss.jca.common.api.metadata.spec.Connector cmd,
org.jboss.jca.common.api.metadata.resourceadapter.Activation activation)
Check if the resource adapter should be activated based on the ironjacamar.xml input
|
java.util.Set<java.lang.String> |
getExcludeArchives()
Get the exclude archives
|
protected org.jboss.jca.deployers.DeployersLogger |
getLogger()
Get the logger
|
boolean |
isEnabled()
Is enabled
|
void |
postDeploy()
Post deploy
|
void |
postUndeploy()
Post undeploy
|
void |
preDeploy()
Pre deploy
|
void |
preUndeploy()
Pre undeploy
|
protected boolean |
requireExplicitJndiBindings()
Require explicit JNDI bindings
|
void |
setEnabled(boolean value)
Set the eanbled flag
|
void |
setExcludeArchives(java.util.Set<java.lang.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, createObjectsAndInjectValue, createPoolConfiguration, createSubject, findAdminObjects, findConnectionDefinitions, getBeanValidation, getConfiguration, hasFailuresLevel, initActivationSpec, initAdminObject, printFailuresLog, scanArchive, setConfiguration, startContext, validateArchiveprotected org.jboss.jca.deployers.DeployersLogger getLogger()
getLogger in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployerpublic java.util.Set<java.lang.String> getExcludeArchives()
public void setExcludeArchives(java.util.Set<java.lang.String> archives)
archives - The archivespublic boolean isEnabled()
public void setEnabled(boolean value)
value - The valuepublic void preDeploy()
throws java.lang.Throwable
preDeploy in interface com.github.fungal.spi.deployers.DeployerPhasesjava.lang.Throwable - Thrown if an error occurspublic void postDeploy()
throws java.lang.Throwable
postDeploy in interface com.github.fungal.spi.deployers.DeployerPhasesjava.lang.Throwable - Thrown if an error occurspublic void preUndeploy()
throws java.lang.Throwable
preUndeploy in interface com.github.fungal.spi.deployers.DeployerPhasesjava.lang.Throwable - Thrown if an error occurspublic void postUndeploy()
throws java.lang.Throwable
postUndeploy in interface com.github.fungal.spi.deployers.DeployerPhasesjava.lang.Throwable - Thrown if an error occursprotected boolean requireExplicitJndiBindings()
org.jboss.jca.deployers.common.AbstractResourceAdapterDeployerrequireExplicitJndiBindings in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployerprotected boolean checkActivation(org.jboss.jca.common.api.metadata.spec.Connector cmd,
org.jboss.jca.common.api.metadata.resourceadapter.Activation activation)
org.jboss.jca.deployers.common.AbstractResourceAdapterDeployercheckActivation in class org.jboss.jca.deployers.common.AbstractResourceAdapterDeployercmd - cmd cmd The connector metadataactivation - The activation metadataCopyright © 2014 IronJacamar (http://www.ironjacamar.org)