Uses of Interface
org.osgi.service.coordinator.Coordination
Packages that use Coordination
-
Uses of Coordination in org.osgi.service.coordinator
Methods in org.osgi.service.coordinator that return CoordinationModifier 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
.Methods in org.osgi.service.coordinator that return types with arguments of type CoordinationModifier and TypeMethodDescriptionCoordinator.getCoordinations()
Returns a snapshot of all active Coordinations.Methods in org.osgi.service.coordinator with parameters of type CoordinationModifier 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
.Constructors in org.osgi.service.coordinator with parameters of type CoordinationModifierConstructorDescriptionCoordinationException
(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.