ilog.cpl.service
Class IlpDefaultClassLoaderService

java.lang.Object
  extended by 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

Constructor Summary
IlpDefaultClassLoaderService()
           
 
Method Summary
 Class loadClass(String name)
          Loads the class with the specified name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlpDefaultClassLoaderService

public IlpDefaultClassLoaderService()
Method Detail

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.