From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5e3fa264114b41e3,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-18 10:11:19 PST Path: archiver1.google.com!news1.google.com!postnews1.google.com!not-for-mail From: Kevin.Brugh@lmco.com (Kevin Brugh) Newsgroups: comp.lang.ada Subject: Setting up a Java Callback to Ada Date: 18 Jan 2002 10:11:19 -0800 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 192.31.106.34 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1011377479 23565 127.0.0.1 (18 Jan 2002 18:11:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 18 Jan 2002 18:11:19 GMT Xref: archiver1.google.com comp.lang.ada:19064 Date: 2002-01-18T18:11:19+00:00 List-Id: I need to create some Ada code that will call Java code to set up a callback. I need the Java side to save the Callback procedure I sent it. When a event is triggered, specifically an OnMessage call from Weblogic. The OnMessage method in my java code will use that saved Callback Procedure and call my Ada procedure. Any suggestions?? Kevin