Although the transactionId is also provided in the {@link #complete(Command)} callback, it is passed in here as wellso that an implementation can ensure that the {@link Command} is fully populated in orderto persist if required.
One case where this may be supported (for example, by the CommandServiceJdo implementation) is to flush still-running {@link Command}s to the database on-demand.
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.