Package | Description |
---|---|
java.io | |
java.lang | |
java.net | |
java.rmi | |
java.rmi.server | |
java.security |
Modifier and Type | Method and Description |
---|---|
void |
ObjectInputStream.defaultReadObject() |
protected ObjectStreamClass |
ObjectInputStream.readClassDescriptor() |
void |
Externalizable.readExternal(ObjectInput in) |
ObjectInputStream.GetField |
ObjectInputStream.readFields() |
Object |
ObjectInput.readObject() |
Object |
ObjectInputStream.readObject() |
protected Object |
ObjectInputStream.readObjectOverride()
default implementation returns null
|
Object |
ObjectInputStream.readUnshared() |
protected Class |
ObjectInputStream.resolveClass(ObjectStreamClass osc) |
protected Class |
ObjectInputStream.resolveProxyClass(String[] interfaces) |
Modifier and Type | Method and Description |
---|---|
protected Class |
ClassLoader.findClass(String classname)
The default implementation of findClass() is just a mugtrap: any
real ClassLoader must override it.
|
protected Class |
ClassLoader.findSystemClass(String classname)
findSystemClass tries to load the named class using the system ClassLoader
|
static Class |
Class.forName(String classname)
Find and initialize the class with the given name, using the
``current'' class loader (the one that loaded the calling class).
|
static Class |
Class.forName(String classname,
boolean initialize,
ClassLoader loader)
Find and optionally initialize the class with the given name, using
the given class loader.
|
Class |
ClassLoader.loadClass(String classname)
If no 'resolve' parameter is supplied then the default is 'false'
(N.B.
|
protected Class |
ClassLoader.loadClass(String classname,
boolean resolve)
As of Java 1.2 this method is no longer abstract.
|
Modifier and Type | Method and Description |
---|---|
protected Class |
URLClassLoader.findClass(String name) |
Modifier and Type | Method and Description |
---|---|
Object |
MarshalledObject.get() |
Modifier and Type | Method and Description |
---|---|
Class |
LoaderHandler.loadClass(String name) |
static Class |
RMIClassLoader.loadClass(String name)
Deprecated.
|
static Class |
RMIClassLoader.loadClass(String codebase,
String name) |
Class |
LoaderHandler.loadClass(URL codebase,
String name) |
static Class |
RMIClassLoader.loadClass(URL codebase,
String name) |
Modifier and Type | Method and Description |
---|---|
Object |
SignedObject.getObject() |