org.logicalcobwebs.logging.impl
Class MyPrivilegedAction

java.lang.Object
  extended by org.logicalcobwebs.logging.impl.MyPrivilegedAction
All Implemented Interfaces:
java.security.PrivilegedAction

public class MyPrivilegedAction
extends java.lang.Object
implements java.security.PrivilegedAction

This used to be an anonymous class in LogFactoryImpl but it was causing bizarre compilation failures in JDK1.2.

Since:
Proxool 0.7
Version:
$Revision: 1.3 $, $Date: 2003/03/03 11:11:55 $
Author:
bill, $Author: billhorsman $ (current maintainer)

Field Summary
private  java.lang.String name
           
private  java.lang.ClassLoader threadCL
           
 
Constructor Summary
MyPrivilegedAction(java.lang.ClassLoader threadCL, java.lang.String name)
           
 
Method Summary
 java.lang.Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadCL

private java.lang.ClassLoader threadCL

name

private java.lang.String name
Constructor Detail

MyPrivilegedAction

public MyPrivilegedAction(java.lang.ClassLoader threadCL,
                          java.lang.String name)
Method Detail

run

public java.lang.Object run()
Specified by:
run in interface java.security.PrivilegedAction