* Prepared - illegal state
* PreparedSuccess - illegal state
* Committing - no response
* Aborting - illegal state
*/
final State state = coordinator.commit() ;
if (state != null)
{
if (state == State.STATE_COMMITTING)
{
throw new SystemException() ;