Public Member Functions | Private Attributes
org.ros.internal.node.server.master.ServiceRegistrationInfo Class Reference

List of all members.

Public Member Functions

boolean equals (Object obj)
NodeRegistrationInfo getNode ()
GraphName getServiceName ()
URI getServiceUri ()
int hashCode ()
 ServiceRegistrationInfo (GraphName serviceName, URI serviceUri, NodeRegistrationInfo node)

Private Attributes

final NodeRegistrationInfo node
final GraphName serviceName
final URI serviceUri

Detailed Description

Information a master needs about a service.

Author:
khughes@google.com (Keith M. Hughes)

Definition at line 28 of file ServiceRegistrationInfo.java.


Constructor & Destructor Documentation

Definition at line 45 of file ServiceRegistrationInfo.java.


Member Function Documentation

Definition at line 87 of file ServiceRegistrationInfo.java.

Get the information about the node which contains the service.

Returns:
The implementing node's information.

Definition at line 74 of file ServiceRegistrationInfo.java.

Get the name of the service.

Returns:
the serviceName

Definition at line 56 of file ServiceRegistrationInfo.java.

Get the URI of the service server.

Returns:
the service URI

Definition at line 65 of file ServiceRegistrationInfo.java.

Definition at line 79 of file ServiceRegistrationInfo.java.


Member Data Documentation

Node which is serving up the service.

Definition at line 43 of file ServiceRegistrationInfo.java.

Name of the service.

Definition at line 33 of file ServiceRegistrationInfo.java.

The URI for the service server.

Definition at line 38 of file ServiceRegistrationInfo.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:51