LoaderHandler
Returns the security context of the given class loader.paramloader a class loader from which to get the security contextreturnthe security contextsinceJDK1.1deprecatedno replacement
Loads a class from the location specified by the java.rmi.server.codebase property.paramname the name of the class to loadreturnthe Class object representing the loaded classexceptionMalformedURLException if the system property java.rmi.server.codebase contains an invalid URLexceptionClassNotFoundException if a definition for the class could not be found at the codebase location.sinceJDK1.1deprecatedno replacement
java.rmi.server.codebase
Class
Loads a class from a URL.paramcodebase the URL from which to load the classparamname the name of the class to loadreturnthe Class object representing the loaded classexceptionMalformedURLException if the codebase paramater contains an invalid URLexceptionClassNotFoundException if a definition for the class could not be found at the specified URLsinceJDK1.1deprecatedno replacement
codebase