Class RemoteList
- java.lang.Object
-
- org.jboss.jca.deployers.fungal.external.RemoteList
-
- All Implemented Interfaces:
com.github.fungal.api.remote.Command
public class RemoteList extends Object implements com.github.fungal.api.remote.Command
- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description RemoteList(File directory)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Class[]getParameterTypes()Serializableinvoke(Serializable[] args)booleanisPublic()
-
-
-
Constructor Detail
-
RemoteList
public RemoteList(File directory)
Constructor- Parameters:
directory- The directory to use
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacecom.github.fungal.api.remote.Command
-
getParameterTypes
public Class[] getParameterTypes()
- Specified by:
getParameterTypesin interfacecom.github.fungal.api.remote.Command
-
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
-
-