Interface MachineAware

All Known Implementing Classes:
MostDirectConnectionSelector

public interface MachineAware
This indicates a class that can be told about the machine.
  • Method Details

    • getMachine

      Machine getMachine()
      Returns:
      The machine that the class was told about.
    • setMachine

      void setMachine​(Machine machine)
      Parameters:
      machine - The machine to tell the class about.