A javasrv application is a Java Native Interface (JNI) plug-in to the e-Biz Impact bus that hosts a Java application plug-in written by the user.
At runtime when the JNI plug-in receives a DFC and passes the DFC into an ApplicationPlugin Java class. The ApplicationPlugin invokes the corresponding function from a user-defined Java application.
The user-defined application extends Application to allow:
Receiving function calls from the bus
Sending function calls through the bus into another e-biz Impact application
Setting the application instance status code and description
Logging information into the application xlog
Defining and accessing RteObjects like timers (see RteObject below)
Suspending and resuming activity
Getting configuration keys
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |