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