Skip navigation links


oracle.iam.platform.authz.vo
Class OESClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by java.security.SecureClassLoader
          extended by java.net.URLClassLoader
              extended by oracle.iam.platform.authz.vo.OESClassLoader


public class OESClassLoader
extends java.net.URLClassLoader

A custom ClassLoader to load OES MicroSM engine classes.


Method Summary
static OESClassLoader getOESClassLoader(java.lang.String oesJarsHome, java.lang.String oimJarsHome)
          Returns the OESClassLoader.
 java.lang.Class loadClass(java.lang.String name)
           

 

Methods inherited from class java.net.URLClassLoader
findResource, findResources, getURLs, newInstance, newInstance

 

Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

loadClass

public java.lang.Class loadClass(java.lang.String name)
                          throws java.lang.ClassNotFoundException
Overrides:
loadClass in class java.lang.ClassLoader
Throws:
java.lang.ClassNotFoundException

getOESClassLoader

public static OESClassLoader getOESClassLoader(java.lang.String oesJarsHome,
                                               java.lang.String oimJarsHome)
Returns the OESClassLoader.
Parameters:
oesJarsHome -
oimJarsHome -
Returns:

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.