Package org.opentcs.access
Interface LocalKernel
public interface LocalKernel extends Kernel, Lifecycle
Declares the methods the openTCS kernel must provide which are not accessible
to remote peers.
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and Type Method Description voidaddKernelExtension(KernelExtension newExtension)Adds aKernelExtensionto this kernel.voidremoveKernelExtension(KernelExtension rmExtension)Removes aKernelExtensionfrom this kernel.Methods inherited from interface org.opentcs.components.Lifecycle
initialize, isInitialized, terminate
-
Method Details
-
addKernelExtension
Adds aKernelExtensionto this kernel.- Parameters:
newExtension- The extension to be added.
-
removeKernelExtension
Removes aKernelExtensionfrom this kernel.- Parameters:
rmExtension- The extension to be removed.
-