Class LocalList

java.lang.Object
org.jboss.jca.deployers.fungal.external.LocalList
All Implemented Interfaces:
com.github.fungal.api.remote.Command

public class LocalList extends Object implements com.github.fungal.api.remote.Command
Author:
Jesper Pedersen
  • Constructor Details

    • LocalList

      public LocalList()
      Constructor
  • Method Details

    • getName

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

      public Class[] getParameterTypes()
      Specified by:
      getParameterTypes in interface com.github.fungal.api.remote.Command
    • 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