Uses of Class
com.github.fungal.api.configuration.KernelConfiguration
Packages that use KernelConfiguration
Package
Description
This package contains the main API for the Fungal kernel
Configuration files for the Fungal kernel.
This package contains the Fungal kernel implementation
-
Uses of KernelConfiguration in com.github.fungal.api
Methods in com.github.fungal.api with parameters of type KernelConfigurationModifier and TypeMethodDescriptionstatic KernelKernelFactory.create(KernelConfiguration kc) Create a kernel instance -
Uses of KernelConfiguration in com.github.fungal.api.configuration
Methods in com.github.fungal.api.configuration that return KernelConfigurationModifier and TypeMethodDescriptionKernelConfiguration.beanManagement(boolean v) Enable management of deployed beans; defaultfalseKernelConfiguration.bindAddress(String ba) Set the bind address; defaultnullKernelConfiguration.classLoader(int type) Set the kernel class loader type; defaultClassLoaderFactory.TYPE_PARENT_FIRSTAdd a commandKernelConfiguration.configuration(String value) Set the configuration directory; defaultconfigSet the deploy directory; defaultdeployKernelConfiguration.deploymentOrder(DeploymentOrder d) Set the deployment orderKernelConfiguration.eventListener(EventListener el) Add an event listenerSet the home; defaultnullKernelConfiguration.hotDeployment(boolean v) Should hot deployment be enabled for the deploy directory; defaulttrueKernelConfiguration.hotDeploymentInterval(int v) Set the interval in seconds for the hot deployment check; default5Set the library directory; defaultlibKernelConfiguration.management(boolean v) Enable management (MBeanServer); defaulttrueSet the name; defaultfungalKernelConfiguration.parallelDeploy(boolean value) Set if the files in the system and deploy directories should deployed in parallel; defaulttrueKernelConfiguration.remoteAccess(boolean v) Set the remote access; defaulttrueKernelConfiguration.remoteJmxAccess(boolean v) Set the remote JMX access; defaultfalseKernelConfiguration.remotePort(int v) Set the port for remote access; default1202KernelConfiguration.repository(String value) Set the repository directory; defaultrepositoryKernelConfiguration.rmiRegistryPort(int port) Set the RMI registry port; default1203KernelConfiguration.rmiServerPort(int port) Set the RMI server port; default1204Set the system directory; defaultsystemKernelConfiguration.threadGroup(ThreadGroup tg) Set the thread group; defaultnullKernelConfiguration.usePlatformMBeanServer(boolean v) Use the platform MBeanServer; defaultfalse -
Uses of KernelConfiguration in com.github.fungal.impl
Constructors in com.github.fungal.impl with parameters of type KernelConfiguration