* Ended -> Ended (resend NotCompleted)
*/
public void cannotComplete(final NotificationType cannotComplete, final AddressingProperties addressingProperties,
final ArjunaContext arjunaContext)
{
final State current ;
synchronized(this)
{
current = state ;
if ((current == State.STATE_ACTIVE) || (current == State.STATE_CANCELING_ACTIVE) ||
(current == State.STATE_CANCELING_COMPLETING) || (current == State.STATE_COMPLETING))