Class 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 Detail

      • LocalUndeploy

        public LocalUndeploy​(com.github.fungal.api.deployer.MainDeployer mainDeployer,
                             RAActivator activator,
                             LocalList localList)
        Constructor
        Parameters:
        mainDeployer - The main deployer
        activator - The RA activator
        localList - The local list command
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface com.github.fungal.api.remote.Command
      • getParameterTypes

        public Class[] getParameterTypes()
        name
        Specified by:
        getParameterTypes in interface com.github.fungal.api.remote.Command
        Returns:
        The class definitions
      • invoke

        public Serializable invoke​(Serializable[] args)
        Specified by:
        invoke in interface com.github.fungal.api.remote.Command
      • isPublic

        public boolean isPublic()
        Specified by:
        isPublic in interface com.github.fungal.api.remote.Command