|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.jca.deployers.fungal.AbstractResourceAdapterDeployer
org.jboss.jca.deployers.fungal.RAActivator
public final class RAActivator

The RA activator for JCA/SJC
| Constructor Summary | |
|---|---|
RAActivator()
Constructor |
|
| Method Summary | |
|---|---|
Set<String> |
getExcludeArchives()
Get the exclude archives |
com.github.fungal.api.Kernel |
getKernel()
Get the kernel |
boolean |
isEnabled()
Is enabled |
void |
postDeploy()
Post deploy |
void |
postUndeploy()
Post undeploy |
void |
preDeploy()
Pre deploy |
void |
preUndeploy()
Pre undeploy |
void |
setEnabled(boolean value)
Set the eanbled flag |
void |
setExcludeArchives(Set<String> archives)
Set the exclude archives |
void |
setKernel(com.github.fungal.api.Kernel kernel)
Set the kernel |
void |
start()
Start |
| Methods inherited from class org.jboss.jca.deployers.fungal.AbstractResourceAdapterDeployer |
|---|
associateResourceAdapter, bindConnectionFactory, bindConnectionFactory, createPoolConfiguration, findConnectionDefinition, getConfiguration, getUrls, hasFailuresLevel, initAndInject, setConfiguration, startContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RAActivator()
| Method Detail |
|---|
public com.github.fungal.api.Kernel getKernel()
public void setKernel(com.github.fungal.api.Kernel kernel)
kernel - The kernelpublic Set<String> getExcludeArchives()
public void setExcludeArchives(Set<String> archives)
archives - The archivespublic boolean isEnabled()
public void setEnabled(boolean value)
value - The value
public void preDeploy()
throws Throwable
preDeploy in interface com.github.fungal.spi.deployers.DeployerPhasesThrowable - Thrown if an error occurs
public void postDeploy()
throws Throwable
postDeploy in interface com.github.fungal.spi.deployers.DeployerPhasesThrowable - Thrown if an error occurs
public void preUndeploy()
throws Throwable
preUndeploy in interface com.github.fungal.spi.deployers.DeployerPhasesThrowable - Thrown if an error occurs
public void postUndeploy()
throws Throwable
postUndeploy in interface com.github.fungal.spi.deployers.DeployerPhasesThrowable - Thrown if an error occurspublic void start()
start in class AbstractResourceAdapterDeployer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||