public class ServiceRegistrationInfo
extends java.lang.Object
| Constructor and Description |
|---|
ServiceRegistrationInfo(GraphName serviceName,
java.net.URI serviceUri,
NodeRegistrationInfo node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
NodeRegistrationInfo |
getNode()
Get the information about the node which contains the service.
|
GraphName |
getServiceName()
Get the name of the service.
|
java.net.URI |
getServiceUri()
Get the URI of the service server.
|
int |
hashCode() |
public ServiceRegistrationInfo(GraphName serviceName, java.net.URI serviceUri, NodeRegistrationInfo node)
public GraphName getServiceName()
public java.net.URI getServiceUri()
public NodeRegistrationInfo getNode()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object