Uses of Interface
org.osgi.service.coordinator.Participant
-
Packages that use Participant Package Description org.osgi.service.coordinator Coordinator Package Version 1.0. -
-
Uses of Participant in org.osgi.service.coordinator
Methods in org.osgi.service.coordinator that return types with arguments of type Participant Modifier and Type Method Description java.util.List<Participant>
Coordination. getParticipants()
Returns a snapshot of the Participants registered with this Coordination.Methods in org.osgi.service.coordinator with parameters of type Participant Modifier and Type Method Description void
Coordination. addParticipant(Participant participant)
Register a Participant with this Coordination.boolean
Coordinator. addParticipant(Participant participant)
Register a Participant with thecurrent Coordination
.
-