Interface LocalKernel

All Superinterfaces:
Kernel, Lifecycle

public interface LocalKernel extends Kernel, Lifecycle
Declares the methods the openTCS kernel must provide which are not accessible to remote peers.
  • Method Details

    • addKernelExtension

      void addKernelExtension(KernelExtension newExtension)
      Adds a KernelExtension to this kernel.
      Parameters:
      newExtension - The extension to be added.
    • removeKernelExtension

      void removeKernelExtension(KernelExtension rmExtension)
      Removes a KernelExtension from this kernel.
      Parameters:
      rmExtension - The extension to be removed.