The SilkPerformer class is used to access runtime information and to forward user information to the Silk Performer runtime environment. Here is the functionality offered by the SilkPerformer class:
The silk.performer package contains classes that enable the Java user implementation to communicate with the Silk Performer runtime environment. The class files are bundled in the javaUserFramework.zip archive. See the Classfiles folder in the installation home directory.
For detailed information on all Java Framework classes and methods, view the Java documentation (HTML).
A reference implementation of a BDL script called NewJavaFramework.bdf is included.
A sample Java class belonging to a BDL script called NewJavaFramework.java is included.
Three online samples are available. The sample files and related documentation are available at: <public user documents>\Silk Performer 19.5\Samples\JavaFramework\.
A Java Virtual Machine compatible with Oracle’s Java Runtime Environment (JRE) 7 or 8 must be installed on each agent machine. Note however that a full installation of a Java Development Kit (JDK) is recommended so that manually created Java test classes can be compiled.