Uses of Class java.lang.Object

Uses in package javax.imageio.stream

Classes derived from java.lang.Object

class
class
class
class
class
A data structure for holding a reference to a byte array, an index into that array, and a number of bytes, that can be passed to one specific variant of the readBytes method.
class
class
class
class

Uses in package javax.naming

Classes derived from java.lang.Object

class
class
class
RefAddr that uses a byte array as content.
class
Binding represents the name-object mapping of a binding in a context.
class
class
class
Represents names that may span over several namespaces.
class
Represents hierarchical names from the single namespace.
class
class
This exception is thrown in response to the attempt to destroy the non empty context.
class
The starting context for performing naming operations.
class
class
class
Exception indicating an invalid component or Name.
class
class
class
class
class
class
class
NameClassPair represents the name-classname mapping pair of a binding in a context.
class
class
Superclass of all naming Exceptions.
class
class
class
class
class
class
Thrown from the NamingEnumeration, this exception indicates that the enumeration represents only part of the existing elements that would be an answer to the specified request.
class
Abstract superclass of addresses used in References.
class
This class represents a reference to an object that is located outside of the naming/directory system.
class
class
class
Thrown from the NamingEnumeration, this exception indicates that there are more elements than the previously specified size limit.
class
RefAddr that uses a String as content.
class

Constructors with parameter type java.lang.Object

Constructs an instance with the given name and object.
Binding.Binding(String name, Object obj, boolean isRelative)
Constructs an instance with the given name and object and a flag indicating if the name is relative to the target context.
Binding.Binding(String name, String className, Object obj)
Constructs an instance with the given name, classname and object.
Binding.Binding(String name, String className, Object obj, boolean isRelative)
Constructs an instance with the given name, classname, object and a flag indicating if the name is relative to the target context.

Fields of type java.lang.Object

Object
Object
If the exception was caused while resolving a Name then this field contains the object that part of the name could be resolved to.

Methods with parameter type java.lang.Object

Object
Context.addToEnvironment(String propName, Object propVal)
Add new environment property to the environment of this context.
Object
void
Context.bind(String name, Object obj)
Give the specified name for the specified object.
void
void
Context.bind(Name name, Object obj)
Give the specified name for the specified object.
void
int
int
int
Compares the given object to this Name.
boolean
Checks if the object is a BinaryRefAddr with the same type and with the same bytes in the content.
boolean
boolean
boolean
Checks if the object is a RefAddr with the same type and content.
boolean
Compares two addresses for equality, by value.
void
Give the specified name for the specified object.
void
void
Context.rebind(Name name, Object obj)
Give the specified name for the specified object.
void
void
void
Sets the bound object of this binding.
void
Sets the Object to which (part of) the name could be resolved before this exception happend.

Methods with return type java.lang.Object

Object
Context.addToEnvironment(String propName, Object propVal)
Add new environment property to the environment of this context.
Object
Object
Object
Object
Returns a clone of this Name.
Object
Object
Returns the byte array contents as given to the constructor.
Object
Returns the possibly null content of this RefAddr.
Object
Returns the String contents as given to the constructor.
Object
Object
Returns the bound object of this binding.
Object
Object
Gets the Object to which (part of) the name could be resolved before this exception happend.
Object
Gets the previously named object by name.
Object
Object
Gets the previously named object by name.
Object
Object
Retrieves the named object, not following the link of the terminal atomic component of the name.
Object
Object
Retrieves the named object, not following the link of the terminal atomic component of the name.
Object
Object
Object
CompoundName.remove(int posn)
Object
Name.remove(int posn)
Removes the component at the given index from this Name.
Object
Reference.remove(int posn)
Remove the address at the given position.
Object
Removes the property with the given name from the environment.
Object

Uses in package org.omg.PortableServer.ServantLocatorPackage

Classes derived from java.lang.Object

class
The CookieHolder is used together with the ServantLocator, allowing the ServantLocatorOperations.preinvoke(byte[],POA,String,CookieHolder) to return an arbitrary java.lang.Object that will be later passed to ServantLocatorOperations.postinvoke(byte[],POA,String,Object,Servant).

Constructors with parameter type java.lang.Object

Create the instance, intialising the value field to the passed value.

Fields of type java.lang.Object

Object
The wrapped java.lang.Object.

Uses in package javax.imageio

Classes derived from java.lang.Object

class
A runtime exception to indicate image reading and writing failures.
class
IIOImage is a container class for components of an image file that stores image data, image metadata and thumbnails.
class
An IIOParam stores parameters used when encoding or decoding image streams.
class
An uninstantiable class that provides static methods for locating and using image readers and writers.
class
A class for decoding images within the ImageIO framework.
class
DOCUMENT ME
class
ImageTypeSpecifier store the color and sample models associated with an IIOImage.
class
DOCUMENT ME
class
A class for encoding images within the ImageIO framework.

Fields of type java.lang.Object

Object
An ImageInputStream from which image data is read.
Object
An ImageInputStream to which image data is written.

Methods with parameter type java.lang.Object

ImageInputStream
Create an image input stream from the given object.
ImageOutputStream
Create an image output stream from the given object.
Iterator
Retrieve an iterator over the collection of registered image readers that support reading data from the given object.
void
Set the input source to the given object.
void
ImageReader.setInput(Object in, boolean seekForwardOnly)
Set the input source to the given object and specify whether this reader should be allowed to read input from the data stream more than once.
void
ImageReader.setInput(Object input, boolean seekForwardOnly, boolean ignoreMetadata)
Set the input source to the given object, specify whether this reader should be allowed to read input from the data stream more than once, and specify whether this reader should ignore metadata in the input stream.
void
Set the output destination of the given object.

Methods with return type java.lang.Object

Object
Get this reader's image input source. null is returned if the image source has not been set.
Object
Get this reader's image output destination. null is returned if the image destination has not been set.

Uses in package javax.sound.midi.spi

Classes derived from java.lang.Object

class
The abstract base class for all MidiDeviceProvider types.
class
The MidiFileReader abstract class defines the methods to be provided by a MIDI file reader.
class
MidiFileWriter provides MIDI file writing services.
class
The SoundbankReader abstract class defines the methods to be provided by a soundbank file reader.

Uses in package org.omg.DynamicAny.DynAnyPackage

Classes derived from java.lang.Object

class
Raised when the operation on DynAny cannot be performed because one of the parameters, while having the correct type, has the invalid value.
class
The helper operations for the exception InvalidValue.
class
Raised when the operation cannot be performed because the involved data structure has the mismatching typecode.
class
The helper operations for the exception TypeMismatch.

Uses in package java.sql

Classes derived from java.lang.Object

class
This class extends SQLException to count the successful updates in each statement in a batch that was successfully updated prior to the error.
class
This exception is thrown when a piece of data is unexpectedly truncated in JDBC.
class
This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Date.
class
This class manages the JDBC drivers in the system.
class
This class holds a driver property that can be used for querying or setting driver configuration parameters.
class
This exception is thrown when a database error occurs.
class
class
This exception is thrown when a database warning occurs.
class
This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Time.
class
This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Timestamp.
class
This class contains constants that are used to identify SQL data types.

Methods with parameter type java.lang.Object

boolean
This method these the specified Object for equality against this object.
void
PreparedStatement.setObject(int index, Object value)
This method sets the specified parameter from the given Java Object value.
void
PreparedStatement.setObject(int index, Object value, int sqlType)
This method sets the specified parameter from the given Java Object value.
void
PreparedStatement.setObject(int index, Object value, int sqlType, int scale)
This method sets the specified parameter from the given Java Object value.
void
void
This method sets the specified parameter from the given Java Object value.
void
CallableStatement.setObject(String name, Object value, int sqlType)
This method sets the specified parameter from the given Java Object value.
void
CallableStatement.setObject(String name, Object value, int sqlType, int scale)
This method sets the specified parameter from the given Java Object value.
void
ResultSet.updateObject(int columnIndex, Object value)
This method updates the specified column to have an Object value.
void
ResultSet.updateObject(int columnIndex, Object value, int scale)
This method updates the specified column to have an Object value.
void
ResultSet.updateObject(String columnName, Object value)
This method updates the specified column to have an Object value.
void
ResultSet.updateObject(String columnName, Object value, int scale)
This method updates the specified column to have an Object value.

Methods with return type java.lang.Object

Object
Returns the contents of this array.
Object
Array.getArray(Map> map)
Returns the contents of this array.
Object
Array.getArray(long start, int count)
Returns a portion of this array starting at start into the array and continuing for count elements.
Object
Array.getArray(long start, int count, Map> map)
This method returns a portion of this array starting at start into the array and continuing for count elements.
Object[]
This method returns the attributes of this SQL structured type.
Object[]
This method returns the attributes of this SQL structured type.
Object
Object
Ref.getObject(Map> map)
Object
This method returns the value of the specified parameter as a Java Object.
Object
ResultSet.getObject(int columnIndex)
This method returns the value of the specified column as a Java Object.
Object
CallableStatement.getObject(int index, Map> map)
This method returns the value of the specified parameter as a Java Object.
Object
ResultSet.getObject(int columnIndex, Map> map)
This method returns the value of the specified column as a Java Object using the specified SQL type to Java type map.
Object
This method returns the value of the specified parameter as a Java Object.
Object
This method returns the value of the specified column as a Java Object.
Object
This method returns the value of the specified parameter as a Java Object using the specified mapping for conversion from SQL to Java types.
Object
ResultSet.getObject(String columnName, Map> map)
This method returns the value of the specified column as a Java Object using the specified SQL type to Java type map.
Object
This method reads the next item from the stream a Java Object.

Uses in package java.nio.channels.spi

Classes derived from java.lang.Object

class
class
class
class
class

Methods with parameter type java.lang.Object

SelectionKey
Registers this channel with the given selector, returning a selection key.
SelectionKey
Registers a channel for the selection process.

Methods with return type java.lang.Object

Object
Retrieves the object upon which the configureBlocking and register methods synchronize.

Uses in package javax.net

Classes derived from java.lang.Object

class
A factory for server sockets.
class
A factory for client sockets.

Uses in package org.omg.IOP

Classes derived from java.lang.Object

class
The helper operations for the CORBA object CodecFactory.
class
A helper operations for th Component id.
class
Defines the encoding format of the Codec, including the major and minor version numbers.
class
The object IOR contains sufficient information for finding local or remote CORBA object.
class
A helper operations for the structure IOR.
class
A holder for the IOR.
class
A helper operations for the array of TaggedComponent (MultipleComponentProfile).
class
A holder for the sequence of TaggedComponent (MultipleComponentProfileHelper).
class
A helper operations for th Profile id.
class
The ServiceContext structure contains the service data, being passed in the CORBA message.
class
A helper operations for the structure ServiceContext.
class
A holder for the structure ServiceContext.
class
The helper operations for the CORBA object ServiceContext[].
class
A holder for the sequence of the ServiceContexts.
class
A helper operations for a context service id.
class
The tagged component in a part of the TaggedProfile.
class
A helper operations for the TaggedComponent.
class
A holder for the structure TaggedComponent.
class
The TaggedProfile if part of the IOR, defining a single specific aspect of the object related information.
class
A helper operations for the structure TaggedProfile.
class
A holder for the structure TaggedProfile.

Uses in package javax.security.auth.login

Classes derived from java.lang.Object

class
This is the base class for various account-related exceptions.
class
An exception that signals that an attempt was made to login to an account that has expired.
class
An exception indicating that an account is locked.
class
An exception indicating that an account was not found.
class
class
class
class
This is the base class for various credential-related exceptions.
class
An exception that signals an attempt to login with a credential that has expired.
class
An exception that indicates that a credential was not found.
class
An exception that signals that an attempt to login was unsuccessful.
class
class
A general exception during authentication and authorization.

Uses in package java.lang.reflect

Classes derived from java.lang.Object

class
This class is the superclass of various reflection classes, and allows sufficiently trusted code to bypass normal restrictions to do necessary things like invoke private methods outside of the class during Serialization.
class
Array holds static helper functions that allow you to create and manipulate arrays by reflection.
class
The Constructor class represents a constructor of a class.
class
The Field class represents a member variable of a class.
class
Thrown on encountering a syntactically malformed signature in a reflective method.
class
InvocationTargetException is sort of a way to "wrap" whatever exception comes up when a method or constructor is called via Reflection.
class
This exception class is thrown when one of the reflection methods encountered an invalid parameterized type within the metadata of a class.
class
The Method class represents a member method of a class.
class
Modifier is a helper class with static methods to determine whether an int returned from getModifiers() represents static, public, protected, native, final, etc... and provides an additional method to print out all of the modifiers in an int in order.
class
This class allows you to dynamically create an instance of any (or even multiple) interfaces by reflection, and decide at runtime how that instance will behave by giving it an appropriate InvocationHandler.
class
This class implements permissions for reflection.
class
This exception class is thrown by a Proxy instance if the invoke method of that instance's InvocationHandler attempts to throw an exception that not declared by the throws clauses of all of the interface methods that the proxy instance is implementing.

Methods with parameter type java.lang.Object

boolean
Compare two objects to see if they are semantically equivalent.
boolean
Compare two objects to see if they are semantically equivalent.
boolean
Compare two objects to see if they are semantically equivalent.
Object
Get the value of this Field.
Object
Array.get(Object array, int index)
Gets an element of an array.
boolean
Get the value of this boolean Field.
boolean
Array.getBoolean(Object array, int index)
Gets an element of a boolean array.
byte
Get the value of this byte Field.
byte
Array.getByte(Object array, int index)
Gets an element of a byte array.
char
Get the value of this Field as a char.
char
Array.getChar(Object array, int index)
Gets an element of a char array.
double
Get the value of this Field as a double.
double
Array.getDouble(Object array, int index)
Gets an element of a double array.
float
Get the value of this Field as a float.
float
Array.getFloat(Object array, int index)
Gets an element of a float array.
int
Get the value of this Field as an int.
int
Array.getInt(Object array, int index)
Gets an element of an int array.
InvocationHandler
Returns the invocation handler for the given proxy instance.

NOTE: We guarantee a non-null result if successful, but Sun allows the creation of a proxy instance with a null handler.

int
Gets the array length.
long
Get the value of this Field as a long.
long
Array.getLong(Object array, int index)
Gets an element of a long array.
short
Get the value of this Field as a short.
short
Array.getShort(Object array, int index)
Gets an element of a short array.
Object
Method.invoke(Object o, java.lang.Object... args)
Invoke the method.
Object
InvocationHandler.invoke(Object proxy, Method method, Object[] args)
When a method is invoked on a proxy instance, it is wrapped and this method is called instead, so that you may decide at runtime how the original method should behave.
void
Array.set(Object array, int index, Object value)
Sets an element of an array.
void
Field.set(Object o, Object value)
Set the value of this Field.
void
Field.setBoolean(Object o, boolean value)
Set this boolean Field.
void
Array.setBoolean(Object array, int index, boolean value)
Sets an element of a boolean array.
void
Field.setByte(Object o, byte value)
Set this byte Field.
void
Array.setByte(Object array, int index, byte value)
Sets an element of a byte array.
void
Field.setChar(Object o, char value)
Set this char Field.
void
Array.setChar(Object array, int index, char value)
Sets an element of a char array.
void
Field.setDouble(Object o, double value)
Set this double Field.
void
Array.setDouble(Object array, int index, double value)
Sets an element of a double array.
void
Field.setFloat(Object o, float value)
Set this float Field.
void
Array.setFloat(Object array, int index, float value)
Sets an element of a float array.
void
Field.setInt(Object o, int value)
Set this int Field.
void
Array.setInt(Object array, int index, int value)
Sets an element of an int array.
void
Array.setLong(Object array, int index, long value)
Sets an element of a long array.
void
Field.setLong(Object o, long value)
Set this long Field.
void
Array.setShort(Object array, int index, short value)
Sets an element of a short array.
void
Field.setShort(Object o, short value)
Set this short Field.

Methods with return type java.lang.Object

Object
Get the value of this Field.
Object
Array.get(Object array, int index)
Gets an element of an array.
Object
If this method is an annotation method, returns the default value for the method.
Object
Method.invoke(Object o, java.lang.Object... args)
Invoke the method.
Object
InvocationHandler.invoke(Object proxy, Method method, Object[] args)
When a method is invoked on a proxy instance, it is wrapped and this method is called instead, so that you may decide at runtime how the original method should behave.
Object
Array.newInstance(Class componentType, int length)
Creates a new single-dimensioned array.
Object
Array.newInstance(Class componentType, int[] dimensions)
Creates a new multi-dimensioned array.
Object
Proxy.newProxyInstance(ClassLoader loader, Class[] interfaces, InvocationHandler handler)
Combines several methods into one.

Uses in package org.omg.CORBA.portable

Classes derived from java.lang.Object

class
This expection is thrown if the application throws an exception, defined as a part of its remote method definition.
class
Specifies a vendor specific implementation of the Object methods.
class
This exception is thrown when reading from the ORBs input streams certain specific data layouts (object recursive references to itself).
class
This class is used to read CORBA IDL data types.
class
The basic implementation of the CORBA Object.
class
This class is used to write CORBA IDL data types.
class
This is exception is potentially thrown by the _invoke() method of the object implementation, requiring to write the method parameters repeatedly.
class
Together with supporting methods in ObjectImpl and Delegate, provides mechanism for direct calls of clients, running on the same virtual machine (collocated).
class
The wrapper of the arbitrary exception into the System exception.

Fields of type java.lang.Object

Object
The real servant, that can be casted to the expected type, later invoking the methods directly.

Methods with parameter type java.lang.Object

boolean
Check if this object is equal to another object.
boolean
Delegate.equals(Object self, Object other)
Compares two objects for equality.

Uses in package java.beans.beancontext

Classes derived from java.lang.Object

class
Support for creating a BeanContextChild.
class
Generic superclass for events fired by BeanContexts.
class
Event fired when children are added to or removed from a BeanContext.
class
Event fired when new services become available through a BeanContextServices.
class
Event fired when services are revoked from a BeanContextServices.
class
This is a helper class for implementing a bean context which supplies services.
class
class
class
class
This is a helper class for implementing a bean context.
class
class

Constructors with parameter type java.lang.Object

Create a new membership event.

Fields of type java.lang.Object

Object
The global lock on changing any BeanContext hierarchy.

Methods with parameter type java.lang.Object

boolean
Add a child to the bean context.
void
Called when a child is deserialized.
void
void
Revokes any services used by a child that has just been removed.
void
boolean
Tell whether the Object is one of the children added or removed.
boolean
Test whether this collection contains a given object as one of its elements.
boolean
BeanContextSupport.BCSChild
BeanContextSupport.BCSChild
void
Fire a property change.
void
Fire a vetoable property change.
BeanContextChild
Returns the BeanContextChild implementation for the given child.
BeanContextMembershipListener
Returns child as an instance of BeanContextMembershipListener, or null if child does not implement that interface.
BeanContextServicesListener
Returns child as an instance of BeanContextServicesListener, or null if child does not implement that interface.
PropertyChangeListener
Returns child as an instance of PropertyChangeListener, or null if child does not implement that interface.
Serializable
Returns child as an instance of Serializable, or null if child does not implement that interface.
VetoableChangeListener
Returns child as an instance of VetoableChangeListener, or null if child does not implement that interface.
Visibility
Returns child as an instance of Visibility, or null if child does not implement that interface.
Object
BeanContextServices.getService(BeanContextChild requestorChild, Object requestor, Class<T> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener listener)
Get a service from this BeanContextServices.
Object
Retrieves the specified service.
Object
BeanContextServiceProvider.getService(BeanContextServices services, Object requestor, Class<T> serviceClass, Object serviceSelector)
Get a service.
Object
Get a service.
void
BeanContextServices.releaseService(BeanContextChild requestorChild, Object requestor, Object service)
Release your copy of this service.
void
Releases the reference to a service held by a BeanContextChild (or an arbitrary object associated with it).
void
Release the service.
void
Release the service.
boolean
Remove the specified child from the context.
boolean
BeanContextSupport.remove(Object targetChild, boolean callChildSetBC)
Removes a child from the bean context.
Object[]
Populates, then returns, the supplied array with the children of this BeanContext.
boolean
boolean

Methods with return type java.lang.Object

Object[]
Object
BeanContextServices.getService(BeanContextChild requestorChild, Object requestor, Class<T> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener listener)
Get a service from this BeanContextServices.
Object
Retrieves the specified service.
Object
BeanContextServiceProvider.getService(BeanContextServices services, Object requestor, Class<T> serviceClass, Object serviceSelector)
Get a service.
Object
Get a service.
Object
Instantiate a Bean using this Bean's ClassLoader and this BeanContext as the parent.
Object
This is a convenience method for instantiating a bean inside this context.
Object
Object[]
An array of the children.
Object[]
Returns an array containing the children of this BeanContext.
Object[]
Populates, then returns, the supplied array with the children of this BeanContext.

Uses in package org.omg.CORBA_2_3.portable

Classes derived from java.lang.Object

class
Extends the previous version of the Delegate by one additional method, defined in CORBA 2_3 .
class
This class defines a new CDR input stream methods, added since CORBA 2.3.
class
Extends the previous version of the CORBA object by one additional method, defined in CORBA 2_3 .
class
This class defines a new CDR input stream methods, added since CORBA 2.3.

Methods with parameter type java.lang.Object

void
Writes an abstract interface to the stream.

Methods with return type java.lang.Object

Object
Read the abstract interface.
Object
Read the abstract interface, corresponding to the passed type.

Uses in package javax.swing.text.rtf

Classes derived from java.lang.Object

class
Provides support for RTF data for use in JEditorPanes.

Uses in package java.rmi.activation

Classes derived from java.lang.Object

class
A common ancestor for the implementations of the activatable objects.
class
Thrown when activation fails on a remote call to an activatable object.
class
Contains the information, necessary to activate the object.
class
General exception class for java.rmi.activation.
class
The entity that receives the request to activate object and activates it.
class
Contains information, necessary to create of recreate the activation objects.
class
Contains the startup options for the ActivationGroup implementations.
class
This identifier identifies the activation group inside the scope of its activation system.
class
A stub class for ActivationGroup implementations.
class
Denotes the object that can be activated over time.
class
Thrown when an ActivationGroupID parameter is invalid or unknown.
class
Thrown when an ActivationID parameter is invalid or unknown.

Methods with parameter type java.lang.Object

boolean
Compare this object with another activation description for equality.
boolean
Compare for the content equality.
boolean
Compare for content equality.
boolean
Copmare for equality, returns true if the passed object is also the activation group id and its activation system is the same.
boolean
Compares the activators for equality.

Uses in package java.awt.color

Classes derived from java.lang.Object

class
Thrown when there is an error in the native CMM.
class
NEEDS DOCUMENTATION
class
ICC_ColorSpace - an implementation of ColorSpace While an ICC_Profile class abstracts the data in an ICC profile file an ICC_ColorSpace performs the color space conversions defined by an ICC_Profile instance.
class
ICC Profile - represents an ICC Color profile.
class
ICC_ProfileGray - a special case of ICC_Profiles.
class
ICC_ProfileRGB - a special case of ICC_Profiles.
class
Thrown when there is an error accessing or processing an ICC_Profile.

Methods with return type java.lang.Object

Object
After deserializing we must determine if the class we want is really one of the more specialized ICC_ProfileRGB or ICC_ProfileGray classes.

Uses in package java.util

Classes derived from java.lang.Object

class
A basic implementation of most of the methods in the Collection interface to make it easier to create a collection.
class
A basic implementation of most of the methods in the List interface to make it easier to create a List based on a random-access data structure.
class
An abstract implementation of Map to make it easier to create your own implementations.
class
A class which implements Map.Entry.
class
A class containing an immutable key and value.
class
Abstract superclass to make it easier to implement the List interface when backed by a sequential-access store, such as a linked list.
class
An abstract implementation of Set to make it easier to create your own implementations.
class
An array-backed implementation of the List interface.
class
This class contains various static utility methods performing operations on arrays, and a method to provide a List "view" of an array to facilitate using arrays with Collection-based APIs.
class
This class can be thought of in two ways.
class
This class is an abstract base class for Calendars, which can be used to convert between Date objects and a set of integer fields which represent YEAR, MONTH, DAY, etc.
class
Utility class consisting of static methods that operate on, or return Collections.
class
Exception that is thrown by the collections classes when it is detected that a modification has been made to a data structure when this is not allowed, such as when a collection is structurally modified while an Iterator is operating over it.
class
Representation of a currency for a particular locale.
class
This class represents a specific time in milliseconds since the epoch.
class
A Dictionary maps keys to values; how it does that is implementation-specific.
class
Thrown when the flags supplied to the Formatter.format() method of a Formatter contain duplicates.
class
This exception is thrown by the Stack class when an attempt is made to pop or otherwise access elements from an empty stack.
class
class
class
An abstract wrapper for event listeners.
class
Represents Events fired by Objects.
class
Thrown when the flags supplied to the Formatter.format() method of a Formatter contains a flag that does not match the conversion character specified for it.
class
This class contains a set of flags used by the Formattable.formatTo() method.
class
A Java formatter for printf-style format strings, as seen in the C programming language.
class
The type of numeric output format for a BigDecimal.
class
Thrown when a method is called on a Formatter but it has already been closed.
class
This class represents the Gregorian calendar, that is used in most countries all over the world.
class
This class provides a hashtable-backed implementation of the Map interface.
class
This class provides a HashMap-backed implementation of the Set interface.
class
A class which implements a hashtable data structure.
class
This class provides a hashtable-backed implementation of the Map interface, but uses object identity to do its hashing.
class
Thrown when a Formatter receives a character with an invalid Unicode codepoint, as defined by Character.isValidCodePoint(int).
class
Thrown when the type of an argument supplied to the Formatter.format() method of a Formatter does not match the conversion character specified for it.
class
A general exception thrown when a format string is supplied to a Formatter that contains either invalid syntax or a mismatch between the format specification and the supplied arguments.
class
Thrown when the flags supplied to the Formatter.format() method of a Formatter form an illegal combination.
class
Thrown when the specified precision for a Formatter argument is illegal.
class
Thrown when the specified width for a Formatter argument is illegal.
class
Thrown when a Scanner instance encounters a mismatch between the input data and the pattern it is trying to match it against.
class
class
This class provides a hashtable-backed implementation of the Map interface, with predictable traversal order.
class
This class provides a hashtable-backed implementation of the Set interface, with predictable traversal order.
class
Linked list implementation of the List interface.
class
A ListResouceBundle provides an easy way, to create your own resource bundle.
class
Locales represent a specific country and culture.
class
Thrown when the a format specification for a Formatter refers to an argument that is non-existent, or an argument index references a non-existent argument.
class
Thrown when the a format specification for a Formatter does not include a width for a value where one is required.
class
This exception is thrown when a resource is missing.
class
Exception thrown when an attempt is made to access an element that does not exist.
class
This class represents an object which is observable.
class
A set of persistent properties, which can be saved or loaded from a stream.
class
This class represents the permission to access and modify a property.
The name is the name of the property, e.g. xxx.
class
This class is a concrete ResourceBundle that gets it resources from a property file.
class
This class generates pseudorandom numbers.
class
A resource bundle contains locale-specific data.
class
An error thrown when a problem occurs during the loading of a service provider by a ServiceLoader.
class
Facilities for loading service providers.
class
This class represents a simple time zone offset and handles daylight savings.
class
class
This class splits a string into tokens.
class
Timer that can run TimerTasks at a later time.
class
Task that can be run at a later time if given to a Timer.
class
This class represents a time zone offset and handles daylight savings.
class
This exception is part of the java event model.
class
This class provides a red-black tree implementation of the SortedMap interface.
class
This class provides a TreeMap-backed implementation of the SortedSet interface.
class
Thrown when a Formatter is supplied with an unknown conversion.
class
Thrown when a Formatter is supplied with an unknown flag.
class
This class represents a 128-bit UUID value.
class
The Vector classes implements growable arrays of Objects.
class
A weak hash map has only weak references to the key.

Constructors with parameter type java.lang.Object

Constructs an EventObject with the specified source.

Fields of type java.lang.Object

Object
The source object; in other words, the object which this event takes place on.

Methods with parameter type java.lang.Object

boolean
Compares the given calendar with this.
boolean
Compares the given calendar with this.
int
Arrays.binarySearch(Object[] a, int low, int hi, Object key)
Perform a binary search of a range of an Object array for a key.
int
Perform a binary search of an Object array for a key, using the natural ordering of the elements.
boolean
Test whether this collection contains a given object.
boolean
Returns true iff element is in this ArrayList.
boolean
Test whether this collection contains a given object as one of its elements.
boolean
Test whether this collection contains a given object as one of its elements.
boolean
Returns true if the supplied element is in this Set.
boolean
Returns true if this Hashtable contains a value o, such that o.equals(value).
boolean
Returns true if the list contains the given object.
boolean
Test whether this list contains a given object as one of its elements.
boolean
Returns true if the set contains the specified element.
boolean
Returns true if this Set contains the supplied Object, false otherwise.
boolean
Returns true when elem is contained in this Vector.
boolean
Returns true if this contains a mapping for the given key.
boolean
boolean
Returns true if the supplied object equals() a key in this HashMap.
boolean
Returns true if the supplied object equals() a key in this Hashtable.
boolean
Tests whether the specified key is in this map.
boolean
Returns true if this contains a mapping for the given key.
boolean
Returns true if the map contains a mapping for the given key.
boolean
Tells if the map contains the given key.
boolean
Returns true if this contains at least one mapping with the given value.
boolean
boolean
Returns true if this HashMap contains a value o, such that o.equals(value).
boolean
Returns true if this Hashtable contains a value o, such that o.equals(value).
boolean
Returns true if this HashMap contains the value.
boolean
Returns true if this HashMap contains a value o, such that o.equals(value).
boolean
Returns true if this contains at least one mapping with the given value.
boolean
Returns true if the map contains at least one mapping to the given value.
boolean
Returns true if the map contains at least one key which points to the specified object as a value.
void
Copies the contents of the Vector into the provided array.
boolean
int
String
boolean
Test whether this list is equal to another object.
boolean
Compares the specified object with this map for equality.
boolean
Compares the specified object with this entry.
boolean
Tests whether the given object is equal to this Set.
boolean
Returns true if the obj is a bit set that contains exactly the same elements as this bit set, otherwise false.
boolean
Compares the given calendar with this.
boolean
Test whether this collection is equal to some object.
boolean
Return true if the object is equal to this object.
boolean
Compares two dates for equality.
boolean
boolean
Compares the given calendar with this.
boolean
Returns true if this Hashtable equals the supplied Object o.
boolean
Compares two maps for equality.
boolean
Test whether this list is equal to another object.
boolean
Compares two locales.
boolean
Compares the specified object with this map for equality.
boolean
Compares the specified object with this entry.
boolean
Check to see whether this object is the same as another PropertyPermission object; this is true if it has the same name and actions.
boolean
Compares the specified object to this for equality.
boolean
boolean
Compare a (UUID) object to this one
boolean
Compares this to the given object.
boolean
Arrays.equals(Object[] a1, Object[] a2)
Compare two Object arrays for equality.
void
Arrays.fill(Object[] a, int fromIndex, int toIndex, Object val)
Fill a range of an array with an Object value.
void
Arrays.fill(Object[] a, Object val)
Fill an array with an Object value.
int
Collections.frequency(Collection c, Object o)
Returns the frequency of the specified object within the supplied collection.
V
Returns the value mapped by the given key.
V
Returns the value associated with the supplied key, or null if no such value exists.
V
V
Return the value in this HashMap associated with the supplied key, or null if the key maps to nothing.
V
Return the value in this Hashtable associated with the supplied key, or null if the key maps to nothing.
V
Return the value in this Map associated with the supplied key, or null if the key maps to nothing.
V
Return the value in this Map associated with the supplied key, or null if the key maps to nothing.
V
Returns the value mapped by the given key.
V
Return the value in this TreeMap associated with the supplied key, or null if the key maps to nothing.
V
Gets the value the key is mapped to.
int
Returns the hashcode of an array of objects.
int
Obtain the first index at which a given object is to be found in this list.
int
Returns the lowest index at which element appears in this List, or -1 if it does not appear.
int
Returns the first index where the element is located in the list, or -1.
int
Obtain the first index at which a given object is to be found in this list.
int
Returns the first occurrence of elem in the Vector, or -1 if elem is not found.
int
Vector<T>.indexOf(Object e, int index)
Searches the vector starting at index for object elem and returns the index of the first occurrence of this Object.
int
Obtain the last index at which a given object is to be found in this list.
int
Returns the highest index at which element appears in this List, or -1 if it does not appear.
int
Returns the last index where the element is located in the list, or -1.
int
Obtain the last index at which a given object is to be found in this list.
int
Returns the last index of elem within this Vector, or -1 if the object is not within the Vector.
int
Vector<T>.lastIndexOf(Object e, int index)
Returns the index of the first occurrence of elem, when searching backwards from index.
void
If the Observable has actually changed then tell all Observers about it, then reset state to unchanged.
boolean
Remove a single instance of an object from this collection (optional operation).
V
Removes the mapping for this key if present (optional operation).
boolean
Remove a single occurrence of an object from this collection.
V
Removes from the Dictionary the value located by the given key.
V
boolean
Remove a single occurrence of an object from this collection.
V
Removes from the HashMap and returns the value which is mapped by the supplied key.
boolean
Removes the supplied Object from this Set if it is in the Set.
V
Removes from the table and returns the value which is mapped by the supplied key.
V
Removes from the HashMap and returns the value which is mapped by the supplied key.
boolean
Removes the entry at the lowest index in the list that matches the given object, comparing by o == null ?
boolean
Remove the first occurence of an object from this list (optional operation).
V
Removes the mapping for this key if present (optional operation).
boolean
boolean
Removes the specified element from this set (optional operation).
V
Removes from the TreeMap and returns the value which is mapped by the supplied key.
boolean
If the supplied Object is in this Set, it is removed, and true is returned; otherwise, false is returned.
boolean
Removes the given Object from the Vector.
V
Removes the key and the corresponding value from this map.
boolean
Removes the first (the lowest index) occurrence of the given object from the Vector.
boolean
Removes the first occurrence of the specified element from the list, when traversing the list from head to tail.
boolean
Removes the last occurrence of the specified element from the list, when traversing the list from head to tail.
int
Returns the position of an Object on the stack, with the top most Object being at position 1, and each Object deeper in the stack at depth + 1.
void
Sort an array of Objects according to their natural ordering.
void
Arrays.sort(Object[] a, int fromIndex, int toIndex)
Sort an array of Objects according to their natural ordering.
String
Returns a String representation of the argument array.
void
Observer.update(Observable observable, Object arg)
This method is called whenever the observable object changes, and has called notifyObservers.

Methods with return type java.lang.Object

Object
Create a shallow copy of this Map, no keys or values are copied.
Object
Creates a shallow copy of this ArrayList (elements are not cloned).
Object
Create a clone of this bit set, that is an instance of the same class and contains the same elements.
Object
Return a clone of this object.
Object
Returns a copy of this Date object.
Object
Returns a shallow clone of this HashMap.
Object
Returns a shallow copy of this Set.
Object
Returns a shallow clone of this Hashtable.
Object
Creates a shallow copy where keys and values are not cloned.
Object
Create a shallow copy of this LinkedList (the elements are not cloned).
Object
Does the same as Object.clone() but does not throw a CloneNotSupportedException.
Object
Returns a clone of this object.
Object
Returns a shallow clone of this TreeMap.
Object
Returns a shallow copy of this Set.
Object
Creates a new Vector with the same contents as this one.
Object[][]
Gets the key/value list.
Object
Get an object from this resource bundle.
Object
Returns the source of the event.
Object
Gets a resource for a given key.
Object
Called by getObject when a resource is needed.
Object
Override this method to provide the resource for a keys.
Object
This does the same as nextTokens.
Object
Adds the given key/value pair to this properties.
Object[]
Return an array containing the elements of this collection.
Object[]
Returns an Object array containing all of the elements in this ArrayList.
Object[]
Copy the current contents of this collection into an array.
Object[]
Returns an array which contains the elements of the list in order.
Object[]
Copy the current contents of this list into an array.
Object[]
Returns an array containing the elements of this set.
Object[]
Returns an Object array with the contents of this Vector, in the order they are stored within this Vector.

Uses in package java.awt.geom

Classes derived from java.lang.Object

class
This class represents an affine transformation between two coordinate spaces in 2 dimensions.
class
This class represents all arcs (segments of an ellipse in 2-D space).
class
This class implements an arc in double precision.
class
This class implements an arc in float precision.
class
The Area class represents any area for the purpose of Constructive Area Geometry (CAG) manipulations.
class
A two-dimensional curve that is parameterized with a cubic function.
class
A two-dimensional curve that is parameterized with a cubic function and stores coordinate values in double-precision floating-point format.
class
A two-dimensional curve that is parameterized with a cubic function and stores coordinate values in single-precision floating-point format.
class
This stores a dimension in 2-dimensional space - a width (along the x-axis) and height (along the y-axis).
class
Ellipse2D is the shape of an ellipse.
class
An Ellipse2D that stores its coordinates using double primitives.
class
An Ellipse2D that stores its coordinates using float primitives.
class
A PathIterator for approximating curved path segments by sequences of straight lines.
class
A general geometric path, consisting of any number of subpaths constructed out of straight lines and cubic or quadratic Bezier curves.
class
Thrown when an operation on a path is in an illegal state, such as appending a segment to a GeneralPath without an initial moveto.
class
Represents a directed line bewteen two points in (x,y) Cartesian space.
class
This class defines a point in double precision.
class
This class defines a point in float precision.
class
Thrown if an operation requires an inverse of an AffineTransform, but the transform is in a non-invertible state.
class
This class implements a generic point in 2D Cartesian space.
class
This class defines a point in double precision.
class
This class defines a point in float precision.
class
A two-dimensional curve that is parameterized with a quadratic function.
class
A two-dimensional curve that is parameterized with a quadratic function and stores coordinate values in double-precision floating-point format.
class
A two-dimensional curve that is parameterized with a quadratic function and stores coordinate values in single-precision floating-point format.
class
This class describes a rectangle by a point (x,y) and dimension (w x h).
class
This class defines a rectangle in double precision.
class
This class defines a rectangle in float precision.
class
This class provides a generic framework, and several helper methods, for subclasses which represent geometric objects inside a rectangular frame.
class
This class implements a rectangle with rounded corners.
class
A subclass of RoundRectangle which keeps its parameters as doubles.
class
A subclass of RoundRectangle which keeps its parameters as floats.

Methods with parameter type java.lang.Object

boolean
Compares two transforms for equality.
boolean
Compares two points for equality.
boolean
Tests this rectangle for equality against the specified object.

Methods with return type java.lang.Object

Object
Create a new transform of the same run-time type, with the same transforming properties as this one.
Object
Create a new area of the same run-time type with the same contents as this one.
Object
Create a new curve with the same contents as this one.
Object
Create a new dimension of the same run-time type with the same contents as this one.
Object
Creates a new shape of the same run-time type with the same contents as this one.
Object
Create a new line of the same run-time type with the same contents as this one.
Object
Create a new point of the same run-time type with the same contents as this one.
Object
Creates a new curve with the same contents as this one.
Object
Create a new shape of the same run-time type with the same contents as this one.

Uses in package java.util.zip

Classes derived from java.lang.Object

class
Computes Adler32 checksum for a stream of data.
class
InputStream that computes a checksum of the data being read using a supplied Checksum object.
class
OutputStream that computes a checksum of data being written using a supplied Checksum object.
class
Computes CRC32 data checksum of a data stream.
class
Exception thrown when compressed data is corrupt.
class
This is the Deflater class.
class
This is a special FilterOutputStream deflating the bytes that are written through it.
class
This filter stream is used to decompress a "GZIP" format stream.
class
This filter stream is used to compress a stream into a "GZIP" stream.
class
Inflater is used to decompress data that has been compressed according to the "deflate" standard described in rfc1950.
class
This filter stream is used to decompress data compressed in the "deflate" format.
class
This class represents a member of a zip archive.
class
Thrown during the creation or input of a zip file.
class
This class represents a Zip archive.
class
This is a FilterInputStream that reads the files in an zip archive one after another.
class
This is a FilterOutputStream that writes the files into a zip archive one after another.

Methods with return type java.lang.Object

Object
Clones the entry.

Uses in package javax.xml.parsers

Classes derived from java.lang.Object

class
Convenience class for parsing an XML document into a W3C DOM object graph.
class
Factory for obtaining document builders.
class
An error occurred during configuration of the parser factory.
class
An exception occurred during configuration of the XML parser.
class
Convenience class for using or accessing a SAX version 1 or 2 parser.
class
Factory for obtaining SAX parsers.

Methods with parameter type java.lang.Object

void
Set the named attribute on the underlying implementation.
void
Sets the specified SAX2 parser property.

Methods with return type java.lang.Object

Object
Retrieves the named attribute value from the underlying implementation.
Object
Returns the value of the specified SAX2 parser property.

Uses in package javax.xml.transform

Classes derived from java.lang.Object

class
Constants for XSLT output attributes.
class
An XSL transformation.
class
An exception occurred during configuration of the transformer.
class
An exception occurred during the transformation process.
class
Factory for obtaining transformation contexts.
class
An error occurred during configuration of the transformer factory.

Methods with parameter type java.lang.Object

void
Set a named attribute on the underlying implementation.
void
Sets a parameter value for the transformation.

Methods with return type java.lang.Object

Object
Retrieve the specified named attribute value.
Object
Returns the specified parameter value.

Uses in package org.ietf.jgss

Classes derived from java.lang.Object

class
The GSS-API accommodates the concept of caller-provided channel binding information.
class
This exception is thrown whenever a fatal GSS-API error occurs including mechanism specific errors.
class
The GSSManager class is an abstract class that serves as a factory for three GSS interfaces: GSSName, GSSCredential, and GSSContext.
class
This is a utility class used within the per-message GSSContext methods to convey per-message properties.

When used with the GSSContext interface's GSSContext.wrap(byte[],int,int,MessageProp) and GSSContext.getMIC(byte[],int,int,MessageProp) methods, an instance of this class is used to indicate the desired QOP and to request if confidentiality services are to be applied to caller supplied data (wrap only).

class
This class represents Universal Object Identifiers (Oids) and their associated operations.

Oids are hierarchically globally-interpretable identifiers used within the GSS-API framework to identify mechanisms and name formats.

The structure and encoding of Oids is defined in ISOIEC-8824 and ISOIEC-8825.

Methods with parameter type java.lang.Object

boolean
Returns true if two channel bindings match.
boolean
Tests if this GSSCredential refers to the same entity as the supplied object.
boolean
A variation of the equals(GSSName) method that is provided to override the Object.equals(Object) method that the implementing class will inherit.
boolean

Uses in package javax.swing.plaf.multi

Classes derived from java.lang.Object

class
A UI delegate that that coordinates multiple ButtonUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ColorChooserUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ComboBoxUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple DesktopIconUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple DesktopPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple FileChooserUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple InternalFrameUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple LabelUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ListUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A look and feel that provides the ability to use auxiliary look and feels in addition to the primary look and feel.
class
A UI delegate that that coordinates multiple MenuBarUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple MenuItemUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple OptionPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple PanelUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple PopupMenuUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ProgressBarUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple RootPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ScrollBarUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ScrollPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple MultiSeparatorUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple SliderUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple SpinnerUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple SplitPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple TabbedPaneUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple TableHeaderUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple TableUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple TextUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ToolBarUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ToolTipUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple TreeUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).
class
A UI delegate that that coordinates multiple ViewportUI instances, one from the primary look and feel, and one or more from the auxiliary look and feel(s).

Uses in package javax.accessibility

Classes derived from java.lang.Object

class
This is a convenience class that represents an accessible attribute sequence.
class
This serves as a base class for accessibility "enumerations".
class
The minimum information that all accessible objects return.
class
This object encapsulates actions associated with navigating hypertext.
class
The relation between one accessible object and one or more other objects.
class
Describes all relations of an accessible object.
class
This class is deprecated.
class
The role of an accessible object.
class
A state portion of an accessible object.
class
Describes all elements of an accessible object's state.
class
This is a convenience class that encapsulates a String and a range.

Constructors with parameter type java.lang.Object

Create a new relation with a locale independent key, and a single related object.
Create a new relation with a locale independent key, and the given related objects.

Methods with parameter type java.lang.Object

void
Fire an event to report property changes.
void
Set the target to a single object.
void
Set the target to an array of objects.

Methods with return type java.lang.Object

Object
Get the anchor appropriate for the link, or null if the index is out of bounds.
Object
Get the link location, or null if the index is out of bounds.
Object
Return the numbered key binding, which can then be cast in an implementation dependent way to the appropriate object type.
Object[][]
Returns the mapping between keys and display strings.
Object[]
Return the targets of this relation.

Uses in package javax.swing.undo

Classes derived from java.lang.Object

class
A default implementation of UndoableEdit that can be used as a base for implementing editing operations.
class
An exception which indicates that an editing action cannot be redone.
class
An exception which indicates that an editing action cannot be undone.
class
An editing action that consists of multiple UndoableEdits.
class
A helper class, making it easy to support undo and redo.
class
A helper class for supporting UndoableEditListener.
class
A manager for providing an application’s undo/redo functionality.

Constructors with parameter type java.lang.Object

Constructs a new helper for broadcasting UndoableEditEvents.

Fields of type java.lang.Object

Object
The source of the broadcast UndoableEditEvents.

Uses in package javax.naming.directory

Classes derived from java.lang.Object

class
class
class
class
class
class
class
class
class
class
class
class
class
class
class

Constructors with parameter type java.lang.Object

BasicAttribute.BasicAttribute(String id, Object value, boolean ordered)
BasicAttributes.BasicAttributes(String attrID, Object val, boolean ignoreCase)
SearchResult.SearchResult(String name, Object obj, Attributes attrs, boolean isRelative)
SearchResult.SearchResult(String name, String className, Object obj, Attributes attrs)
SearchResult.SearchResult(String name, String className, Object obj, Attributes attrs, boolean isRelative)

Methods with parameter type java.lang.Object

void
Attribute.add(int ix, Object attrVal)
void
BasicAttribute.add(int index, Object val)
boolean
Attribute.add(Object attrVal)
boolean
void
DirContext.bind(String name, Object obj, Attributes attrs)
void
void
DirContext.bind(Name name, Object obj, Attributes attrs)
void
boolean
boolean
boolean
Determine whether this Object is semantically equal to another Object.
boolean
Returns true if and only if the given Object is an instance of Attributes, the given attributes both do or don't ignore case for IDs and the collection of attributes is the same.
Attribute
Attributes.put(String attrID, Object val)
Attribute
void
void
void
DirContext.rebind(Name name, Object obj, Attributes attrs)
void
boolean
boolean
NamingEnumeration
DirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
InitialDirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
DirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
InitialDirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
Object
Attribute.set(int ix, Object attrVal)
Object
BasicAttribute.set(int index, Object val)

Methods with return type java.lang.Object

Object
Object
Object
This method may be called to create a new copy of the Object.
Object
Object
Object
Object
Attribute.get(int ix)
Object
BasicAttribute.get(int index)
Object
Attribute.remove(int ix)
Object
Object
Attribute.set(int ix, Object attrVal)
Object
BasicAttribute.set(int index, Object val)

Uses in package java.awt.im

Classes derived from java.lang.Object

class
Provides a context for controlling input methods and keyboard layouts.
class
This describes the highlight attributes of text composed in an input method.
class
Defines additional Unicode character blocks for use by input methods.

Methods with return type java.lang.Object

Object
Returns a control object from the current input method, or null.

Uses in package javax.swing.event

Classes derived from java.lang.Object

class
class
CaretEvent
class
An event used to signal a state change for an object.
class
EventType
class
A utility class for keeping track of EventListeners.
class
class
class
InternalFrameAdapter.
class
An event that indicates a change to a JInternalFrame component.
class
An event that contains information about a modification to the content of a list.
class
An event that indicates a change to a list selection, including the source of the change (a ListSelectionModel) and the range of items in the list that have potentially changed their selection status.
class
MenuDragMouseEvent
class
MenuEvent
class
MenuKeyEvent
class
MouseInputAdapter
class
PopupMenuEvent
class
Provides a mechanism for registering PropertyChangeListeners and forwarding PropertyChangeEvents to those listeners.
class
TableColumnModelEvent
class
An event that describes changes to a TableModel.
class
TreeExpansionEvent
class
TreeModelEvent
class
An event that carries information about a change to a TreeSelectionModel.
class
UndoableEditEvent

Constructors with parameter type java.lang.Object

CaretEvent constructor
Creates a new ChangeEvent instance for the specified source.
Creates a new HyperlinkEvent with the given arguments.
Creates a new HyperlinkEvent with the given arguments.
HyperlinkEvent.HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String description, Element element)
Creates a new HyperlinkEvent with the given arguments.
ListDataEvent.ListDataEvent(Object source, int type, int index0, int index1)
Creates a ListDataEvent object.
ListSelectionEvent.ListSelectionEvent(Object source, int firstIndex, int lastIndex, boolean isAdjusting)
Creates a new ListSelectionEvent.
Constructor MenuEvent
Constructor PopupMenuEvent
Creates a new instance.
Constructor TreeExpansionEvent
Constructor TreeModelEvent
TreeModelEvent.TreeModelEvent(Object source, Object[] path, int[] childIndices, Object[] children)
Constructor TreeModelEvent
Constructor TreeModelEvent
TreeModelEvent.TreeModelEvent(Object source, TreePath path, int[] childIndices, Object[] children)
Constructor TreeModelEvent
TreeSelectionEvent.TreeSelectionEvent(Object source, TreePath path, boolean isNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath)
Creates a new TreeSelectionEvent.
TreeSelectionEvent.TreeSelectionEvent(Object source, TreePath[] paths, boolean[] areNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath)
Creates a new TreeSelectionEvent.
Constructor UndoableEditEvent

Fields of type java.lang.Object

Object[]
children
Object[]
An array with all currently registered listeners.

Methods with parameter type java.lang.Object

Object
Creates a shallow copy of this TreeSelectionEvent, replacing the source with source.

Methods with return type java.lang.Object

Object
Creates a shallow copy of this TreeSelectionEvent, replacing the source with source.
Object[]
getChildren
Object[]
Returns an array containing a sequence of listenerType/listener pairs, one for each listener.
Object[]
getPath

Uses in package java.awt

Classes derived from java.lang.Object

class
class
This error is thrown when a critical Abstract Window Toolkit (AWT) error occurs.
class
AWTEvent is the root event class for all AWT events in the JDK 1.1 event model.
class
This class is used to implement a chain of event handlers.
class
This is a generic exception that indicates an exception occurred in the Abstract Window Toolkit (AWT) system.
class
This class mirrors KeyEvents, representing both low-level key presses and key releases, and high level key typed inputs.
class
This class implements permissions for AWT.
class
A general purpose Stroke implementation that can represent a wide variety of line styles for use with subclasses of Graphics2D.
class
This class implements a layout manager that positions components in certain sectors of the parent container.
class
A double-buffering capability descriptor.
class
A type-safe enumeration of buffer flipping results.
class
This class provides a button widget for the AWT.
class
class
The Canvas component provides a blank rectangular area, which the client application can use for drawing and for capturing events.
class
This class provides accessibility support for the canvas.
class
This class implements a card-based layout scheme.
class
This class implements a component which has an on/off state.
class
This class provides accessibility support for the checkbox.
class
This class if for combining checkboxes into groups so that only one checkbox in the group can be selected at any one time.
class
This class implements a menu item that has a checkbox on it indicating the selected state of some option.
class
class
This class implements a drop down choice list.
class
This class provides accessibility support for the combo box.
class
This class represents a color value in the AWT system.
class
The root of all evil.
class
This class provides accessibility support for subclasses of container.
class
This class provides support for blitting offscreen surfaces to a component.
class
This class provides support for flipping component buffers.
class
Converts component changes into property changes.
class
Converts focus changes into property changes.
class
This class is used to differentiate different orientations for text layout.
class
A generic window toolkit object that acts as a container for other objects.
class
This class provides accessibility support for subclasses of container.
class
This class fires a PropertyChange listener, if registered, when children are added or removed from the enclosing accessible object.
class
ContainerOrderFocusTraversalPolicy defines a focus traversal order based on the order in which Components were packed in a Container.
class
This class represents various predefined cursor types.
class
DefaultFocusTraversalPolicy is the default focus traversal policy used by Containers.
class
class
This class enables Java application to access system commands to perform desktop oriented operations, like writing and sending emails, or surfing webpages with the system browser or editing/printing files with a default editor.
class
Represents an action type supported by a platform.
class
Dialog provides a top-level window normally used to receive user input in applications.
class
Accessibility support for Dialog.
class
This class holds a width and height value pair.
class
This encapsulates information about the display mode for a graphics device configuration.
class
Written using on-line Java Platform 1.2 API Specification, as well as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
class
This class manages a queue of AWTEvent objects that are posted to it.
class
This class implements a file selection dialog box widget.
class
This class implements a flow-based layout.
class
class
This class represents a windowing system font.
class
Thrown when a specified font is bad.
class
This class returns information about the display characteristics of a font.
class
This class is a top-level window with a title bar and window decorations.
class
Accessibility support for Frame.
class
A paint object that can be used to color a region by blending two colors.
class
This is the abstract superclass of classes for drawing to graphics devices such as the screen or printers.
class
An abstract class defining a device independent two-dimensional vector graphics API.
class
This allows filtering an array of GraphicsConfigurations for the best one based on various requirements.
class
This class describes the configuration of various graphics devices, such as a monitor or printer.
class
This describes a graphics device available to the given environment.
class
This descibes the collection of GraphicsDevice and Font objects available on a given platform.
class
This specifies the constraints for a component managed by the GridBagLayout layout manager.
class
class
This class implements a grid-based layout scheme.
class
This exception is thrown when code dependent on a keyboard, mouse, or display is executed in a headless environment.
class
This exception is thrown when the requested operation failed because a component was not in the proper state.
class
This is the abstract superclass of all image objects in Java.
class
This class represents the capabilities of an image buffer.
class
This class represents the "margin" or space around a container.
class
Needs documentation...
class
class
class
class
class
class
The KeyboardFocusManager handles the focusing of windows for receiving keyboard events.
class
This component is used for displaying simple text strings that cannot be edited by the user.
class
This class provides accessibility support for the label.
class
Class that implements a listbox widget
class
class
class
This class is used for keeping track of the status of various media objects.
class
This class represents a pull down or tear off menu in Java's AWT.
class
Basic Accessibility class for Menu.
class
This class implements a menu bar in the AWT system.
class
This class provides accessibility support for AWT menu bars.
class
This is the superclass of all menu AWT widgets.
class
This class provides a base for the accessibility support of menu components.
class
This class represents an item in a menu.
class
class
This class implements a keyboard accelerator for a menu item.
class
MouseInfo is a class containing utility functions for mouse information.
class
Missing Documentation
class
class
class
class
class
class
A panel is a simple container class.
class
This class provides accessibility support for Panels, and is the runtime type returned by getAccessibleContext().
class
This class represents a point on the screen using cartesian coordinates.
class
PointerInfo represents information about the mouse pointer, i.e. its GraphicsDevice and location.
class
This class represents a polygon, a closed, two-dimensional region in a coordinate space.
class
This class implement an AWT popup menu widget
class
class
This abstract class represents a print job.
class
This class represents a rectangle and all the interesting things you might want to do with it.
class
A collection of (key, value) items that provide 'hints' for the Graphics2D rendering pipeline.
class
The base class used to represent keys.
class
The Robot class is used to simulate user interaction with graphical programs.
class
This class implements a scrollbar widget.
class
This class provides accessibility support for the scrollbar.
class
This widget provides a scrollable region that allows a single subcomponent to be viewed through a smaller window.
class
class
Need this class since the serialization spec for ScrollPane uses it.
class
This class contains the various "system colors" in use by the native windowing system.
class
A TextArea is a text component capable of displaying multiple lines of user-editable text.
class
class
This class provides common functionality for widgets than contain text.
class
class
This class implements a single line text entry field widget
class
class
This class provides a way to fill a Shape with a texture that is specified by a BufferedImage.
class
The AWT system uses a set of native peer objects to implement its widgets.
class
This class represents a top-level window with no decorations.
class

Constructors with parameter type java.lang.Object

AWTEvent.AWTEvent(Object source, int id)
Create an event on the specified source object and id.
Event.Event(Object target, int id, Object arg)
Event.Event(Object target, long when, int id, int x, int y, int key, int modifiers)
Event.Event(Object target, long when, int id, int x, int y, int key, int modifiers, Object arg)
Creates a new collection containing a single (key, value) pair.

Fields of type java.lang.Object

Object
This variable is returned whenever a property that is not defined is requested.
Object
This value is for use with the KEY_ALPHA_INTERPOLATION key.
Object
This value is for use with the KEY_ALPHA_INTERPOLATION key.
Object
This value is for use with the KEY_ALPHA_INTERPOLATION key.
Object
This value is for use with the KEY_ANTIALIASING key.
Object
This value is for use with the KEY_ANTIALIASING key.
Object
This value is for use with the KEY_ANTIALIASING key.
Object
This value is for use with the KEY_COLOR_RENDERING key.
Object
This value is for use with the KEY_COLOR_RENDERING key.
Object
This value is for use with the KEY_COLOR_RENDERING key.
Object
This value is for use with the KEY_DITHERING key.
Object
This value is for use with the KEY_DITHERING key.
Object
This value is for use with the KEY_DITHERING key.
Object
This value is for use with the KEY_FRACTIONALMETRICS key.
Object
This value is for use with the KEY_FRACTIONALMETRICS key.
Object
This value is for use with the KEY_FRACTIONALMETRICS key.
Object
This value is for use with the KEY_INTERPOLATION key.
Object
This value is for use with the KEY_INTERPOLATION key.
Object
This value is for use with the KEY_INTERPOLATION key.
Object
This value is for use with the KEY_RENDERING key.
Object
This value is for use with the KEY_RENDERING key.
Object
This value is for use with the KEY_RENDERING key.
Object
This value is for use with the KEY_STROKE_CONTROL key.
Object
This value is for use with the KEY_STROKE_CONTROL key.
Object
This value is for use with the KEY_STROKE_CONTROL key.
Object
This value is for use with the KEY_TEXT_ANTIALIASING key.
Object
This value is for use with the KEY_TEXT_ANTIALIASING key.
Object
This value is for use with the KEY_TEXT_ANTIALIASING key.
Object
Object

Methods with parameter type java.lang.Object

boolean
AWT 1.0 ACTION_EVENT event handler.
void
Container.add(Component comp, Object constraints)
Adds the specified component to this container at the end of the component list.
void
Container.add(Component comp, Object constraints, int index)
Adds the specified component to this container at the specified index in the component list.
void
Container.addImpl(Component comp, Object constraints, int index)
This method is called by all the add() methods to perform the actual adding of the component.
void
ScrollPane.addImpl(Component component, Object constraints, int index)
Adds the specified child component to this container.
void
Adds a component to the layout in the specified constraint position, which must be one of the string constants defined in this class.
void
Add a new component to the layout.
void
void
Adds the specified component to the layout, with the specified constraints object.
boolean
Returns true if the collection of hints contains the specified key, and false otherwise.
boolean
Returns true if the collection of hints contains the specified value, and false otherwise.
boolean
Determine whether this Object is semantically equal to another Object.
boolean
Tests two keystrokes for equality.
boolean
Compares this BasicStroke for equality with an arbitrary object.
boolean
Tests this object for equality against the specified object.
boolean
Tests this object for equality against the specified object.
boolean
Tests whether or not the specified object is equal to this font.
boolean
Tests whether this object is equal to the specified object.
boolean
boolean
boolean
boolean
Tests whether or not this object is equal to the specified object.
boolean
Tests this rectangle for equality against the specified object.
boolean
Checks this collection for equality with an arbitrary object.
boolean
Checks this key for equality with an arbitrary object.
void
Component.firePropertyChange(String propertyName, Object oldValue, Object newValue)
Report a change in a bound property to any registered property listeners.
void
Fires a property change event as a response to a change to to the specified property.
void
Fires a property change event as a response to a vetoable change to to the specified property.
Object
Returns the value associated with the specified key, or null if there is no value defined for the key.
Component
Return the component at the specified location, which must be one of the absolute constants such as CENTER or SOUTH.
Component
Return the component at the indicated location, or null if no component is at that location.
boolean
AWT 1.0 GOT_FOCUS event handler.
boolean
Returns true if the specified value is compatible with this key, and false otherwise.
boolean
AWT 1.0 LOST_FOCUS event handler.
Object
Adds a (key, value) pair to the collection of hints (if the collection already contains the specified key, then the value is updated).
Object
Removes a hint from the collection.
void
void
Adds or updates a hint in the current rendering hints table.
void
Retarget the event, such as converting a heavyweight component to a lightweight child of the original.

Methods with return type java.lang.Object

Object
Clone this buffering capability descriptor.
Object
Create a copy of this object.
Object
Clone this image capability descriptor.
Object
Returns a copy of this object.
Object
Object
Object
Creates a clone of this instance.
Object
Returns the value associated with the specified key, or null if there is no value defined for the key.
Object
Return the constraint corresponding to a component in this layout.
Object
Object[]
Returns all media objects that have encountered errors during loading.
Object[]
Returns all media objects with the specified ID that have encountered an error.
Object
This method requests a named property for an object.
Object
Returns the current value of a rendering hint.
Object[]
Returns an array of length one containing the checkbox label if this checkbox is selected.
Object[]
Returns an array of length 1 with the menu item label for this object if the state is on.
Object[]
Returns an array with one row containing the selected item.
Object[]
Returns the list of objects that are selected in this component.
Object[]
Returns the list of items that are currently selected in this list as an array of type Object[] instead of String[].
Object
Returns the object used for synchronization locks on this component when performing tree and layout functions.
Object
Returns the object used for synchronization locks on this component when performing tree and layout functions.
Object
Object
Adds a (key, value) pair to the collection of hints (if the collection already contains the specified key, then the value is updated).
Object
Returns a cached version of the deserialized keystroke, if available.
Object
Removes a hint from the collection.

Uses in package javax.rmi.CORBA

Classes derived from java.lang.Object

class
This class is used to marshal java.lang.Class objects over IIOP.
class
A Stub descendants provide access to the object on the client side.
class
Provides utility methods used by stubs and ties to perform common operations.

Methods with parameter type java.lang.Object

Object
Util.copyObject(Object object, ORB orb)
Used by local stubs to create a copy of the object.
Object
Used by local stubs to create a copy of the object.
Object[]
Util.copyObjects(Object[] object, ORB orb)
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
Object[]
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
boolean
The stubs are equal if they point to the same remote object.
boolean
The objects stubs are equal if they refer the same remote object.
Object
Narrows the passed object to conform to the given interface or IDL type.
void
Write abstract interface to the CORBA output stream.
void
Write abstract interface to the CORBA output stream.
void
Util.writeAny(OutputStream output, Object object)
Write the passed java object to the output stream in the form of the CORBA Any.
void
Write the passed java object to the output stream in the form of the CORBA Any.
void
Write the passed parameter to the output stream as CORBA object.
void
Write the passed parameter to the output stream as CORBA object.

Methods with return type java.lang.Object

Object
Util.copyObject(Object object, ORB orb)
Used by local stubs to create a copy of the object.
Object
Used by local stubs to create a copy of the object.
Object[]
Util.copyObjects(Object[] object, ORB orb)
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
Object[]
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
Object
Narrows the passed object to conform to the given interface or IDL type.
Object
Read Any from the input stream.
Object
Read Any from the input stream.

Uses in package org.omg.PortableServer

Classes derived from java.lang.Object

class
The helper operations for the CORBA object Current.
class
This class is used for servants that support calling via server request.
class
This exception is raised by ServantManager to indicate that the invocation target has moved to another known location.
class
The helper operations for the exception ForwardRequest.
class
Specifies the Object Id assignment policy.
class
Specifies the Object Id uniqueness policy.
class
Specifies the implicit activation policy.
class
Specifies the object life span policy.
class
The helper operations for the CORBA object POA.
class
Specifies the behaviour in the case when the requested object is not found in the Active Object Map or that map is not in use.
class
The servant is responsible for handling the method invocation on the target object.
class
The helper operations for the CORBA object ServantActivator.
class
This ServantActivator stub is an optional base for the servant activators.
class
The helper operations for the CORBA object ServantLocator.
class
The ServantLocator stub is an optional base for the servant locators.
class
Specifies the servant retention policy.
class
Defines the possible values for the POA thread policy.
class
This ServantActivator stub is an optional base for the servant activators.
class
The ServantLocator stub is an optional base for the servant locators.

Methods with parameter type java.lang.Object

void
ServantLocatorOperations.postinvoke(byte[] Object_Id, POA poa, String operation, Object cookie, Servant servant)
If the POA has the USE_SERVANT_MANAGER and NON_RETAIN policies, it invokes this method whenever a servant completes a request.
void
_ServantLocatorStub.postinvoke(byte[] Object_id, POA poa, String method, Object cookie, Servant servant)
It is your responsibility to take the postinvoke actions, if any, by overriding this method.

Uses in package javax.transaction

Classes derived from java.lang.Object

class
class
class
class
class
class
class
class
class

Uses in package javax.sound.sampled.spi

Classes derived from java.lang.Object

class
This abstract class defines the interface to audio file readers.
class
This abstract class provides an API for writing audio files.
class
A format conversion provider supplies methods for converting between different audio formats.
class
This abstract class defines an interface to mixer providers.

Uses in package org.omg.DynamicAny

Classes derived from java.lang.Object

class
A helper operations for the array of Any.
class
The helper operations for DynAnyFactory.
class
The helper operations for DynAny.
class
A helper operations for the array of DynAny (DynAny[]).
class
The helper operations for DynArray.
class
The helper operations for DynEnum.
class
The helper operations for DynFixed.
class
The helper operations for DynSequence.
class
The helper operations for DynStruct.
class
The helper operations for DynUnion.
class
The helper operations for DynValue.
class
A helper for the FieldName.
class
Stores the named value, representing the name by string and the value by DynAny.
class
A helper operations for the structure NameDynAnyPair.
class
A helper operations for the array of NameDynAnyPair (NameDynAnyPair[]).
class
Holds the value, having the given name(id).
class
A helper operations for the structure NameValuePair.
class
A helper operations for the array of NameValuePair.
class
Should provide support for remote invocation of methods on DynAnyFactory.
class
Should provide support for remote invocation of methods on DynAny.
class
Should provide support for remote invocation of methods on DynArray.
class
Should provide support for remote invocation of methods on DynEnum.
class
Should provide support for remote invocation of methods on DynFixed.
class
Should provide support for remote invocation of methods on DynSequence.
class
Should provide support for remote invocation of methods on DynStruct.
class
Should provide support for remote invocation of methods on DynUnion.
class
Should provide support for remote invocation of methods on DynValue.

Uses in package javax.security.sasl

Classes derived from java.lang.Object

class
This exception is thrown by a SASL mechanism implementation to indicate that the SASL exchange has failed due to reasons related to authentication, such as an invalid identity, passphrase, or key.

Note that the lack of an AuthenticationException does not mean that the failure was not due to an authentication error.

class
This callback is used by SaslServer to determine whether one entity (identified by an authenticated authentication ID) can act on behalf of another entity (identified by an authorization ID).
class
This callback is used by SaslClient and SaslServer to retrieve realm information.
class
This callback is used by SaslClient and SaslServer to obtain a realm given a list of realm choices.
class
A static class for creating SASL clients and servers.

This class defines the policy of how to locate, load, and instantiate SASL clients and servers.

For example, an application or library gets a SASL client instance by doing something like:

SaslClient sc =
      Sasl.createSaslClient(mechanisms, authorizationID, protocol,
                            serverName, props, callbackHandler);
 

It can then proceed to use the instance to create an authenticated connection.

Similarly, a server gets a SASL server instance by using code that looks as follows:

SaslServer ss =
      Sasl.createSaslServer(mechanism, protocol, serverName, props,
                            callbackHandler);
 
class
This class represents an error that has occurred when using SASL.

Methods with return type java.lang.Object

Object
Retrieves the negotiated property.
Object
Retrieves the negotiated property.

Uses in package java.nio

Classes derived from java.lang.Object

class
class
class
class
class
class
class
class
class
class
class
class
class
class

Methods with parameter type java.lang.Object

boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.
boolean
Checks if this buffer is equal to obj.

Uses in package java.lang.instrument

Classes derived from java.lang.Object

class
This class binds a class that will be redefined with a new class file.
class
class

Methods with parameter type java.lang.Object

long
Get the size of an object.

Uses in package org.omg.CORBA.TypeCodePackage

Classes derived from java.lang.Object

class
This exception is thrown when an inappropriate operation is invoked on a TypeCode object.
class
The TypeCode.member_name(int), TypeCode.member_type(int) and TypeCode.member_label(int) raise Bounds when the parameter is larger than the index of the last member, constituting the type.

Uses in package javax.management

Classes derived from java.lang.Object

class
Represents an MBean attribute, having the name and the assigned value.
class
Defines the notification used to let listeners know of an attribute change.
class
Performs filtering of AttributeChangeNotifications based on a list of attribute names.
class
Represents a list of MBean Attributes, with their names and values.
class
Thrown when a attribute is requested but can not be found.
class
Represents an attribute value being used as an argument to a relational constraint.
class
Thrown when the value of an a attribute passed to a query proves to be invalid.
class
Thrown when the expression passed to a method for constructing a query proves to be invalid.
class
Thrown when a string-based operation passed to a query proves to be invalid.
class
Maintains a list of the ClassLoader instances registered with the management servers, allowing it to be used to load classes.
class
Thrown when an attempt to register a bean is made, and the bean is already registered.
class
Thrown when an attempt to locate a bean is made, and the bean does not exist in the repository.
class
A general for all exceptions thrown during introspection operations on management beans.
class
Thrown when a query or attribute is applied to a management bean which is of the wrong class.
class
Thrown when a value is given for an attribute which is invalid.
class
A general superclass for all non-runtime management exceptions.
class
A general superclass for all runtime management exceptions.
class
Common static methods pertaining to the management API.
class
Thrown when a requested listener does not exist.
class
Thrown when a string used as an ObjectName is invalid.
class
Describes the attributes of a management bean.
class
Describes the constructors of a management bean.
class
Represents an arbitrary exception thrown by a management bean.
class
A general superclass for the description of features of management beans.
class
Describes the interface of a management bean.
class
Describes the notifications emitted by a management bean.
class
Describes the operations of a management bean.
class
Describes the parameters of a constructor or operation associated with a management bean.
class
Represents the permissions required to perform operations using the MBeanServer.
class
Represents an arbitrary exception thrown during registration of a management bean.
class
Constructs a default implementation of an MBeanServer.
class
Provides an implementation of a delegate bean, which is associated with a management server.
class
Creates and maintains a set of MBeanServer instances.
class
Provides a proxy for a management bean.
class
The notification emitted by a management server on a registration or de-registration event.
class
Represents the permissions required to perform operations provided by the MBeanServerFactory.
class
Represents the permission held by a trusted source of management beans.
class
Thrown when a management bean is passed to a method (e.g. to an MBean server to be registered) and it fails to comply with the specifications for such a bean.
class
A notification message that may be emitted by a bean.
class
Provides an implementation of the NotificationEmitter interface, which beans may utilise by extension.
class
Performs filtering of Notifications based on a list of type prefixes.
class
A simple class used to link a bean instance to its class name.
class
An ObjectName instance represents the name of a management bean, or a pattern which may match the name of one or more management beans.
class
A general superclass for all exceptions thrown by operations on management beans.
class
Provides static methods for constructing queries.
class
Represents the evaluation context of a MBeanServer query by retaining the server used on a thread-by-thread basis.
class
Represents one of the reflection exceptions thrown by a management bean.
class
Represents an arbitrary error thrown by a management bean.
class
Represents an arbitrary runtime exception thrown by a management bean.
class
Represents a runtime exception thrown by a management bean operation.
class
Thrown when a requested service is u