Searched defs:Coordinator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DCoordinator.java54 * (Note that the same {@link Coordinator} can be then used by a different thread
65 public abstract class Coordinator implements ErrorHandler, ValidationEventHandler { class in inherits:ErrorHandler,ValidationEventHandler
98 * The {@link Coordinator} in charge before this {@link Coordinator}.
103 * A 'pointer' to a {@link Coordinator} that keeps track of the currently active {@link Coordinator}.
116 * Associates this {@link Coordinator} with the current thread.
125 * Dis-associate this {@link Coordinator} with the current thread.
138 * Called whenever an execution flow enters the realm of this {@link Coordinator}.
146 * Called whenever an execution flow exits the realm of this {@link Coordinator}
[all...]

Completed in 106 milliseconds