home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / applet / AppletClassLoader$4.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  1.5 KB  |  31 lines

  1. package sun.applet;
  2.  
  3. import java.security.PrivilegedAction;
  4.  
  5. class AppletClassLoader$4 implements PrivilegedAction {
  6.    // $FF: synthetic field
  7.    private final AppletClassLoader this$0;
  8.  
  9.    AppletClassLoader$4(AppletClassLoader var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public Object run() {
  14.       AppletClassLoader.access$202(this.this$0, new AppletThreadGroup(AppletClassLoader.access$000(this.this$0) + "-threadGroup"));
  15.       AppContextCreator var1 = new AppContextCreator(AppletClassLoader.access$200(this.this$0));
  16.       ((Thread)var1).setContextClassLoader(this.this$0);
  17.       Object var2 = var1.syncObject;
  18.       synchronized(var2) {
  19.          ((Thread)var1).start();
  20.  
  21.          try {
  22.             var1.syncObject.wait();
  23.          } catch (InterruptedException var5) {
  24.          }
  25.  
  26.          AppletClassLoader.access$302(this.this$0, var1.appContext);
  27.          return null;
  28.       }
  29.    }
  30. }
  31.