| Package | Description |
|---|---|
| org.osgi.service.coordinator |
Coordinator Package Version 1.0.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Participant> |
Coordination.getParticipants() |
Returns a snapshot of the Participants registered with this Coordination.
|
| 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 the
current Coordination. |