ilog.cpl.service
Class IlpDefaultClassLoaderService
java.lang.Object
ilog.cpl.service.IlpDefaultClassLoaderService
- All Implemented Interfaces:
- IlpClassLoaderService, IlpService
public class IlpDefaultClassLoaderService
- extends Object
- implements IlpClassLoaderService
Default implementation of the IlpClassLoaderService.
- Since:
- JTGO 4.5
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlpDefaultClassLoaderService
public IlpDefaultClassLoaderService()
loadClass
public Class loadClass(String name)
throws ClassNotFoundException
- Loads the class with the specified name.
This method tries to load the class with the given name
according to the following order:
- Specified by:
loadClass in interface IlpClassLoaderService
- Parameters:
name - The name of the class.
- Returns:
- The resulting
java.lang.Class object.
- Throws:
ClassNotFoundException
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.