| Package | Description |
|---|---|
| java.awt.datatransfer |
Provides interfaces and classes for transferring data between and within applications.
|
| java.beans |
Contains classes related to developing
beans -- components based on the JavaBeans™ architecture.
|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| java.io |
Provides for system input and output through data streams, serialization and the file system.
|
| java.lang |
Provides classes that are fundamental to the design of the Java programming language.
|
| java.lang.instrument |
Provides services that allow Java programming language agents to instrument programs running on the JVM.
|
| java.net |
Provides the classes for implementing networking applications.
|
| java.rmi |
Provides the RMI package.
|
| java.rmi.server |
Provides classes and interfaces for supporting the server side of RMI.
|
| java.security |
Provides the classes and interfaces for the security framework.
|
| javax.activation | |
| javax.crypto |
Provides the classes and interfaces for cryptographic operations.
|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| javax.management.loading |
Provides the classes which implement advanced dynamic loading.
|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| javax.rmi.CORBA |
Contains portability APIs for RMI-IIOP.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| org.w3c.dom.bootstrap | |
| org.xml.sax.helpers |
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
|
| Modifier and Type | Method and Description |
|---|---|
static DataFlavor |
SystemFlavorMap.decodeDataFlavor(String
Decodes a
String native for use as a
DataFlavor.
|
void |
DataFlavor.readExternal(ObjectInput
Restores this
DataFlavor from a Serialized state.
|
protected static Class |
DataFlavor.tryToLoadClass(String
Tries to load a class from: the bootstrap loader, the system loader, the context loader (if one is present) and finally the loader specified.
|
| Constructor and Description | |
|---|---|
DataFlavor(String
Constructs a
DataFlavor from a
mimeType string.
|
|
DataFlavor(String
Constructs a
DataFlavor that represents a
MimeType.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
Beans.instantiate(ClassLoader
Instantiate a JavaBean.
|
static Object |
Beans.instantiate(ClassLoader
Instantiate a JavaBean.
|
static Object |
Beans.instantiate(ClassLoader
Instantiate a bean.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanContextServicesSupport.bcsPreDeserializationHook(ObjectInputStream
called from BeanContextSupport readObject before it deserializes the children ...
|
protected void |
BeanContextSupport.bcsPreDeserializationHook(ObjectInputStream
called by readObject after defaultReadObject() but prior to deserialization of any children.
|
protected void |
BeanContextSupport.deserialize(ObjectInputStream
used by readObject to deserialize a collection.
|
Object |
BeanContext.instantiateChild(String
Instantiate the javaBean named as a child of this
BeanContext.
|
Object |
BeanContextSupport.instantiateChild(String
The instantiateChild method is a convenience hook in BeanContext to simplify the task of instantiating a Bean, nested, into a
BeanContext.
|
void |
BeanContextSupport.readChildren(ObjectInputStream
When an instance of this class is used as a delegate for the implementation of the BeanContext protocols (and its subprotocols) there exists a 'chicken and egg' problem during deserialization
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectInputStream.defaultReadObject()
Read the non-static and non-transient fields of the current class from this stream.
|
protected ObjectStreamClass |
ObjectInputStream.readClassDescriptor()
Read a class descriptor from the serialization stream.
|
void |
Externalizable.readExternal(ObjectInput
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
|
ObjectInputStream |
ObjectInputStream.readFields()
Reads the persistent fields from the stream and makes them available by name.
|
Object |
ObjectInput.readObject()
Read and return an object.
|
Object |
ObjectInputStream.readObject()
Read an object from the ObjectInputStream.
|
protected Object |
ObjectInputStream.readObjectOverride()
This method is called by trusted subclasses of ObjectOutputStream that constructed ObjectOutputStream using the protected no-arg constructor.
|
Object |
ObjectInputStream.readUnshared()
Reads an "unshared" object from the ObjectInputStream.
|
protected Class |
ObjectInputStream.resolveClass(ObjectStreamClass
Load the local class equivalent of the specified stream class description.
|
protected Class |
ObjectInputStream.resolveProxyClass(String
Returns a proxy class that implements the interfaces named in a proxy class descriptor; subclasses may implement this method to read custom data from the stream along with the descriptors for dynamic proxy classes, allowing them to use an alternate loading mechanism for the interfaces and the proxy class.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class |
ClassLoader.findClass(String
Finds the class with the specified
binary name.
|
protected Class |
ClassLoader.findSystemClass(String
Finds a class with the specified
binary name, loading it if necessary.
|
static Class |
Class.forName(String
Returns the
Class object associated with the class or interface with the given string name.
|
static Class |
Class.forName(String
Returns the
Class object associated with the class or interface with the given string name, using the given class loader.
|
Class |
ClassLoader.loadClass(String
Loads the class with the specified
binary name.
|
protected Class |
ClassLoader.loadClass(String
Loads the class with the specified
binary name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Instrumentation.redefineClasses(ClassDefinition
Redefine the supplied set of classes using the supplied class files.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class |
URLClassLoader.findClass(String
Finds and loads the class with the specified name from the URL search path.
|
| Modifier and Type | Method and Description |
|---|---|
T |
MarshalledObject.get()
Returns a new copy of the contained marshalledobject.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
LoaderHandler.loadClass(String
Deprecated.
no replacement
|
static Class |
RMIClassLoader.loadClass(String
Deprecated.
replaced by
loadClass(String,String) method
|
static Class |
RMIClassLoader.loadClass(String
Loads a class from a codebase URL path.
|
abstract Class |
RMIClassLoaderSpi.loadClass(String
Provides the implementation for
RMIClassLoader,
RMIClassLoader, and
RMIClassLoader.
|
static Class |
RMIClassLoader.loadClass(String
Loads a class from a codebase URL path, optionally using the supplied loader.
|
Class |
LoaderHandler.loadClass(URL
Deprecated.
no replacement
|
static Class |
RMIClassLoader.loadClass(URL
Loads a class from a codebase URL.
|
abstract Class |
RMIClassLoaderSpi.loadProxyClass(String
Provides the implementation for
RMIClassLoader.
|
static Class |
RMIClassLoader.loadProxyClass(String
Loads a dynamic proxy class (see
Proxy) that implements a set of interfaces with the given names from a codebase URL path.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SignedObject.getObject()
Retrieves the encapsulated object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
CommandInfo.getCommandObject(DataHandler
Return the instantiated JavaBean component.
|
void |
MimeType.readExternal(ObjectInput
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SealedObject.getObject(Cipher
Retrieves the original (encapsulated) object.
|
Object |
SealedObject.getObject(Key
Retrieves the original (encapsulated) object.
|
Object |
SealedObject.getObject(Key
Retrieves the original (encapsulated) object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class |
DefaultLoaderRepository.loadClass(String
Deprecated.
Go through the list of class loaders and try to load the requested class.
|
static Class |
DefaultLoaderRepository.loadClassWithout(ClassLoader
Deprecated.
Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class |
MLet.findClass(String
This is the main method for class loaders that is being redefined.
|
Class |
ClassLoaderRepository.loadClass(String
Load the given class name through the list of class loaders.
|
static Class |
DefaultLoaderRepository.loadClass(String
Deprecated.
Go through the list of class loaders and try to load the requested class.
|
Class |
MLet.loadClass(String
Load a class, using the given
ClassLoaderRepository if the class is not found in this MLet's URLs.
|
Class |
ClassLoaderRepository.loadClassBefore(ClassLoader
Load the given class name through the list of class loaders, stopping at the given one.
|
Class |
ClassLoaderRepository.loadClassWithout(ClassLoader
Load the given class name through the list of class loaders, excluding the given one.
|
static Class |
DefaultLoaderRepository.loadClassWithout(ClassLoader
Deprecated.
Go through the list of class loaders but exclude the given class loader, then try to load the requested class.
|
void |
MLet.readExternal(ObjectInput
Restore this MLet's contents from the given
ObjectInput.
|
| Constructor and Description | |
|---|---|
RoleInfo(String
Constructor.
|
|
RoleInfo(String
Constructor.
|
|
RoleInfo(String
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Class |
Util.loadClass(String
Returns a class instance for the specified class.
|
Class |
UtilDelegate.loadClass(String
Delegation call for
Util.
|
void |
StubDelegate.readObject(Stub
Delegation call for
Stub.readObject(java.io.ObjectInputStream).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UIManager.setLookAndFeel(String
Loads the
LookAndFeel specified by the given class name, using the current thread's context class loader, and passes it to
setLookAndFeel(LookAndFeel).
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleContext.readAttributes(ObjectInputStream
Context-specific handling of reading in attributes
|
static void |
StyleContext.readAttributeSet(ObjectInputStream
Reads a set of attributes from the given object input stream that have been previously written out with
writeAttributeSet.
|
| Modifier and Type | Method and Description |
|---|---|
static DOMImplementationRegistry |
DOMImplementationRegistry.newInstance()
Obtain a new instance of a
DOMImplementationRegistry.
|
| Modifier and Type | Method and Description |
|---|---|
static Parser |
ParserFactory.makeParser()
Deprecated.
Create a new SAX parser using the `org.xml.sax.parser' system property.
|
static Parser |
ParserFactory.makeParser(String
Deprecated.
Create a new SAX parser object using the class name provided.
|