Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 57966 invoked from network); 6 Jul 2007 18:31:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jul 2007 18:31:33 -0000 Received: (qmail 20294 invoked by uid 500); 6 Jul 2007 18:31:31 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 20055 invoked by uid 500); 6 Jul 2007 18:31:30 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 20044 invoked by uid 99); 6 Jul 2007 18:31:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2007 11:31:29 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ingmar.kliche@googlemail.com designates 66.249.82.236 as permitted sender) Received: from [66.249.82.236] (HELO wx-out-0506.google.com) (66.249.82.236) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2007 11:31:24 -0700 Received: by wx-out-0506.google.com with SMTP id h27so263651wxd for ; Fri, 06 Jul 2007 11:31:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=LnveRzWA/zYZ+gclHL5fhwr8yzsvE9OGqyV0tMsc1n7rKFadk6dqhq/l0kBulcU2X74HWdI1IOq0M+b1UCtjy1KIoYjg7T9lpTcmsbowEwu0e0v5vtOvgq1lXvL4JSRqgBLQoyhhzCbzQ8dVUzssW0OVSbvIXC3NSa4MUQNFH5Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ELPGjtfYi/bk9COx1XaouBnkvSyRdmLfv0g4AVZgr0ka0OtG0auMHs66u3VO8AXvpTEuS0ltvkT0neq+m2lcD1lGNQRUpOSRPOvT6n3uoDyeNMu9cwdM+lm+JBJpiQqvrEREVCuRZb3AvGJ3oOPmgG6DIRa/pcPsoX5gAw9amak= Received: by 10.90.68.15 with SMTP id q15mr722168aga.1183746662940; Fri, 06 Jul 2007 11:31:02 -0700 (PDT) Received: by 10.90.94.10 with HTTP; Fri, 6 Jul 2007 11:31:02 -0700 (PDT) Message-ID: Date: Fri, 6 Jul 2007 20:31:02 +0200 From: "Ingmar Kliche" To: "Jakarta Commons User List" Subject: [SCXML] Terminate/Halt SCXML state machine from external MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_115077_14864369.1183746662914" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_115077_14864369.1183746662914 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I need to terminate a state machine instance from external (i.e. not from markup) to prevent it to process any further event. A SCXMLExecuter.reset() is unfortunately more than a pure "reset", it is also a "go" (i.e. the initial state is executed and therefore the state machine is again active). How do I really _terminate_ a state machine, including all the clean up for cancelling existing 's etc.? - Ingmar. ------=_Part_115077_14864369.1183746662914--