class: JavaProcess
authorClaus Gittinger <cg@exept.de>
Sat, 27 Apr 2013 12:18:00 +0200
changeset 2557 f242769251a6
parent 2556 31d0c6fa875f
child 2558 138790cf336d
class: JavaProcess access messageNotUnderstood directly
JavaProcess.st
--- a/JavaProcess.st	Thu Apr 25 15:11:51 2013 +0200
+++ b/JavaProcess.st	Sat Apr 27 12:18:00 2013 +0200
@@ -60,7 +60,6 @@
 "
 ! !
 
-
 !JavaProcess class methodsFor:'instance creation'!
 
 newHelper
@@ -70,7 +69,6 @@
     "Created: / 15-12-2010 / 11:11:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaProcess methodsFor:'accessing'!
 
 suspendedContext
@@ -97,7 +95,6 @@
     "Created: 7.5.1996 / 09:02:12 / cg"
 ! !
 
-
 !JavaProcess methodsFor:'interrupts'!
 
 clearInterruptActions
@@ -119,7 +116,6 @@
     "Created: / 10.4.1998 / 15:21:15 / cg"
 ! !
 
-
 !JavaProcess methodsFor:'suspend & resume'!
 
 terminateNoSignal
@@ -135,7 +131,6 @@
     "Modified: / 27-08-2012 / 11:50:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaProcess::Helper methodsFor:'initialization'!
 
 javaProcess:something
@@ -146,7 +141,6 @@
     javaThreadObject := something.
 ! !
 
-
 !JavaProcess::Helper methodsFor:'support'!
 
 value
@@ -202,7 +196,7 @@
                         ex return.
                     ]
                     do: [
-                        Object messageNotUnderstoodSignal 
+                        MessageNotUnderstood 
                             handle: [
                                 :ex | 
                                 | 
@@ -265,20 +259,19 @@
     "Modified: / 09-12-2011 / 12:51:55 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaProcess class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libjava/JavaProcess.st,v 1.18 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaProcess.st,v 1.19 2013-04-27 10:18:00 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaProcess.st,v 1.18 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaProcess.st,v 1.19 2013-04-27 10:18:00 cg Exp $'
 !
 
 version_HG
 
-    ^ '$Changeset: <not expanded> $'
+    ^ '§Changeset: <not expanded> §'
 !
 
 version_SVN