Class SlaveInfo

java.lang.Object
com.decs.shared.SlaveInfo
All Implemented Interfaces:
Serializable

public class SlaveInfo extends Object implements Serializable
Slave Information Class

This class represents a DECS-Slave instance in the system.

Version:
1.0
Author:
Bruno Guiomar
See Also:
  • Field Details

  • Constructor Details

    • SlaveInfo

      public SlaveInfo(String id, String address, int port)
      Class Constructor
      Parameters:
      id - Slave identification
      address - Slave network Address (IP)
      port - Slave network port
  • Method Details

    • getId

      public String getId()
    • getAddress

      public String getAddress()
    • getPort

      public int getPort()
    • getSlaveService

      public SlaveService getSlaveService()
    • setSlaveService

      public void setSlaveService(SlaveService slaveService)