@Entity public class CapabilityEntryPersisted extends Object implements CapabilityEntry, Serializable
CapabilityEntry.Origin| Modifier and Type | Field and Description |
|---|---|
protected long |
dateWhenRegistered |
protected String |
domain |
protected List<AddressPersisted> |
endpointAddresses |
protected String |
interfaceName |
protected CapabilityEntry.Origin |
origin |
protected String |
participantId |
protected ProviderQosPersisted |
providerQos |
| Constructor and Description |
|---|
CapabilityEntryPersisted() |
CapabilityEntryPersisted(joynr.types.CapabilityInformation capabilityInformation) |
CapabilityEntryPersisted(String domain,
Class<T> providedInterface,
joynr.types.ProviderQos providerQos,
String participantId,
long dateWhenRegistered,
AddressPersisted... endpointAddresses) |
CapabilityEntryPersisted(String domain,
String interfaceName,
joynr.types.ProviderQos providerQos,
String participantId,
long dateWhenRegistered,
AddressPersisted... endpointAddresses) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEndpoint(joynr.system.RoutingTypes.Address endpointAddress) |
boolean |
equals(Object obj) |
static CapabilityEntryPersisted |
fromCapabilityInformation(joynr.types.CapabilityInformation capInfo) |
List<joynr.system.RoutingTypes.Address> |
getAddresses() |
long |
getDateWhenRegistered() |
String |
getDomain() |
String |
getInterfaceName() |
String |
getParticipantId() |
joynr.types.ProviderQos |
getProviderQos() |
int |
hashCode() |
void |
setDateWhenRegistered(long dateWhenRegistered) |
void |
setOrigin(CapabilityEntry.Origin remote) |
joynr.types.CapabilityInformation |
toCapabilityInformation() |
protected String participantId
protected String domain
protected String interfaceName
protected ProviderQosPersisted providerQos
protected List<AddressPersisted> endpointAddresses
protected long dateWhenRegistered
protected CapabilityEntry.Origin origin
public CapabilityEntryPersisted()
public CapabilityEntryPersisted(String domain, String interfaceName, joynr.types.ProviderQos providerQos, String participantId, long dateWhenRegistered, AddressPersisted... endpointAddresses)
public CapabilityEntryPersisted(String domain, Class<T> providedInterface, joynr.types.ProviderQos providerQos, String participantId, long dateWhenRegistered, AddressPersisted... endpointAddresses)
public CapabilityEntryPersisted(joynr.types.CapabilityInformation capabilityInformation)
public static CapabilityEntryPersisted fromCapabilityInformation(joynr.types.CapabilityInformation capInfo)
@CheckForNull public joynr.types.CapabilityInformation toCapabilityInformation()
toCapabilityInformation in interface CapabilityEntrypublic joynr.types.ProviderQos getProviderQos()
getProviderQos in interface CapabilityEntrypublic List<joynr.system.RoutingTypes.Address> getAddresses()
getAddresses in interface CapabilityEntrypublic String getParticipantId()
getParticipantId in interface CapabilityEntrypublic String getDomain()
getDomain in interface CapabilityEntrypublic String getInterfaceName()
getInterfaceName in interface CapabilityEntrypublic long getDateWhenRegistered()
getDateWhenRegistered in interface CapabilityEntrypublic void setDateWhenRegistered(long dateWhenRegistered)
setDateWhenRegistered in interface CapabilityEntrypublic void setOrigin(CapabilityEntry.Origin remote)
setOrigin in interface CapabilityEntrypublic void addEndpoint(joynr.system.RoutingTypes.Address endpointAddress)
addEndpoint in interface CapabilityEntryCopyright © 2015. All rights reserved.