Class RemoteDeploy
- java.lang.Object
-
- org.jboss.jca.deployers.fungal.external.RemoteDeploy
-
- All Implemented Interfaces:
com.github.fungal.api.remote.Command
public class RemoteDeploy extends Object implements com.github.fungal.api.remote.Command
- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description RemoteDeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, File directory)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Class[]getParameterTypes()name, byte array of deploymentSerializableinvoke(Serializable[] args)booleanisPublic()
-
-
-
Constructor Detail
-
RemoteDeploy
public RemoteDeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, File directory)Constructor- Parameters:
mainDeployer- The main deployeractivator- The RA activatordirectory- The directory to use
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacecom.github.fungal.api.remote.Command
-
getParameterTypes
public Class[] getParameterTypes()
name, byte array of deployment- Specified by:
getParameterTypesin interfacecom.github.fungal.api.remote.Command- Returns:
- The class definitions
-
invoke
public Serializable invoke(Serializable[] args)
- Specified by:
invokein interfacecom.github.fungal.api.remote.Command
-
isPublic
public boolean isPublic()
- Specified by:
isPublicin interfacecom.github.fungal.api.remote.Command
-
-