Class LocalDeploy
java.lang.Object
org.jboss.jca.deployers.fungal.external.LocalDeploy
- All Implemented Interfaces:
com.github.fungal.api.remote.Command
- Author:
- Jesper Pedersen
-
Constructor Summary
ConstructorsConstructorDescriptionLocalDeploy(com.github.fungal.api.Kernel kernel, com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, LocalList localList) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetName()Class[]name, byte array of deploymentinvoke(Serializable[] args) booleanisPublic()
-
Constructor Details
-
LocalDeploy
public LocalDeploy(com.github.fungal.api.Kernel kernel, com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, LocalList localList) Constructor- Parameters:
kernel- The kernelmainDeployer- The main deployeractivator- The RA activatorlocalList- The local list command
-
-
Method Details
-
getName
- Specified by:
getNamein interfacecom.github.fungal.api.remote.Command
-
getParameterTypes
name, byte array of deployment- Specified by:
getParameterTypesin interfacecom.github.fungal.api.remote.Command- Returns:
- The class definitions
-
invoke
- Specified by:
invokein interfacecom.github.fungal.api.remote.Command
-
isPublic
public boolean isPublic()- Specified by:
isPublicin interfacecom.github.fungal.api.remote.Command
-