WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIJRILiveConnectPlugin

IID:c94058e0-f772-11d1-815b-006008119d7a
Inherits From:nsISupports

The nsIJRILiveConnectPlugin interface defines additional entry points that a plugin developer needs to implement in order for the plugin to support JRI-based LiveConnect, as opposed to the standard JNI-based LiveConnect (which new in 5.0).

Plugin developers requiring this capability should implement this interface in addition to the basic nsIPlugin interface.


Methods

void getJavaClass ( JRIEnvPtr* env , out jref javaClass )

void getJavaClass ( JRIEnvPtr* env , out jref javaClass )

Returns the class of the Java instance to be associated with the plugin.

(New JNI-based entry point, roughly corresponds to NPP_GetJavaClass.)

Arguments:
env
javaClass: - a resulting reference to the Java class

Reference documentation is generated from Mozilla's source.