The nsIJRILiveConnectPluginInstancePeer interface is implemented by browsers that support JRI-based LiveConnect. Note that for 5.0, LiveConnect support has become JNI-based, so this interface is effectively deprecated. To obtain: QueryInterface on nsIPluginInstancePeer
[uuid(25b63f40-f773-11d1-815b-006008119d7a)]
interface nsIJRILiveConnectPluginInstancePeer : nsISupports
Methods
Returns a JRI env corresponding to the current Java thread of the browser. (Corresponds to NPN_GetJavaEnv.)
void
getJavaEnv(out JRIEnvPtr aEnv)
Returns a JRI reference to the Java peer object associated with the plugin instance. This object is an instance of the class specified by nsIJRILiveConnectPlugin::GetJavaClass. (Corresponds to NPN_GetJavaPeer.)
void
getJavaPeer(out jref aJavaPeer)
Compare to: