Table of Contents

Interface ILoaderHandler

Namespace
Java.Rmi.Server
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/rmi/server/LoaderHandler.html

public interface ILoaderHandler
Extension Methods

Methods

GetSecurityContext(ClassLoader)

[Obsolete("Deprecated in JVM")]
object GetSecurityContext(ClassLoader arg0)

Parameters

arg0 ClassLoader

ClassLoader

Returns

object

object

LoadClass(String)

[Obsolete("Deprecated in JVM")]
Class LoadClass(String arg0)

Parameters

arg0 String

String

Returns

Class

Class

Exceptions

MalformedURLException
ClassNotFoundException

LoadClass(URL, String)

[Obsolete("Deprecated in JVM")]
Class LoadClass(URL arg0, String arg1)

Parameters

arg0 URL

URL

arg1 String

String

Returns

Class

Class

Exceptions

MalformedURLException
ClassNotFoundException