ParticipantInfo¶
-
public class
ParticipantInfo
¶ Internal data holder for participant information. Used within introspection model.
- Author
swrede, ssharma
Constructors¶
ParticipantInfo¶
-
public
ParticipantInfo
(String kind, ParticipantId id, ParticipantId parentId, Scope scope, Class<?> dataType, Set<URI> transportUris)¶ Creates a new instance.
- Parameters
kind – string representation of the type of participant being represented, not
null
id – id of the participant, not
null
parentId – id of the parent participant or
null
if there is no parentscope – scope of the participant, not
null
dataType – data type of the participant or
null
if not applicabletransportUris – URIs describing the transports for the represented participant. Must not be
null
.
Methods¶
getDataType¶
getId¶
-
public ParticipantId
getId
()¶ Returns the unique ID of the participant.
- Returns
participant id
getKind¶
getParentId¶
-
public ParticipantId
getParentId
()¶ Returns the id of the parent participant or
null
in case there is no parent.- Returns
participant id or
null