Class RemoteUndeploy
java.lang.Object
org.jboss.jca.deployers.fungal.external.RemoteUndeploy
- All Implemented Interfaces:
com.github.fungal.api.remote.Command
- Author:
- Jesper Pedersen
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteUndeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, File directory) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetName()Class[]nameinvoke(Serializable[] args) booleanisPublic()
-
Constructor Details
-
RemoteUndeploy
public RemoteUndeploy(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 Details
-
getName
- Specified by:
getNamein interfacecom.github.fungal.api.remote.Command
-
getParameterTypes
name- 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
-