|
OSGi™ Service Platform Compendium Specification Release 4 Version 4.3 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Coordination | |
|---|---|
| org.osgi.service.coordinator | Coordinator Package Version 1.0. |
| Uses of Coordination in org.osgi.service.coordinator |
|---|
| Methods in org.osgi.service.coordinator that return Coordination | |
|---|---|
Coordination |
Coordinator.begin(java.lang.String name,
long timeMillis)
Create a new Coordination and make it the current
Coordination. |
Coordination |
Coordinator.create(java.lang.String name,
long timeMillis)
Create a new Coordination. |
Coordination |
Coordinator.getCoordination(long id)
Returns the Coordination with the specified id. |
Coordination |
Coordination.getEnclosingCoordination()
Returns the Coordination enclosing this Coordination if this Coordination is on the thread local Coordination stack. |
Coordination |
Coordinator.peek()
Returns the current Coordination. |
Coordination |
Coordinator.pop()
Remove the current Coordination from the thread local Coordination stack. |
Coordination |
Coordination.push()
Push this Coordination object onto the thread local Coordination stack to make it the current Coordination. |
| Methods in org.osgi.service.coordinator that return types with arguments of type Coordination | |
|---|---|
java.util.Collection<Coordination> |
Coordinator.getCoordinations()
Returns a snapshot of all active Coordinations. |
| Methods in org.osgi.service.coordinator with parameters of type Coordination | |
|---|---|
void |
Participant.ended(Coordination coordination)
Notification that a Coordination has terminated normally. |
void |
Participant.failed(Coordination coordination)
Notification that a Coordination has terminated as a failure. |
| Constructors in org.osgi.service.coordinator with parameters of type Coordination | |
|---|---|
CoordinationException(java.lang.String message,
Coordination coordination,
int type)
Create a new Coordination Exception. |
|
CoordinationException(java.lang.String message,
Coordination coordination,
int type,
java.lang.Throwable cause)
Create a new Coordination Exception with a cause. |
|
|
OSGi™ Service Platform Compendium Specification Release 4 Version 4.3 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||