Klasse ClientID

java.lang.Object
org.opentcs.access.rmi.ClientID
Alle implementierten Schnittstellen:
Serializable

public class ClientID extends Object implements Serializable
Identifies a remote client unambiguously.
Siehe auch:
  • Konstruktordetails

    • ClientID

      public ClientID(@Nonnull String clientName)
      Creates a new ClientID.
      Parameter:
      clientName - The client's name.
  • Methodendetails

    • getClientName

      @Nonnull public String getClientName()
      Return the client's name.
      Gibt zurück:
      The client's name.
    • equals

      public boolean equals(Object otherObject)
      Checks if this object equals another one.
      Setzt außer Kraft:
      equals in Klasse Object
      Parameter:
      otherObject - The other object to be compared with this object.
      Gibt zurück:
      true if, and only if, the given object is also a ClientID and contains the same name and the same UUID as this one.
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object