Native methods of the Java API class java.lang.SecurityManager.
Functions


HArrayOfObject* java_lang_SecurityManager_getClassContext(struct Hjava_lang_SecurityManager* this)
Gets the class context.
Arguments
- struct Hjava_lang_SecurityManager* this
Reference to the SecurityManager object (this).
Return value
- Reference to an array describing the class context.

struct Hjava_lang_ClassLoader* java_lang_SecurityManager_currentClassLoader(struct Hjava_lang_SecurityManager* this)
Gets the most recent class loader.
Arguments
- struct Hjava_lang_SecurityManager* this
Reference to the SecurityManager object (this).
Return value
- Reference to the current ClassLoader object.

jint java_lang_SecurityManager_classDepth(struct Hjava_lang_SecurityManager* this, struct Hjava_lang_String* str)
Returns the stack depth of the specified class.
Arguments
- struct Hjava_lang_SecurityManager* this
Reference to the SecurityManager object (this).
- struct Hjava_lang_String* str
Reference to the fully qualified name of the class to search for.
Return value
- The depth on the stack frame of the first occurrence of a method
from a class with the specified name. -1 if such a frame cannot be found.

jint java_lang_SecurityManager_classLoaderDepth(struct Hjava_lang_SecurityManager* this)
Returns the stack depth of the most recently executing
method from a class defined using a class loader.
Arguments
- struct Hjava_lang_SecurityManager* this
Reference to the SecurityManager object (this).
Return value
- The depth on the stack frame of the most recent occurrence of a
method from a class defined using a class loader. Returns -1 if there is no
occurrence of a method from a class defined using a class loader.

struct Hjava_lang_Class* java_lang_SecurityManager_currentLoadedClass0(struct Hjava_lang_SecurityManager* this)
Unimplemented!
Arguments
- struct Hjava_lang_SecurityManager* this
Reference to the SecurityManager object (this).
Return value
- Reference to a Class object.
File generated from "SecurityManager.c" by autodoc. 19-03-1998 14:58