java.lang
Class SystemClassLoaderAction

java.lang.Object
  |
  +--java.lang.SystemClassLoaderAction
All Implemented Interfaces:
java.security.PrivilegedExceptionAction

synchronized class SystemClassLoaderAction
extends Object
implements java.security.PrivilegedExceptionAction


Field Summary
private  ClassLoader parent
           
 
Constructor Summary
(package private) SystemClassLoaderAction(ClassLoader)
           
 
Method Summary
 Object run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

private ClassLoader parent
Constructor Detail

SystemClassLoaderAction

SystemClassLoaderAction(ClassLoader)
Method Detail

run

public Object run()
           throws Exception
Specified by:
run in interface java.security.PrivilegedExceptionAction
Exception