IntrospectionParticipantObserver¶
-
public class
IntrospectionParticipantObserver
implements ParticipantObserver¶ Observer instance connecting the creation / deconstruction of participants to the introspection mechanism.
- Author
swrede, jwienke
Constructors¶
IntrospectionParticipantObserver¶
-
public
IntrospectionParticipantObserver
(String processDisplayName)¶ Constructs a new instance and accepts a display name to describe the process this instance is operating in.
- Parameters
processDisplayName – human-readable name of the process this instance operates in, may be
null
if not provided- Throws
rsb.introspection.LacksOsInformationException – thrown in case required information from the operating system are not available. This makes the introspection unusable.
Methods¶
created¶
-
public void
created
(Participant participant, ParticipantCreateArgs<?> args)¶
destroyed¶
-
public void
destroyed
(Participant participant)¶