Package deltix.qsrv.hf.pub
Interface RegularTypeLoader
- 
- All Superinterfaces:
- TypeLoader
 - All Known Implementing Classes:
- TypeLoaderImpl
 
 public interface RegularTypeLoader extends TypeLoader 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>load(ClassDescriptor cd, deltix.util.lang.ExceptionHandler handler)- 
Methods inherited from interface deltix.qsrv.hf.pub.TypeLoaderload
 
- 
 
- 
- 
- 
Method Detail- 
loadjava.lang.Class<?> load(ClassDescriptor cd, deltix.util.lang.ExceptionHandler handler) throws java.lang.ClassNotFoundException - Returns:
- Class for type specified by given descriptor (never null). Implementation of this function must return the same class for identical class descriptors (i.e. must be "pure function").
- Throws:
- java.lang.ClassNotFoundException
 
 
- 
 
-