Class LocalUndeploy
- java.lang.Object
-
- org.jboss.jca.deployers.fungal.external.LocalUndeploy
-
- All Implemented Interfaces:
com.github.fungal.api.remote.Command
public class LocalUndeploy extends Object implements com.github.fungal.api.remote.Command
- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description LocalUndeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, LocalList localList)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Class[]getParameterTypes()nameSerializableinvoke(Serializable[] args)booleanisPublic()
-
-
-
Constructor Detail
-
LocalUndeploy
public LocalUndeploy(com.github.fungal.api.deployer.MainDeployer mainDeployer, RAActivator activator, LocalList localList)Constructor- Parameters:
mainDeployer- The main deployeractivator- The RA activatorlocalList- The local list command
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacecom.github.fungal.api.remote.Command
-
getParameterTypes
public Class[] getParameterTypes()
name- 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
-
-