java.lang
Class SystemClassLoaderAction

java.lang.Object
  extended byjava.lang.SystemClassLoaderAction
All Implemented Interfaces:
java.security.PrivilegedExceptionAction

class SystemClassLoaderAction
extends Object
implements java.security.PrivilegedExceptionAction


Field Summary
private  ClassLoader parent
           
 
Constructor Summary
(package private) SystemClassLoaderAction(ClassLoader parent)
           
 
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 parent)
Method Detail

run

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