On Windows, DevTest embeds a library that enables in-process, bi-directional communication between the Java VM and the CLR (.NET). This library is named jdbridge (as in java dotnet bridge) and consists of three components:
These components can be found in the usual DevTest locations (the bin and lib directories).
The easiest way to take advantage of this bridge is by using the custom JavaScript step, but extensions are also possible. This section covers only the Java -> .NET API because it is the natural usage from DevTest. The following classes are the three central classes:
This section contains the following topics:
com.itko.lisa.jdbridge.JDInvoker
com.itko.lisa.jdbridge.JDProxy
com.itko.lisa.jdbridge.JDProxyEventListener
Copyright © 2014 CA Technologies.
All rights reserved.
|
|