|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Engine | This interface defines the general contract that all implemented concrete engines must satisfy. |
PCallListener | Interface to be implemented by listeners to PCall objects. |
Class Summary | |
---|---|
AbstractConfigPanel | This class should be subclassed by panels laying out an input mask to collect configuration information. |
CFunc | An abstraction for a C function pointer. |
CMalloc | A CPtr to memory obtained from the C heap via a call to
malloc . |
ConfigDialog | A JDialog to collect configuration information about the
engine from the user. |
ConfigHolder | This class is used by Engine instances to get all information
that is necessary to run a specific engine. |
ConfigHolder.KeyValPair | Inner class for storing key value pairs of this collection as XML elements. |
ConfigKeys | This class contains an enumeration of constants that define different types of information needed for a certain engine to run, for example the location of the executable, the temporary directory, etc. |
CPtr | An abstraction for a C pointer data type. |
DefaultConfigPanel | Default implementation of AbstractConfigPanel to provide a
user input mask for all settings needed to run an engine. |
DefaultPCallControl | Default component for displaying status information about procedure calls. |
EngineTest | This is a set of tests for the com.jstatcom.engine package. |
EngineTypes | This class is a Mediator that binds the various classes and resources together that belong to an engine implementation. |
LoadTypes | This class contains an enumeration of constants that define different types of modules that can be loaded by a certain engine, for example dynamic link libraries (.dll) or special engine executables (.lib). |
PCall | This class encapsulates procedure calls to carry out computational tasks in an extra thread. |
PCallAdapter | An empty convenience implementation of PCallListener . |
SysRun | Helper class to invoke system commands via static methods. |
Abstract implementation of the engine communication as well as the procedure call.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |