- java_class_name
- The name of the Java class contained within the JAR identified by jar_name that contains the Java method to execute for this procedure.
- If the Java class and method are contained in an external package, you must fully qualify java_class_name with the appropriate package name and path.
- java_method_name
- The name of the Java method that is performed when this procedure executes.