Class CommandId

java.lang.Object
gda.commandqueue.CommandId
All Implemented Interfaces:
Serializable

public class CommandId extends Object implements Serializable
A class that is used to uniquely identify each entry in a CommandQueue The static method generateCommandId is used to create an instance of CommandId
See Also:
  • Field Details

    • noneCommand

      public static final CommandId noneCommand
  • Method Details

    • generateCommandId

      public static CommandId generateCommandId()
      method to use to create a unique CommandId
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object