public class ServiceEntry
Information for an advertised service including the service specific identity information. The identity can be used in flows and is distinct from the Node's legalIdentity
Constructor and Description |
---|
ServiceEntry(ServiceInfo info,
Party identity)
Information for an advertised service including the service specific identity information.
The identity can be used in flows and is distinct from the Node's legalIdentity
|
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
component1() |
Party |
component2() |
ServiceEntry |
copy(ServiceInfo info,
Party identity)
Information for an advertised service including the service specific identity information.
The identity can be used in flows and is distinct from the Node's legalIdentity
|
boolean |
equals(java.lang.Object p) |
Party |
getIdentity() |
ServiceInfo |
getInfo() |
int |
hashCode() |
java.lang.String |
toString() |
public ServiceEntry(ServiceInfo info, Party identity)
Information for an advertised service including the service specific identity information. The identity can be used in flows and is distinct from the Node's legalIdentity
public ServiceInfo getInfo()
public Party getIdentity()
public ServiceInfo component1()
public Party component2()
public ServiceEntry copy(ServiceInfo info, Party identity)
Information for an advertised service including the service specific identity information. The identity can be used in flows and is distinct from the Node's legalIdentity
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)