| 
 | Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-02 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   java.lang.ClassLoader
java.lang.ClassLoader
       oracle.toplink.xml.JARClassLoader
oracle.toplink.xml.JARClassLoader
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox
public class JARClassLoader
This class is an implementation of the ClassLoader abstract class. Its purpose is to allow the ability to load a class from a particular JAR file without regard to the system class path.
| Constructor Summary | |
|---|---|
| JARClassLoader(java.lang.String jarFileName)Deprecated. Construct a file loader for the JAR file. | |
| JARClassLoader(java.lang.String[] jarFileNames)Deprecated. Construct a file loader for the JAR files. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.ClassLoader | 
|---|
| clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JARClassLoader(java.lang.String[] jarFileNames)
public JARClassLoader(java.lang.String jarFileName)
| 
 |  | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||