Uses of Class
org.jboss.jca.deployers.fungal.RAActivator
Packages that use RAActivator
Package
Description
This package contains the functionality needed to support deployments
coming from another JVM.
-
Uses of RAActivator in org.jboss.jca.deployers.fungal.external
Constructors in org.jboss.jca.deployers.fungal.external with parameters of type RAActivatorModifierConstructorDescriptionLocalDeploy(com.github.fungal.api.Kernel kernel, com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, LocalList localList) ConstructorLocalUndeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, LocalList localList) ConstructorRemoteDeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, File directory) ConstructorRemoteUndeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, File directory) Constructor