Class ServiceRegistrationInfo
java.lang.Object
org.ros.internal.node.server.master.ServiceRegistrationInfo
Information a master needs about a service.
- Author:
- khughes@google.com (Keith M. Hughes)
-
Constructor Summary
ConstructorsConstructorDescriptionServiceRegistrationInfo(GraphName serviceName, URI serviceUri, NodeRegistrationInfo node) -
Method Summary
-
Constructor Details
-
ServiceRegistrationInfo
-
-
Method Details
-
getServiceName
Get the name of the service.- Returns:
- the serviceName
-
getServiceUri
Get the URI of the service server.- Returns:
- the service URI
-
getNode
Get the information about the node which contains the service.- Returns:
- The implementing node's information.
-
hashCode
public int hashCode() -
equals
-