Implemented by
[scriptable, uuid(a1e5ed50-aa4a-11d1-85b2-00805f0e4dfe)]
interface nsIJVMManager : nsISupports
Attributes
The JavaEnabled variable to see if Java is Enabled or not
readonly attribute
boolean
JavaEnabled
Methods
Creates a proxy JNI with an optional secure environment (which can be NULL). There is a one-to-one correspondence between proxy JNIs and threads, so calling this method multiple times from the same thread will return the same proxy JNI.
[noscript]
void
createProxyJNI(in nsISecureEnv secureEnv, out JNIEnv outProxyEnv)
Returns the proxy JNI associated with the current thread, or NULL if no such association exists.
[noscript]
void
getProxyJNI(out JNIEnv outProxyEnv)
isAllPermissionGranted [Deprecated Sep-10-2000]
boolean
isAllPermissionGranted(in string lastFingerprint, in string lastCommonName, in string rootFingerprint, in string rootCommonName)
isAppletTrusted
[noscript]
nsIPrincipal
isAppletTrusted(in string aRSABuf, in PRUint32 aRSABufLen, in string aPlaintext, in PRUint32 aPlaintextLen, out boolean isTrusted)
Called from Java Console menu item.
void
showJavaConsole()
Compare to: