Schnittstelle LocalKernel

Alle Superschnittstellen:
Kernel, Lifecycle

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

    • addKernelExtension

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

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