edu.rice.cs.util.classloader
Class StickyClassLoaderTest.A

java.lang.Object
  |
  +--edu.rice.cs.util.classloader.StickyClassLoaderTest.A
All Implemented Interfaces:
StickyClassLoaderTest.BMaker
Enclosing class:
StickyClassLoaderTest

public static class StickyClassLoaderTest.A
extends Object
implements StickyClassLoaderTest.BMaker


Inner Class Summary
private static class StickyClassLoaderTest.A.B
           
 
Constructor Summary
StickyClassLoaderTest.A()
           
 
Method Summary
 Object makeB()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

StickyClassLoaderTest.A

public StickyClassLoaderTest.A()
Method Detail

makeB

public Object makeB()
Specified by:
makeB in interface StickyClassLoaderTest.BMaker