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
nullid – id of the participant, not
nullparentId – id of the parent participant or
nullif there is no parentscope – scope of the participant, not
nulldataType – data type of the participant or
nullif 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
nullin case there is no parent.- Returns
participant id or
null