Push this Coordination object onto the thread local Coordination stack to make it the {@link Coordinator#peek() current Coordination}.
@return This Coordination.
@throws CoordinationException If this Coordination is already on the anythread's thread local Coordination stack or this Coordination {@link #isTerminated() is terminated}.
@throws SecurityException If the caller does not have{@code CoordinationPermission[INITIATE]} for this Coordination.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.