Uses of Interface
org.osgi.service.coordinator.Coordination
-
Uses of Coordination in org.osgi.service.coordinator
Modifier and TypeMethodDescriptionCreate a new Coordination and make it thecurrent Coordination
.Create a new Coordination.Coordinator.getCoordination
(long id) Returns the Coordination with the specified id.Coordination.getEnclosingCoordination()
Returns the Coordination enclosing this Coordination if this Coordination is on the thread local Coordination stack.Coordinator.peek()
Returns the current Coordination.Coordinator.pop()
Remove the current Coordination from the thread local Coordination stack.Coordination.push()
Push this Coordination object onto the thread local Coordination stack to make it thecurrent Coordination
.Modifier and TypeMethodDescriptionCoordinator.getCoordinations()
Returns a snapshot of all active Coordinations.Modifier and TypeMethodDescriptionvoid
Participant.ended
(Coordination coordination) Notification that a Coordination has terminatednormally
.void
Participant.failed
(Coordination coordination) Notification that a Coordination has terminated as afailure
.ModifierConstructorDescriptionCoordinationException
(String message, Coordination coordination, int type) Create a new Coordination Exception.CoordinationException
(String message, Coordination coordination, int type, Throwable cause) Create a new Coordination Exception with a cause.