| Package | Description |
|---|---|
| com.wolfram.jlink |
This is the main J/Link package, containing the classes and interfaces that programmers will use most.
|
| com.wolfram.jlink.ui |
Includes some classes useful in programs with non-trivial user intefaces.
|
| com.wolfram.jlink.util |
A couple of special utility classes: LinkSnooper, a program that displays MathLink traffic between two programs, and MathematicaTask, an Ant task for using Mathematica in Ant build files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PacketPrinter
PacketPrinter is an implementation of the PacketListener interface that prints
the contents of incoming packets to a stream that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KernelLink.addPacketListener(PacketListener listener)
Adds the specified PacketListener to receive PacketArrivedEvents.
|
void |
KernelLink.removePacketListener(PacketListener listener)
Removes the specified PacketListener object so that it no longer receives
PacketArrivedEvents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterruptDialog
This is an "interrupt computation" dialog similar to the one you see in the notebook front
end when you select Kernel/Interrupt Evaluation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MathematicaTask
MathematicaTask is an Ant task that allows you to call Mathematica from Ant build files.
|
J/Link is Copyright (c) 1999-2012, Wolfram Research, Inc. All rights reserved.