java.lang.Objectsun.security.action.LoadLibraryAction
All Implemented Interfaces:
PrivilegedAction
An instance of this class can be used as the argument of
AccessController.doPrivileged.
The following code attempts to load the system library named
"lib" as a privileged action:
java.security.AccessController.doPrivileged(new LoadLibraryAction("lib"));
Roland - Schemers1.2 - | Constructor: |
|---|
The manner in which a library name is mapped to the actual system library is system dependent.
|
| Method from sun.security.action.LoadLibraryAction Summary: |
|---|
| run |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from sun.security.action.LoadLibraryAction Detail: |
|---|
|