Class ServiceRegistrationInfo

java.lang.Object
org.ros.internal.node.server.master.ServiceRegistrationInfo

public class ServiceRegistrationInfo extends Object
Information a master needs about a service.
Author:
khughes@google.com (Keith M. Hughes)
  • Constructor Details

  • Method Details

    • getServiceName

      public GraphName getServiceName()
      Get the name of the service.
      Returns:
      the serviceName
    • getServiceUri

      public URI getServiceUri()
      Get the URI of the service server.
      Returns:
      the service URI
    • getNode

      public NodeRegistrationInfo getNode()
      Get the information about the node which contains the service.
      Returns:
      The implementing node's information.
    • hashCode

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

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