Uses of Interface
org.osgi.service.coordinator.Participant
Packages that use Participant
-
Uses of Participant in org.osgi.service.coordinator
Methods in org.osgi.service.coordinator that return types with arguments of type ParticipantModifier and TypeMethodDescriptionCoordination.getParticipants()
Returns a snapshot of the Participants registered with this Coordination.Methods in org.osgi.service.coordinator with parameters of type ParticipantModifier and TypeMethodDescriptionvoid
Coordination.addParticipant
(Participant participant) Register a Participant with this Coordination.boolean
Coordinator.addParticipant
(Participant participant) Register a Participant with thecurrent Coordination
.