Java support for e-Biz Impact provides a practical way for users to interact with e-Biz Impact from a Java application by providing a set of Java classes, interfaces, and exceptions that allow you to:
Extend native Java 2 Platform, Standard Edition (J2SE) and Java 2 Platform, Enterprise Edition (J2EE) services to e-Biz Impact
Send Distributed Function Calls (DFCs) to e-Biz Impact from a Java client application
Send command and control (CNC) requests to e-Biz Impact from a Java client application
Receive or distribute transactions through Secure Sockets Layer (SSL) to e-Biz Impact
Provide Web services access to and from e-Biz Impact
Plug Java applications into e-Biz Impact
Java support for e-Biz Impact falls into two categories:
Remote access Allows access to e-Biz Impact from an external Java process.
Plug-in access Support for Java plug-in applications hosted directly by the e-Biz Impact runtime engine.
A message layer offers containers for the definition of DFC and CNC messages, arguments, and argument wrappers.
e-Biz Impact Java support requires JRE 1.4.2_05
or later.
When you run Java plug-in applications, run the cluster with the same version of JVM that you used to compile your plug-in applications, and keep the JVM and JDK versions in sync.For example:
Classes compiled with JDK 5 do not run properly if the cluster is started with JVM client version 1.4.
Classes compiled with JDK 5 run properly if the cluster is started with JVM client version 5.
Classes compiled with JDK 1.4 run properly if the cluster is started with JVM client version 1.4.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |