BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.rmi.server
Interface LoaderHandler


public interface LoaderHandler

This interface is provided strictly for compatibility with java.rmi.*

Author:
Copyright (c) 1997 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Field Summary
static java.lang.String packagePrefix
           
 
Method Summary
 java.lang.Object getSecurityContext(java.lang.ClassLoader classLoader)
           
 java.lang.Class loadClass(java.lang.String string)
           
 java.lang.Class loadClass(java.net.URL uRL, java.lang.String string)
           
 

Field Detail

packagePrefix

public static final java.lang.String packagePrefix
Method Detail

loadClass

public java.lang.Class loadClass(java.lang.String string)
                          throws java.net.MalformedURLException,
                                 java.lang.ClassNotFoundException

loadClass

public java.lang.Class loadClass(java.net.URL uRL,
                                 java.lang.String string)
                          throws java.net.MalformedURLException,
                                 java.lang.ClassNotFoundException

getSecurityContext

public java.lang.Object getSecurityContext(java.lang.ClassLoader classLoader)

Documentation is available at
http://www.weblogic.com/docs51