Class KernelMessage

All Implemented Interfaces:
Serializable, Cloneable

public class KernelMessage extends EnumMessage<KernelAction>
KernelMessage is a message that can be sent to the kernel agent. It is used to send MaDKit commands to the kernel agent.
Since:
MaDKit 1.0
See Also:
  • Constructor Details

    • KernelMessage

      public KernelMessage(KernelAction code, Object... commandOptions)
      Builds a kernel message with the specified enum code and command options
      Parameters:
      code - the enum constant from the KernelAction enumeration
      commandOptions - a list of objects representing the command options