| GNU Classpath (0.95) | |
| Frames | No Frames |
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 | |
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.
| |
Constructs an instance with the given name and object and a
flag indicating if the name is relative to the target context.
| |
Constructs an instance with the given name, classname and object.
| |
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 | Add new environment property to the environment of this context. |
| Object | |
| void | Give the specified name for the specified object. |
| void | |
| void | 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 | 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 | 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 | CompositeName.remove(int posn) |
| Object | CompoundName.remove(int posn) |
| Object | Removes the component at the given index from this Name.
|
| Object | Remove the address at the given position.
|
| Object | Removes the property with the given name from the environment. |
| Object | |
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.
|
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 | 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 | 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.
|
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.
|
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.
|
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 | This method sets the specified parameter from the given Java
Object value. |
| void | This method sets the specified parameter from the given Java
Object value. |
| void | 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 | This method sets the specified parameter from the given Java
Object value. |
| void | This method sets the specified parameter from the given Java
Object value. |
| void | This method updates the specified column to have an Object value.
|
| void | This method updates the specified column to have an Object value.
|
| void | This method updates the specified column to have an Object value.
|
| void | 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 | Returns the contents of this array. |
| Object | Returns a portion of this array starting at start
into the array and continuing for count
elements. |
| Object | 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 | |
| Object | CallableStatement.getObject(int index) 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.
|
| Object | 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 | 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.
|
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.
|
Classes derived from java.lang.Object | |
| class | A factory for server sockets. |
| class | A factory for client sockets. |
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.
|
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.
|
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 | |
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 | Gets an element of an array. |
| boolean | Get the value of this boolean Field. |
| boolean | Gets an element of a boolean array.
|
| byte | Get the value of this byte Field. |
| byte | Gets an element of a byte array.
|
| char | Get the value of this Field as a char. |
| char | Gets an element of a char array.
|
| double | Get the value of this Field as a double. |
| double | Gets an element of a double array.
|
| float | Get the value of this Field as a float. |
| float | Gets an element of a float array.
|
| int | Get the value of this Field as an int. |
| int | 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 | Gets an element of a long array.
|
| short | Get the value of this Field as a short. |
| short | Gets an element of a short array.
|
| Object | Invoke the method. |
| Object | 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 | Sets an element of an array. |
| void | Set the value of this Field. |
| void | Set this boolean Field. |
| void | Sets an element of a boolean array.
|
| void | Set this byte Field. |
| void | Sets an element of a byte array.
|
| void | Set this char Field. |
| void | Sets an element of a char array.
|
| void | Set this double Field. |
| void | Sets an element of a double array.
|
| void | Set this float Field. |
| void | Sets an element of a float array.
|
| void | Set this int Field. |
| void | Sets an element of an int array.
|
| void | Sets an element of a long array.
|
| void | Set this long Field. |
| void | Sets an element of a short array.
|
| void | Set this short Field. |
Methods with return type java.lang.Object | |
| Object | Get the value of this Field. |
| Object | Gets an element of an array. |
| Object | If this method is an annotation method, returns the default
value for the method. |
| Object | Invoke the method. |
| Object | 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 | Combines several methods into one. |
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 | Compares two objects for equality. |
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 | |