com.thaiopensource.util
Class Service.Loader2

java.lang.Object
  extended by com.thaiopensource.util.Service.Loader
      extended by com.thaiopensource.util.Service.Loader2
Enclosing class:
Service

private static class Service.Loader2
extends Service.Loader


Field Summary
private  ClassLoader cl
           
 
Constructor Summary
Service.Loader2()
           
 
Method Summary
(package private)  Enumeration getResources(String resName)
           
(package private)  Class loadClass(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cl

private ClassLoader cl
Constructor Detail

Service.Loader2

Service.Loader2()
Method Detail

getResources

Enumeration getResources(String resName)
Overrides:
getResources in class Service.Loader

loadClass

Class loadClass(String name)
          throws ClassNotFoundException
Overrides:
loadClass in class Service.Loader
Throws:
ClassNotFoundException