Uses of Class
com.github.fungal.impl.KernelImpl
Packages that use KernelImpl
Package
Description
This package contains the Fungal kernel implementation
This package contains the classes that implements the remote communication
protocol for the Fungal kernel.
-
Uses of KernelImpl in com.github.fungal.impl
Constructors in com.github.fungal.impl with parameters of type KernelImplModifierConstructorDescriptionBeanDeploymentImpl(URL deployment, List<String> beans, Map<String, List<Method>> uninstall, Map<String, String> stops, Map<String, String> destroys, Set<String> ignoreStops, Set<String> ignoreDestroys, KernelImpl kernel) ConstructorDeploymentDeployer(KernelImpl kernel) ConstructorHotDeployer(int interval, File directory, KernelImpl kernel) Constructor -
Uses of KernelImpl in com.github.fungal.impl.remote
Constructors in com.github.fungal.impl.remote with parameters of type KernelImplModifierConstructorDescriptionCommunicationServer(KernelImpl kernel, String bindAddress, int bindPort) Constructor