nca_java_get_value_ex

Example: nca_java_get_value_exJava Object Functions

Retrieves the value of a property of a Java object.

int nca_java_get_value_ex( LPCSTR name, LPCSTR property_name, LPSTR property_value );
name The name of the Java object
property_name The name of the property within Java object name
property_value The OUT parameter to store the value of the property property_name

nca_java_get_value_ex retrieves the value of the specified property property_name within a Java object.

This and other nca_java functions can be sent to the server as a single packet by wrapping the set of nca_java calls with nca_step_begin and nca_step_end functions.

Return Values

Oracle NCA Error Codes

Parameterization

Parameterization is not available for this function.