JavaTM 2 Platform
Standard Ed. 5.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

R

RADIO_BUTTON - Static variable in class javax.accessibility.AccessibleRole
A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked.
RADIO_BUTTON - Static variable in class javax.swing.plaf.synth.Region
RadioButton region.
RADIO_BUTTON_MENU_ITEM - Static variable in class javax.swing.plaf.synth.Region
RegionButtonMenuItem region.
radix() - Method in class java.util.Scanner
Returns this scanner's default radix.
RAISED - Static variable in class javax.swing.border.BevelBorder
Raised bevel type.
RAISED - Static variable in class javax.swing.border.EtchedBorder
Raised etched type.
random() - Static method in class java.lang.Math
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
random() - Static method in class java.lang.StrictMath
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed:
RandomAccess - Interface in java.util
Marker interface used by List implementations to indicate that they support fast (generally constant time) random access.
RandomAccessFile - Class in java.io
Instances of this class support both reading and writing to a random access file.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RANDOMPIXELORDER - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a random order.
randomUUID() - Static method in class java.util.UUID
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
RANGE - Static variable in class java.awt.JobAttributes.DefaultSelectionType
The DefaultSelectionType instance to use for specifying that a range of pages of the job should be printed.
range(E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing all of the elements in the range defined by the two specified endpoints.
Raster - Class in java.awt.image
A class representing a rectangular array of pixels.
Raster(SampleModel, Point) - Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel.
Raster(SampleModel, DataBuffer, Point) - Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel and DataBuffer.
Raster(SampleModel, DataBuffer, Rectangle, Point, Raster) - Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel, DataBuffer, and parent.
raster - Variable in class javax.imageio.IIOImage
The Raster being referenced.
RasterFormatException - Exception in java.awt.image
The RasterFormatException is thrown if there is invalid layout information in the Raster.
RasterFormatException(String) - Constructor for exception java.awt.image.RasterFormatException
Constructs a new RasterFormatException with the specified message.
RasterOp - Interface in java.awt.image
This interface describes single-input/single-output operations performed on Raster objects.
RAW_SEND_SIZE - Static variable in class javax.security.sasl.Sasl
The name of a property that specifies the maximum size of the raw send buffer in bytes of SaslClient/SaslServer.
RAW_TEXT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the raw text state.
RC2ParameterSpec - Class in javax.crypto.spec
This class specifies the parameters used with the RC2 algorithm.
RC2ParameterSpec(int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits).
RC2ParameterSpec(int, byte[]) - Constructor for class javax.crypto.spec.RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits) and an 8-byte IV.
RC2ParameterSpec(int, byte[], int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
Constructs a parameter set for RC2 from the given effective key size (in bits) and IV.
RC5ParameterSpec - Class in javax.crypto.spec
This class specifies the parameters used with the RC5 algorithm.
RC5ParameterSpec(int, int, int) - Constructor for class javax.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds and word size (in bits).
RC5ParameterSpec(int, int, int, byte[]) - Constructor for class javax.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds, word size (in bits), and IV.
RC5ParameterSpec(int, int, int, byte[], int) - Constructor for class javax.crypto.spec.RC5ParameterSpec
Constructs a parameter set for RC5 from the given version, number of rounds, word size (in bits), and IV.
RCDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
RCSID - Static variable in class javax.swing.undo.StateEdit
 
RCSID - Static variable in interface javax.swing.undo.StateEditable
Resource ID for this class.
Rdn - Class in javax.naming.ldap
This class represents a relative distinguished name, or RDN, which is a component of a distinguished name as specified by RFC 2253.
Rdn(Attributes) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given attribute set.
Rdn(String) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given string.
Rdn(Rdn) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given rdn.
Rdn(String, Object) - Constructor for class javax.naming.ldap.Rdn
Constructs an Rdn from the given attribute type and value.
read() - Method in class java.io.BufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read() - Method in class java.io.BufferedReader
Read a single character.
read(char[], int, int) - Method in class java.io.BufferedReader
Read characters into a portion of an array.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.CharArrayReader
Read a single character.
read(char[], int, int) - Method in class java.io.CharArrayReader
Read characters into a portion of an array.
read(byte[]) - Method in class java.io.DataInputStream
Reads some number of bytes from the contained input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from the contained input stream into an array of bytes.
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(byte[]) - Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterReader
Read a single character.
read(char[], int, int) - Method in class java.io.FilterReader
Read characters into a portion of an array.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Read a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read() - Method in class java.io.LineNumberInputStream
Deprecated. Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.LineNumberInputStream
Deprecated. Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.LineNumberReader
Read a single character.
read(char[], int, int) - Method in class java.io.LineNumberReader
Read characters into a portion of an array.
read() - Method in interface java.io.ObjectInput
Reads a byte of data.
read(byte[]) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read() - Method in class java.io.ObjectInputStream
Reads a byte of data.
read(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read() - Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read(byte[], int, int) - Method in class java.io.PipedInputStream
Reads up to len bytes of data from this piped input stream into an array of bytes.
read() - Method in class java.io.PipedReader
Reads the next character of data from this piped stream.
read(char[], int, int) - Method in class java.io.PipedReader
Reads up to len characters of data from this piped stream into an array of characters.
read() - Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.PushbackReader
Read a single character.
read(char[], int, int) - Method in class java.io.PushbackReader
Read characters into a portion of an array.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[]) - Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read(CharBuffer) - Method in class java.io.Reader
Attempts to read characters into the specified character buffer.
read() - Method in class java.io.Reader
Read a single character.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
read() - Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringBufferInputStream
Deprecated. Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.StringBufferInputStream
Deprecated. Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringReader
Read a single character.
read(char[], int, int) - Method in class java.io.StringReader
Read characters into a portion of an array.
read(CharBuffer) - Method in interface java.lang.Readable
Attempts to read characters into the specified character buffer.
read(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer[], int, int) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer[]) - Method in class java.nio.channels.DatagramChannel
Reads a datagram from this channel.
read(ByteBuffer) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer[], int, int) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
read(ByteBuffer[]) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffers.
read(ByteBuffer, long) - Method in class java.nio.channels.FileChannel
Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.
read(ByteBuffer) - Method in interface java.nio.channels.ReadableByteChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer[], int, int) - Method in interface java.nio.channels.ScatteringByteChannel
Reads a sequence of bytes from this channel into a subsequence of the given buffers.
read(ByteBuffer[]) - Method in interface java.nio.channels.ScatteringByteChannel
Reads a sequence of bytes from this channel into the given buffers.
read(ByteBuffer) - Method in class java.nio.channels.SocketChannel
 
read(ByteBuffer[], int, int) - Method in class java.nio.channels.SocketChannel
 
read(ByteBuffer[]) - Method in class java.nio.channels.SocketChannel
 
read(CharBuffer) - Method in class java.nio.CharBuffer
Attempts to read characters into the specified character buffer.
read(ObjectInput) - Static method in class java.rmi.server.ObjID
Constructs and returns a new ObjID instance by unmarshalling a binary representation from an ObjectInput instance.
read(DataInput) - Static method in class java.rmi.server.UID
Constructs and returns a new UID instance by unmarshalling a binary representation from an DataInput instance.
read() - Method in class java.security.DigestInputStream
Reads a byte, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class java.security.DigestInputStream
Reads into a byte array, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class java.util.jar.JarInputStream
Reads from the current JAR file entry into an array of bytes.
read(InputStream) - Method in class java.util.jar.Manifest
Reads the Manifest from the specified InputStream.
read() - Method in class java.util.zip.CheckedInputStream
Reads a byte.
read(byte[], int, int) - Method in class java.util.zip.CheckedInputStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.util.zip.GZIPInputStream
Reads uncompressed data into an array of bytes.
read() - Method in class java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read(byte[], int, int) - Method in class java.util.zip.InflaterInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) - Method in class java.util.zip.ZipInputStream
Reads from the current ZIP entry into an array of bytes.
read() - Method in class javax.crypto.CipherInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class javax.crypto.CipherInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class javax.crypto.CipherInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(File) - Static method in class javax.imageio.ImageIO
Returns a BufferedImage as the result of decoding a supplied File with an ImageReader chosen automatically from among those currently registered.
read(InputStream) - Static method in class javax.imageio.ImageIO
Returns a BufferedImage as the result of decoding a supplied InputStream with an ImageReader chosen automatically from among those currently registered.
read(URL) - Static method in class javax.imageio.ImageIO
Returns a BufferedImage as the result of decoding a supplied URL with an ImageReader chosen automatically from among those currently registered.
read(ImageInputStream) - Static method in class javax.imageio.ImageIO
Returns a BufferedImage as the result of decoding a supplied ImageInputStream with an ImageReader chosen automatically from among those currently registered.
read(int) - Method in class javax.imageio.ImageReader
Reads the image indexed by imageIndex and returns it as a complete BufferedImage, using a default ImageReadParam.
read(int, ImageReadParam) - Method in class javax.imageio.ImageReader
Reads the image indexed by imageIndex and returns it as a complete BufferedImage, using a supplied ImageReadParam.
read() - Method in class javax.imageio.stream.FileCacheImageInputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.FileCacheImageInputStream
 
read() - Method in class javax.imageio.stream.FileCacheImageOutputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.FileCacheImageOutputStream
 
read() - Method in class javax.imageio.stream.FileImageInputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.FileImageInputStream
 
read() - Method in class javax.imageio.stream.FileImageOutputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.FileImageOutputStream
 
read() - Method in interface javax.imageio.stream.ImageInputStream
Reads a single byte from the stream and returns it as an integer between 0 and 255.
read(byte[]) - Method in interface javax.imageio.stream.ImageInputStream
Reads up to b.length bytes from the stream, and stores them into b starting at index 0.
read(byte[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
Reads up to len bytes from the stream, and stores them into b starting at index off.
read() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
read(byte[]) - Method in class javax.imageio.stream.ImageInputStreamImpl
A convenience method that calls read(b, 0, b.length).
read(byte[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
Reads up to len bytes from the stream, and stores them into b starting at index off.
read() - Method in class javax.imageio.stream.MemoryCacheImageInputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.MemoryCacheImageInputStream
 
read() - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
 
read(byte[], int, int) - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
 
read() - Method in class javax.sound.sampled.AudioInputStream
Reads the next byte of data from the audio input stream.
read(byte[]) - Method in class javax.sound.sampled.AudioInputStream
Reads some number of bytes from the audio input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class javax.sound.sampled.AudioInputStream
Reads up to a specified maximum number of bytes of data from the audio stream, putting them into the given byte array.
read(byte[], int, int) - Method in interface javax.sound.sampled.TargetDataLine
Reads audio data from the data line's input buffer.
read(InputStream, Object) - Method in class javax.swing.JEditorPane
This method initializes from a stream.
read() - Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read to update the progress monitor after the read.
read(byte[]) - Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read to update the progress monitor after the read.
read(byte[], int, int) - Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read to update the progress monitor after the read.
read(InputStream, Document, int) - Method in class javax.swing.text.DefaultEditorKit
Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(Reader, Document, int) - Method in class javax.swing.text.DefaultEditorKit
Inserts content from the given stream, which will be treated as plain text.
read(InputStream, Document, int) - Method in class javax.swing.text.EditorKit
Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(Reader, Document, int) - Method in class javax.swing.text.EditorKit
Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(Reader, Document, int) - Method in class javax.swing.text.html.HTMLEditorKit
Inserts content from the given stream.
read(DataInputStream) - Method in class javax.swing.text.html.parser.DTD
Recreates a DTD from an archived format.
read(Reader, Object) - Method in class javax.swing.text.JTextComponent
Initializes from a stream.
read(InputStream, Document, int) - Method in class javax.swing.text.rtf.RTFEditorKit
Insert content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(Reader, Document, int) - Method in class javax.swing.text.rtf.RTFEditorKit
Insert content from the given stream, which will be treated as plain text.
read(InputStream) - Static method in class org.omg.CORBA.AnySeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.BooleanSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.CharSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.CompletionStatusHelper
 
read(InputStream) - Static method in class org.omg.CORBA.CurrentHelper
 
read(InputStream) - Static method in class org.omg.CORBA.DefinitionKindHelper
 
read(InputStream) - Static method in class org.omg.CORBA.DoubleSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.FieldNameHelper
 
read(InputStream) - Static method in class org.omg.CORBA.FloatSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.IdentifierHelper
 
read(InputStream) - Static method in class org.omg.CORBA.IDLTypeHelper
 
read(InputStream) - Static method in class org.omg.CORBA.LongLongSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.LongSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.NameValuePairHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ObjectHelper
 
read(InputStream) - Static method in class org.omg.CORBA.OctetSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ParameterModeHelper
 
read(InputStream) - Static method in class org.omg.CORBA.PolicyErrorCodeHelper
 
read(InputStream) - Static method in class org.omg.CORBA.PolicyErrorHelper
 
read(InputStream) - Static method in class org.omg.CORBA.PolicyHelper
 
read(InputStream) - Static method in class org.omg.CORBA.PolicyListHelper
 
read(InputStream) - Static method in class org.omg.CORBA.PolicyTypeHelper
 
read() - Method in class org.omg.CORBA.portable.InputStream
 
read(InputStream) - Static method in class org.omg.CORBA.RepositoryIdHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ServiceDetailHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ServiceInformationHelper
 
read(InputStream) - Static method in class org.omg.CORBA.SetOverrideTypeHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ShortSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.StringSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.StringValueHelper
 
read(InputStream) - Static method in class org.omg.CORBA.StructMemberHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ULongLongSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ULongSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.UnionMemberHelper
 
read(InputStream) - Static method in class org.omg.CORBA.UnknownUserExceptionHelper
 
read(InputStream) - Static method in class org.omg.CORBA.UShortSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ValueBaseHelper
 
read(InputStream) - Static method in class org.omg.CORBA.ValueMemberHelper
 
read(InputStream) - Static method in class org.omg.CORBA.VersionSpecHelper
 
read(InputStream) - Static method in class org.omg.CORBA.VisibilityHelper
 
read(InputStream) - Static method in class org.omg.CORBA.WCharSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.WrongTransactionHelper
 
read(InputStream) - Static method in class org.omg.CORBA.WStringSeqHelper
 
read(InputStream) - Static method in class org.omg.CORBA.WStringValueHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.BindingHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.BindingIteratorHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.BindingListHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.BindingTypeHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.IstringHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NameComponentHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NameHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
 
read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.AnySeqHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyFactoryHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynAnySeqHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynArrayHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynEnumHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynFixedHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynSequenceHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynStructHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynUnionHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.DynValueHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.FieldNameHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.NameDynAnyPairHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.NameDynAnyPairSeqHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.NameValuePairHelper
 
read(InputStream) - Static method in class org.omg.DynamicAny.NameValuePairSeqHelper
 
read(InputStream) - Static method in class org.omg.IOP.CodecFactoryHelper
 
read(InputStream) - Static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
 
read(InputStream) - Static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
 
read(InputStream) - Static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
 
read(InputStream) - Static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
 
read(InputStream) - Static method in class org.omg.IOP.ComponentIdHelper
 
read(InputStream) - Static method in class org.omg.IOP.IORHelper
 
read(InputStream) - Static method in class org.omg.IOP.MultipleComponentProfileHelper
 
read(InputStream) - Static method in class org.omg.IOP.ProfileIdHelper
 
read(InputStream) - Static method in class org.omg.IOP.ServiceContextHelper
 
read(InputStream) - Static method in class org.omg.IOP.ServiceContextListHelper
 
read(InputStream) - Static method in class org.omg.IOP.ServiceIdHelper
 
read(InputStream) - Static method in class org.omg.IOP.TaggedComponentHelper
 
read(InputStream) - Static method in class org.omg.IOP.TaggedProfileHelper
 
read(InputStream) - Static method in class org.omg.Messaging.SyncScopeHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterManagerIdHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterNameHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterStateHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.CurrentHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ForwardRequestHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.InvalidSlotHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.IORInterceptor_3_0Helper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectIdHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceFactoryHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBIdHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
 
read(InputStream) - Static method in class org.omg.PortableInterceptor.ServerIdHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.CurrentHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.ForwardRequestHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.NoServantHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.ServantActivatorHelper
 
read(InputStream) - Static method in class org.omg.PortableServer.ServantLocatorHelper
 
read_Abstract() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL Abstract interface from the input stream.
read_abstract_interface() - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshal the value object or a suitable stub object.
read_abstract_interface(Class) - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshal the class object or the stub class corresponding to the passed type.
read_any() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL Any value from the input stream.
read_any() - Method in class org.omg.CORBA.portable.InputStream
Reads an Any from this input stream.
read_any_array(AnySeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL Anys from offset for length elements from the input stream.
read_boolean() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL boolean value from the input stream.
read_boolean() - Method in class org.omg.CORBA.portable.InputStream
Reads a boolean value from this input stream.
read_boolean_array(BooleanSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL booleans from offset for length elements from the input stream.
read_boolean_array(boolean[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of booleans from this input stream.
read_char() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL character value from the input stream.
read_char() - Method in class org.omg.CORBA.portable.InputStream
Reads a char value from this input stream.
read_char_array(CharSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL characters from offset for length elements from the input stream.
read_char_array(char[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of chars from this input stream.
read_Context() - Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA context from the stream.
read_double() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL double from the input stream.
read_double() - Method in class org.omg.CORBA.portable.InputStream
Reads a double value from this input stream.
read_double_array(DoubleSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL doubles from offset for length elements from the input stream.
read_double_array(double[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of doubles from this input stream.
read_fixed() - Method in class org.omg.CORBA.portable.InputStream
Reads a BigDecimal number.
read_float() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL float from the input stream.
read_float() - Method in class org.omg.CORBA.portable.InputStream
Reads a float value from this input stream.
read_float_array(FloatSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL floats from offset for length elements from the input stream.
read_float_array(float[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of floats from this input stream.
read_long() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL long from the input stream.
read_long() - Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA long (that is, Java int) value from this input stream.
read_long_array(LongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL longs from offset for length elements from the input stream.
read_long_array(int[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of CORBA longs (that is, Java ints) from this input stream.
read_longlong() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL long long from the input stream.
read_longlong() - Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA longlong (that is, Java long) value from this input stream.
read_longlong_array(LongLongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL long longs from offset for length elements from the input stream.
read_longlong_array(long[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of CORBA longlongs (that is, Java longs) from this input stream.
read_Object() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL CORBA::Object from the input stream.
read_Object() - Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA object from this input stream.
read_Object(Class) - Method in class org.omg.CORBA.portable.InputStream
Unmarshals an object and returns a CORBA Object, which is an instance of the class passed as its argument.
read_octet() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL octet value from the input stream.
read_octet() - Method in class org.omg.CORBA.portable.InputStream
Reads an octet (that is, a byte) value from this input stream.
read_octet_array(OctetSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL octets from offset for length elements from the input stream.
read_octet_array(byte[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of octets (that is, bytes) from this input stream.
READ_ONLY - Static variable in class java.nio.channels.FileChannel.MapMode
Mode for a read-only mapping.
read_Principal() - Method in class org.omg.CORBA.portable.InputStream
Deprecated. Deprecated by CORBA 2.2.
read_short() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL short from the input stream.
read_short() - Method in class org.omg.CORBA.portable.InputStream
Reads a short value from this input stream.
read_short_array(ShortSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL shorts from offset for length elements from the input stream.
read_short_array(short[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of shorts from this input stream.
read_string() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL string from the input stream.
read_string() - Method in class org.omg.CORBA.portable.InputStream
Reads a string value from this input stream.
read_TypeCode() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL typecode from the input stream.
read_TypeCode() - Method in class org.omg.CORBA.portable.InputStream
Reads a TypeCode from this input stream.
read_ulong() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL unsigned long from the input stream.
read_ulong() - Method in class org.omg.CORBA.portable.InputStream
Reads an unsigned CORBA long (that is, Java int) value from this input stream.
read_ulong_array(ULongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL unsigned longs from offset for length elements from the input stream.
read_ulong_array(int[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of unsigned CORBA longs (that is, Java ints) from this input stream.
read_ulonglong() - Method in interface org.omg.CORBA.DataInputStream
Reads an unsigned IDL long long from the input stream.
read_ulonglong() - Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA unsigned longlong (that is, Java long) value from this input stream.
read_ulonglong_array(ULongLongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL unsigned long longs from offset for length elements from the input stream.
read_ulonglong_array(long[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of unsigned CORBA longlongs (that is, Java longs) from this input stream.
read_ushort() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL unsigned short from the input stream.
read_ushort() - Method in class org.omg.CORBA.portable.InputStream
Reads a unsigned short value from this input stream.
read_ushort_array(UShortSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL unsigned shorts from offset for length elements from the input stream.
read_ushort_array(short[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of unsigned shorts from this input stream.
read_value(InputStream, TypeCode) - Method in class org.omg.CORBA.Any
Reads off (unmarshals) the value of an Any object from the given input stream using the given typecode.
read_Value() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL value type from the input stream.
read_value(InputStream) - Method in interface org.omg.CORBA.portable.BoxedValueHelper
 
read_value(InputStream) - Method in interface org.omg.CORBA.portable.ValueFactory
Is called by the ORB runtime while in the process of unmarshaling a value type.
read_value(InputStream) - Method in class org.omg.CORBA.StringValueHelper
 
read_value(InputStream) - Method in class org.omg.CORBA.WStringValueHelper
 
read_value() - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshalls a value type from the input stream.
read_value(Class) - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshalls a value type from the input stream.
read_value(BoxedValueHelper) - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshalls a value type from the input stream.
read_value(String) - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshalls a value type from the input stream.
read_value(Serializable) - Method in class org.omg.CORBA_2_3.portable.InputStream
Unmarshalls a value type from the input stream.
read_wchar() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL wide character value from the input stream.
read_wchar() - Method in class org.omg.CORBA.portable.InputStream
Reads a wide char value from this input stream.
read_wchar_array(WCharSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL wide characters from offset for length elements from the input stream.
read_wchar_array(char[], int, int) - Method in class org.omg.CORBA.portable.InputStream
Reads an array of wide chars from this input stream.
READ_WRITE - Static variable in class java.nio.channels.FileChannel.MapMode
Mode for a read/write mapping.
read_wstring() - Method in interface org.omg.CORBA.DataInputStream
Reads an IDL wide string from the input stream.
read_wstring() - Method in class org.omg.CORBA.portable.InputStream
Reads a wide string value from this input stream.
Readable - Interface in java.lang
A Readable is a source of characters.
ReadableByteChannel - Interface in java.nio.channels
A channel that can read bytes.
readAborted(ImageReader) - Method in interface javax.imageio.event.IIOReadProgressListener
Reports that a read has been aborted via the reader's abort method.
readAll(int, ImageReadParam) - Method in class javax.imageio.ImageReader
Reads the image indexed by imageIndex and returns an IIOImage containing the image, thumbnails, and associated image metadata, using a supplied ImageReadParam.
readAll(Iterator<? extends ImageReadParam>) - Method in class javax.imageio.ImageReader
Returns an Iterator containing all the images, thumbnails, and metadata, starting at the index given by getMinIndex, from the input source in the form of IIOImage objects.
readAny(InputStream) - Static method in class javax.rmi.CORBA.Util
Reads a java.lang.Object as a CORBA any.
readAny(InputStream) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.readAny(org.omg.CORBA.portable.InputStream).
readArray() - Method in interface java.sql.SQLInput
Reads an SQL ARRAY value from the stream and returns it as an Array object in the Java programming language.
readArray() - Method in class javax.sql.rowset.serial.SQLInputImpl
Reads an SQL ARRAY value from the stream and returns it as an Array object in the Java programming language.
readAsciiStream() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a stream of ASCII characters.
readAsciiStream() - Method in class javax.sql.rowset.serial.SQLInputImpl
Returns the next attribute in this SQLInputImpl object as a stream of ASCII characters.
readAsRenderedImage(int, ImageReadParam) - Method in class javax.imageio.ImageReader
Returns a RenderedImage object that contains the contents of the image indexed by imageIndex.
readAttributes(ObjectInputStream, MutableAttributeSet) - Method in class javax.swing.text.StyleContext
Context-specific handling of reading in attributes
readAttributeSet(ObjectInputStream, MutableAttributeSet) - Static method in class javax.swing.text.StyleContext
Reads a set of attributes from the given object input stream that have been previously written out with writeAttributeSet.
readBigDecimal() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.math.BigDecimal object in the Java programming language.
readBigDecimal() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as a java.math.BigDecimal.
readBinaryStream() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a stream of uninterpreted bytes.
readBinaryStream() - Method in class javax.sql.rowset.serial.SQLInputImpl
Returns the next attribute in this SQLInputImpl object as a stream of uninterpreted bytes.
readBit() - Method in interface javax.imageio.stream.ImageInputStream
Reads a single bit from the stream and returns it as an int with the value 0 or 1.
readBit() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readBits(int) - Method in interface javax.imageio.stream.ImageInputStream
Reads a bitstring from the stream and returns it as a long, with the first bit read becoming the most significant bit of the output.
readBits(int) - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readBlob() - Method in interface java.sql.SQLInput
Reads an SQL BLOB value from the stream and returns it as a Blob object in the Java programming language.
readBlob() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the BLOB value at the head of this SQLInputImpl object as a Blob object in the Java programming language.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in class java.io.ObjectInputStream
Reads in a boolean.
readBoolean() - Method in class java.io.RandomAccessFile
Reads a boolean from this file.
readBoolean() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a boolean in the Java programming language.
readBoolean() - Method in interface javax.imageio.stream.ImageInputStream
Reads a byte from the stream and returns a boolean value of true if it is nonzero, false if it is zero.
readBoolean() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readBoolean() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as a boolean in the Java programming language.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readByte() - Method in class java.io.RandomAccessFile
Reads a signed eight-bit value from this file.
readByte() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a byte in the Java programming language.
readByte() - Method in interface javax.imageio.stream.ImageInputStream
Reads a byte from the stream and returns it as a byte value.
readByte() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readByte() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as a byte in the Java programming language.
readBytes() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as an array of bytes in the Java programming language.
readBytes(IIOByteBuffer, int) - Method in interface javax.imageio.stream.ImageInputStream
Reads up to len bytes from the stream, and modifies the supplied IIOByteBuffer to indicate the byte array, offset, and length where the data may be found.
readBytes(IIOByteBuffer, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readBytes() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as an array of bytes.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readChar() - Method in class java.io.RandomAccessFile
Reads a Unicode character from this file.
readChar() - Method in interface javax.imageio.stream.ImageInputStream
Equivalent to readUnsignedShort, except that the result is returned using the char datatype.
readChar() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readCharacterStream() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a stream of Unicode characters.
readCharacterStream() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as a stream of Unicode characters.
readChildren(ObjectInputStream) - Method in class java.beans.beancontext.BeanContextSupport
When an instance of this class is used as a delegate for the implementation of the BeanContext protocols (and its subprotocols) there exists a 'chicken and egg' problem during deserialization
readClassDescriptor() - Method in class java.io.ObjectInputStream
Read a class descriptor from the serialization stream.
readClob() - Method in interface java.sql.SQLInput
Reads an SQL CLOB value from the stream and returns it as a Clob object in the Java programming language.
readClob() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the CLOB value at the head of this SQLInputImpl object as a Clob object in the Java programming language.
readConfiguration() - Method in class java.util.logging.LogManager
Reinitialize the logging properties and reread the logging configuration.
readConfiguration(InputStream) - Method in class java.util.logging.LogManager
Reinitialize the logging properties and reread the logging configuration from the given stream, which should be in java.util.Properties format.
readData(RowSetInternal) - Method in interface javax.sql.RowSetReader
Reads the new contents of the calling RowSet object.
readDate() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.sql.Date object.
readDate() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl as a java.sql.Date object.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
readDouble() - Method in class java.io.ObjectInputStream
Reads a 64 bit double.
readDouble() - Method in class java.io.RandomAccessFile
Reads a double from this file.
readDouble() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a double in the Java programming language.
readDouble() - Method in interface javax.imageio.stream.ImageInputStream
Reads 8 bytes from the stream, and (conceptually) concatenates them according to the current byte order and returns the result as a double.
readDouble() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readDouble() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as a double in the Java programming language.
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readerSpiNames - Variable in class javax.imageio.spi.ImageWriterSpi
An array of strings to be returned from getImageReaderSpiNames, initially null.
readerSupportsThumbnails() - Method in class javax.imageio.ImageReader
Returns true if the image format understood by this reader supports thumbnail preview images associated with it.
readExternal(ObjectInput) - Method in class java.awt.datatransfer.DataFlavor
Restores this DataFlavor from a Serialized state.
readExternal(ObjectInput) - Method in interface java.io.Externalizable
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class javax.management.loading.MLet
Restore this MLet's contents from the given ObjectInput.
readFields() - Method in class java.io.ObjectInputStream
Reads the persistent fields from the stream and makes them available by name.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFloat() - Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFloat() - Method in class java.io.RandomAccessFile
Reads a float from this file.
readFloat() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a float in the Java programming language.
readFloat() - Method in interface javax.imageio.stream.ImageInputStream
Reads 4 bytes from the stream, and (conceptually) concatenates them according to the current byte order and returns the result as a float.
readFloat() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readFloat() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as a float in the Java programming language.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[]) - Method in class java.io.RandomAccessFile
Reads b.length bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads exactly len bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
Reads len bytes from the stream, and stores them into b starting at index off.
readFully(byte[]) - Method in interface javax.imageio.stream.ImageInputStream
Reads b.length bytes from the stream, and stores them into b starting at index 0.
readFully(short[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
Reads len shorts (signed 16-bit integers) from the stream according to the current byte order, and stores them into s starting at index off.
readFully(char[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
Reads len chars (unsigned 16-bit integers) from the stream according to the current byte order, and stores them into c starting at index off.
readFully(int[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
Reads len ints (signed 32-bit integers) from the stream according to the current byte order, and stores them into i starting at index off.
readFully(long[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
Reads len longs (signed 64-bit integers) from the stream according to the current byte order, and stores them into l starting at index off.
readFully(float[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
Reads len floats (32-bit IEEE single-precision floats) from the stream according to the current byte order, and stores them into f starting at index off.
readFully(double[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
Reads len doubles (64-bit IEEE double-precision floats) from the stream according to the current byte order, and stores them into d starting at index off.
readFully(byte[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readFully(byte[]) - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readFully(short[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readFully(char[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readFully(int[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readFully(long[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readFully(float[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readFully(double[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
 
READING - Static variable in class java.text.AttributedCharacterIterator.Attribute
Attribute key for the reading of some text.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readInt() - Method in class java.io.RandomAccessFile
Reads a signed 32-bit integer from this file.
readInt() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as an int in the Java programming language.
readInt() - Method in interface javax.imageio.stream.ImageInputStream
Reads 4 bytes from the stream, and (conceptually) concatenates them according to the current byte order and returns the result as an int.
readInt() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readInt() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as an int in the Java programming language.
readLine() - Method in class java.io.BufferedReader
Read a line of text.
readLine() - Method in interface java.io.DataInput
Reads the next line of text from the input stream.
readLine() - Method in class java.io.DataInputStream
Deprecated. This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:
     DataInputStream d = new DataInputStream(in);
 
with:
     BufferedReader d
          = new BufferedReader(new InputStreamReader(in));
 
readLine() - Method in class java.io.LineNumberReader
Read a line of text.
readLine() - Method in class java.io.ObjectInputStream
Deprecated. This method does not properly convert bytes to characters. see DataInputStream for the details and alternatives.
readLine() - Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
readLine() - Method in interface javax.imageio.stream.ImageInputStream
Reads the next line of text from the input stream.
readLine() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readLock() - Method in interface java.util.concurrent.locks.ReadWriteLock
Returns the lock used for reading.
readLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
 
readLock() - Method in class javax.swing.text.AbstractDocument
Acquires a lock to begin reading some state from the document.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readLong() - Method in class java.io.RandomAccessFile
Reads a signed 64-bit integer from this file.
readLong() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a long in the Java programming language.
readLong() - Method in interface javax.imageio.stream.ImageInputStream
Reads 8 bytes from the stream, and (conceptually) concatenates them according to the current byte order and returns the result as a long.
readLong() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readLong() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as a long in the Java programming language.
readObject() - Method in class java.beans.XMLDecoder
Reads the next object from the underlying input stream.
readObject() - Method in interface java.io.ObjectInput
Read and return an object.
readObject() - Method in class java.io.ObjectInputStream
Read an object from the ObjectInputStream.
readObject() - Method in interface java.sql.SQLInput
Reads the datum at the head of the stream and returns it as an Object in the Java programming language.
readObject(Stub, ObjectInputStream) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.readObject(java.io.ObjectInputStream).
readObject() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the value at the head of this SQLInputImpl object as an Object in the Java programming language.
readObjectOverride() - Method in class java.io.ObjectInputStream
This method is called by trusted subclasses of ObjectOutputStream that constructed ObjectOutputStream using the protected no-arg constructor.
readOnlyAction - Static variable in class javax.swing.text.DefaultEditorKit
Name of the action to set the editor into read-only mode.
ReadOnlyBufferException - Exception in java.nio
Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer.
ReadOnlyBufferException() - Constructor for exception java.nio.ReadOnlyBufferException
Constructs an instance of this class.
readRaster(int, ImageReadParam) - Method in class javax.imageio.ImageReader
Returns a new Raster object containing the raw pixel data from the image stream, without any color conversion applied.
readRef() - Method in interface java.sql.SQLInput
Reads an SQL REF value from the stream and returns it as a Ref object in the Java programming language.
readRef() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the value at the head of this SQLInputImpl object as a Ref object in the Java programming language.
readResolve() - Method in class java.awt.AWTKeyStroke
Returns a cached instance of AWTKeyStroke (or a subclass of AWTKeyStroke) which is equal to this instance.
readResolve() - Method in class java.awt.color.ICC_Profile
Resolves instances being deserialized into instances registered with CMM.
readResolve() - Method in class java.awt.font.TextAttribute
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.security.cert.Certificate.CertificateRep
Resolve the Certificate Object.
readResolve() - Method in class java.security.cert.CertPath.CertPathRep
Returns a CertPath constructed from the type and data.
readResolve() - Method in class java.security.KeyRep
Resolve the Key object.
readResolve() - Method in class java.text.AttributedCharacterIterator.Attribute
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.text.DateFormat.Field
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.text.MessageFormat.Field
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class java.text.NumberFormat.Field
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class javax.management.openmbean.SimpleType
Replace an object read from an ObjectInputStream with the unique instance for that value.
readResolve() - Method in class javax.print.attribute.EnumSyntax
During object input, convert this deserialized enumeration instance to the proper enumeration value defined in the enumeration attribute class.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readShort() - Method in class java.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readShort() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a short in the Java programming language.
readShort() - Method in interface javax.imageio.stream.ImageInputStream
Reads two bytes from the stream, and (conceptually) concatenates them according to the current byte order, and returns the result as a short value.
readShort() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readShort() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as a short in the Java programming language.
readSQL(SQLInput, String) - Method in interface java.sql.SQLData
Populates this object with data read from the database.
readStreamHeader() - Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
readString() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a String in the Java programming language.
readString() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as a String in the Java programming language.
readThumbnail(int, int) - Method in class javax.imageio.ImageReader
Returns the thumbnail preview image indexed by thumbnailIndex, associated with the image indexed by ImageIndex as a BufferedImage.
readTile(int, int, int) - Method in class javax.imageio.ImageReader
Reads the tile indicated by the tileX and tileY arguments, returning it as a BufferedImage.
readTileRaster(int, int, int) - Method in class javax.imageio.ImageReader
Returns a new Raster object containing the raw pixel data from the tile, without any color conversion applied.
readTime() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.sql.Time object.
readTime() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as a java.sql.Time object.
readTimestamp() - Method in interface java.sql.SQLInput
Reads the next attribute in the stream and returns it as a java.sql.Timestamp object.
readTimestamp() - Method in class javax.sql.rowset.serial.SQLInputImpl
Retrieves the next attribute in this SQLInputImpl object as a java.sql.Timestamp object.
readUnlock() - Method in class javax.swing.text.AbstractDocument
Does a read unlock.
readUnshared() - Method in class java.io.ObjectInputStream
Reads an "unshared" object from the ObjectInputStream.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in class java.io.ObjectInputStream
Reads an unsigned 8 bit byte.
readUnsignedByte() - Method in class java.io.RandomAccessFile
Reads an unsigned eight-bit number from this file.
readUnsignedByte() - Method in interface javax.imageio.stream.ImageInputStream
Reads a byte from the stream, and (conceptually) converts it to an int, masks it with 0xff in order to strip off any sign-extension bits, and returns it as a byte value.
readUnsignedByte() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readUnsignedInt() - Method in interface javax.imageio.stream.ImageInputStream
Reads 4 bytes from the stream, and (conceptually) concatenates them according to the current byte order, converts the result to a long, masks it with 0xffffffffL in order to strip off any sign-extension bits, and returns the result as an unsigned long value.
readUnsignedInt() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in class java.io.ObjectInputStream
Reads an unsigned 16 bit short.
readUnsignedShort() - Method in class java.io.RandomAccessFile
Reads an unsigned 16-bit number from this file.
readUnsignedShort() - Method in interface javax.imageio.stream.ImageInputStream
Reads two bytes from the stream, and (conceptually) concatenates them according to the current byte order, converts the resulting value to an int, masks it with 0xffff in order to strip off any sign-extension buts, and returns the result as an unsigned int value.
readUnsignedShort() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readURL() - Method in interface java.sql.SQLInput
Reads an SQL DATALINK value from the stream and returns it as a java.net.URL object in the Java programming language.
readURL() - Method in class javax.sql.rowset.serial.SQLInputImpl
Reads an SQL DATALINK value from the stream and returns it as an URL object in the Java programming language.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in modified UTF-8 format; this string of characters is then returned as a String.
readUTF() - Method in class java.io.ObjectInputStream
Reads a String in modified UTF-8 format.
readUTF() - Method in class java.io.RandomAccessFile
Reads in a string from this file.
readUTF() - Method in interface javax.imageio.stream.ImageInputStream
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class javax.imageio.stream.ImageInputStreamImpl
 
readValue(InputStream, int, Class, String, RunTime) - Method in interface javax.rmi.CORBA.ValueHandler
Reads a value from the stream using Java semantics.
ReadWriteLock - Interface in java.util.concurrent.locks
A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing.
readXML(WebRowSet, Reader) - Method in interface javax.sql.rowset.spi.XmlReader
Reads and parses the given WebRowSet object from the given input stream in XML format.
readXml(Reader) - Method in interface javax.sql.rowset.WebRowSet
Reads a WebRowSet object in its XML format from the given Reader object.
readXml(InputStream) - Method in interface javax.sql.rowset.WebRowSet
Reads a stream based XML input to populate this WebRowSet object.
ready() - Method in class java.io.BufferedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.CharArrayReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.FilterReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.PipedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.PushbackReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.StringReader
Tell whether this stream is ready to be read.
readyOps() - Method in class java.nio.channels.SelectionKey
Retrieves this key's ready-operation set.
REAL - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REAL.
realEditor - Variable in class javax.swing.tree.DefaultTreeCellEditor
Editor handling the editing.
RealmCallback - Class in javax.security.sasl
This callback is used by SaslClient and SaslServer to retrieve realm information.
RealmCallback(String) - Constructor for class javax.security.sasl.RealmCallback
Constructs a RealmCallback with a prompt.
RealmCallback(String, String) - Constructor for class javax.security.sasl.RealmCallback
Constructs a RealmCallback with a prompt and default realm information.
RealmChoiceCallback - Class in javax.security.sasl
This callback is used by SaslClient and SaslServer to obtain a realm given a list of realm choices.
RealmChoiceCallback(String, String[], int, boolean) - Constructor for class javax.security.sasl.RealmChoiceCallback
Constructs a RealmChoiceCallback with a prompt, a list of choices and a default choice.
realSource - Variable in class javax.swing.undo.UndoableEditSupport
 
reason - Variable in exception org.omg.CORBA.PolicyError
The reason for the PolicyError exception being thrown.
rebind(String, Remote) - Static method in class java.rmi.Naming
Rebinds the specified name to a new remote object.
rebind(String, Remote) - Method in interface java.rmi.registry.Registry
Replaces the binding for the specified name in this registry with the supplied remote reference.
rebind(Name, Object) - Method in interface javax.naming.Context
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in interface javax.naming.Context
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
rebind(Name, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
 
rebind(String, Object) - Method in class javax.naming.InitialContext
 
rebind(Name, Object) - Method in class javax.naming.InitialContext
 
REBIND - Exception in org.omg.CORBA
REBIND is raised when the current effective RebindPolicy, has a value of NO_REBIND or NO_RECONNECT and an invocation on a bound object reference results in a LocateReply message with status OBJECT_FORWARD or a Reply message with status LOCATION_FORWARD.
REBIND() - Constructor for exception org.omg.CORBA.REBIND
Constructs an REBIND exception with minor code set to 0 and CompletionStatus set to COMPLETED_NO.
REBIND(String) - Constructor for exception org.omg.CORBA.REBIND
Constructs an REBIND exception with the specified message.
REBIND(int, CompletionStatus) - Constructor for exception org.omg.CORBA.REBIND
Constructs an REBIND exception with the specified minor code and completion status.
REBIND(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.REBIND
Constructs an REBIND exception with the specified message, minor code, and completion status.
rebind(NameComponent[], Object) - Method in class org.omg.CosNaming._NamingContextExtStub
Creates a binding of a name and an object in the naming context even if the name is already bound in the context.
rebind(NameComponent[], Object) - Method in class org.omg.CosNaming._NamingContextStub
Creates a binding of a name and an object in the naming context even if the name is already bound in the context.
rebind(NameComponent[], Object) - Method in interface org.omg.CosNaming.NamingContextOperations
Creates a binding of a name and an object in the naming context even if the name is already bound in the context.
rebind_context(NameComponent[], NamingContext) - Method in class org.omg.CosNaming._NamingContextExtStub
Creates a binding of a name and a naming context in the naming context even if the name is already bound in the context.
rebind_context(NameComponent[], NamingContext) - Method in class org.omg.CosNaming._NamingContextStub
Creates a binding of a name and a naming context in the naming context even if the name is already bound in the context.
rebind_context(NameComponent[], NamingContext) - Method in interface org.omg.CosNaming.NamingContextOperations
Creates a binding of a name and a naming context in the naming context even if the name is already bound in the context.
recalculateIfInsetsChanged() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
recalculateIfOrientationChanged() - Method in class javax.swing.plaf.basic.BasicSliderUI
 
recalcWidthCache() - Method in class javax.swing.table.DefaultTableColumnModel
Recalculates the total combined width of all columns.
receive(int) - Method in class java.io.PipedInputStream
Receives a byte of data.
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Receive the datagram packet.
receive(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
Receives a datagram via this channel.
receive_exception(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
Indicates to the interceptor that an exception occurred.
receive_other(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
Allows an Interceptor to query the information available when a request results in something other than a normal reply or an exception.
receive_reply(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
Allows an Interceptor to query the information on a reply after it is returned from the server and before control is returned to the client.
receive_request(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
Allows an Interceptor to query request information after all the information, including operation parameters, are available.
receive_request_service_contexts(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
Allows the interceptor to process service context information.
received_exception() - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns an any which contains the exception to be returned to the client.
received_exception_id() - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns the repository id of the exception to be returned to the client.
Receiver - Interface in javax.sound.midi
A Receiver receives MidiEvent objects and typically does something useful in response, such as interpreting them to generate sound or raw MIDI output.
reclaim(AttributeSet) - Method in interface javax.swing.text.AbstractDocument.AttributeContext
Reclaims an attribute set.
reclaim(AttributeSet) - Method in class javax.swing.text.StyleContext
Returns a set no longer needed by the MutableAttributeSet implmentation.
reconnect(Control[]) - Method in class javax.naming.ldap.InitialLdapContext
 
reconnect(Control[]) - Method in interface javax.naming.ldap.LdapContext
Reconnects to the LDAP server using the supplied controls and this context's environment.
reconvert() - Method in class java.awt.im.InputContext
Asks the current input method to reconvert text from the current client component.
reconvert() - Method in interface java.awt.im.spi.InputMethod
Starts the reconversion operation.
recordDisable(Track) - Method in interface javax.sound.midi.Sequencer
Disables recording to the specified track.
recordEnable(Track, int) - Method in interface javax.sound.midi.Sequencer
Prepares the specified track for recording events received on a particular channel.
recover(int) - Method in interface javax.transaction.xa.XAResource
Obtains a list of prepared transaction branches from a resource manager.
Rectangle - Class in java.awt
A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-left point (xy) in the coordinate space, its width, and its height.
Rectangle() - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is at (0, 0) in the coordinate space, and whose width and height are both zero.
Rectangle(Rectangle) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle, initialized to match the values of the specified Rectangle.
Rectangle(int, int, int, int) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is specified as (xy) and whose width and height are specified by the arguments of the same name.
Rectangle(int, int) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is at (0, 0) in the coordinate space, and whose width and height are specified by the arguments of the same name.
Rectangle(Point, Dimension) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is specified by the Point argument, and whose width and height are specified by the Dimension argument.
Rectangle(Point) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is the specified Point, and whose width and height are both zero.
Rectangle(Dimension) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top left corner is (0, 0) and whose width and height are specified by the Dimension argument.
Rectangle2D - Class in java.awt.geom
The Rectangle2D class describes a rectangle defined by a location (x, y) and dimension (w x h).
Rectangle2D() - Constructor for class java.awt.geom.Rectangle2D
This is an abstract class that cannot be instantiated directly.
Rectangle2D.Double - Class in java.awt.geom
The Double class defines a rectangle specified in double coordinates.
Rectangle2D.Double() - Constructor for class java.awt.geom.Rectangle2D.Double
Constructs a new Rectangle2D, initialized to location (0, 0) and size (0, 0).
Rectangle2D.Double(double, double, double, double) - Constructor for class java.awt.geom.Rectangle2D.Double
Constructs and initializes a Rectangle2D from the specified double coordinates.
Rectangle2D.Float - Class in java.awt.geom
The Float class defines a rectangle specified in float coordinates.
Rectangle2D.Float() - Constructor for class java.awt.geom.Rectangle2D.Float
Constructs a new Rectangle2D, initialized to location (0.0, 0.0) and size (0.0, 0.0).
Rectangle2D.Float(float, float, float, float) - Constructor for class java.awt.geom.Rectangle2D.Float
Constructs and initializes a Rectangle2D from the specified float coordinates.
rectangleForCurrentValue() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
Returns the area that is reserved for drawing the currently selected item.
RectangularShape - Class in java.awt.geom
RectangularShape is the base class for a number of Shape objects whose geometry is defined by a rectangular frame.
RectangularShape() - Constructor for class java.awt.geom.RectangularShape
This is an abstract class that cannot be instantiated directly.
rects - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
red - Static variable in class java.awt.Color
The color red.
RED - Static variable in class java.awt.Color
The color red.
REDCOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
Used to get a gamma value or TRC for the red component.
redefineClasses(ClassDefinition[]) - Method in interface java.lang.instrument.Instrumentation
Redefine the supplied set of classes using the supplied class files.
redirectErrorStream() - Method in class java.lang.ProcessBuilder
Tells whether this process builder merges standard error and standard output.
redirectErrorStream(boolean) - Method in class java.lang.ProcessBuilder
Sets this process builder's redirectErrorStream property.
redispatchEvent(Component, AWTEvent) - Method in class java.awt.KeyboardFocusManager
Redispatches an AWTEvent in such a way that the AWT event dispatcher will not recursively request that the KeyboardFocusManager, or any installed KeyEventDispatchers, dispatch the event again.
redo() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Redoes a change.
redo() - Method in class javax.swing.text.AbstractDocument.ElementEdit
Redoes a change.
redo() - Method in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
Redoes a change.
redo() - Method in class javax.swing.undo.AbstractUndoableEdit
Throws CannotRedoException if canRedo returns false.
redo() - Method in class javax.swing.undo.CompoundEdit
Sends redo to all contained UndoableEdits in the order in which they were added.
redo() - Method in class javax.swing.undo.StateEdit
Tells the edited object to apply the state after the edit
redo() - Method in interface javax.swing.undo.UndoableEdit
Re-apply the edit, assuming that it has been undone.
redo() - Method in class javax.swing.undo.UndoManager
If this UndoManager is inProgress, redoes the last significant UndoableEdit at indexOfNextAdd or after, and all insignificant edits up to it.
RedoName - Static variable in class javax.swing.undo.AbstractUndoableEdit
String returned by getRedoPresentationName; as of Java 2 platform v1.3.1 this field is no longer used.
redoTo(UndoableEdit) - Method in class javax.swing.undo.UndoManager
Redoes all changes from indexOfNextAdd to edit.
reducePermits(int) - Method in class java.util.concurrent.Semaphore
Shrinks the number of available permits by the indicated reduction.
ReentrantLock - Class in java.util.concurrent.locks
A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor lock accessed using synchronized methods and statements, but with extended capabilities.
ReentrantLock() - Constructor for class java.util.concurrent.locks.ReentrantLock
Creates an instance of ReentrantLock.
ReentrantLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantLock
Creates an instance of ReentrantLock with the given fairness policy.
ReentrantReadWriteLock - Class in java.util.concurrent.locks
An implementation of ReadWriteLock supporting similar semantics to ReentrantLock.
ReentrantReadWriteLock() - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
Creates a new ReentrantReadWriteLock with default ordering properties.
ReentrantReadWriteLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
Creates a new ReentrantReadWriteLock with the given fairness policy.
ReentrantReadWriteLock.ReadLock - Class in java.util.concurrent.locks
The lock returned by method ReentrantReadWriteLock.readLock().
ReentrantReadWriteLock.ReadLock(ReentrantReadWriteLock) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Constructor for use by subclasses
ReentrantReadWriteLock.WriteLock - Class in java.util.concurrent.locks
The lock returned by method ReentrantReadWriteLock.writeLock().
ReentrantReadWriteLock.WriteLock(ReentrantReadWriteLock) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Constructor for use by subclasses
ref - Variable in class java.rmi.server.RemoteObject
The object's remote reference.
Ref - Interface in java.sql
The mapping in the Java programming language of an SQL REF value, which is a reference to an SQL structured type value in the database.
REF - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
REF_MBEAN_NOT_REGISTERED - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to set a role value including the ObjectName of a MBean not registered in the MBean Server.
REF_MBEAN_OF_INCORRECT_CLASS - Static variable in class javax.management.relation.RoleStatus
Problem type when trying to set a role value including the ObjectName of a MBean not of the class expected for that role.
RefAddr - Class in javax.naming
This class represents the address of a communications end-point.
RefAddr(String) - Constructor for class javax.naming.RefAddr
Constructs a new instance of RefAddr using its address type.
Reference<T> - Class in java.lang.ref
Abstract base class for reference objects.
Reference - Class in javax.naming
This class represents a reference to an object that is found outside of the naming/directory system.
Reference(String) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className'.
Reference(String, RefAddr) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className' and an address.
Reference(String, String, String) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className', and the class name and location of the object's factory.
Reference(String, RefAddr, String, String) - Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className', the class name and location of the object's factory, and the address for the object.
reference_to_id(Object) - Method in interface org.omg.PortableServer.POAOperations
This operation returns the Object Id value encapsulated by the specified reference.
reference_to_servant(Object) - Method in interface org.omg.PortableServer.POAOperations
If the POA has the RETAIN policy and the specified object is present in the Active Object Map, this operation returns the servant associated with that object in the Active Object Map.
Referenceable - Interface in javax.naming
This interface is implemented by an object that can provide a Reference to itself.
ReferenceQueue<T> - Class in java.lang.ref
Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.
ReferenceQueue() - Constructor for class java.lang.ref.ReferenceQueue
Constructs a new reference-object queue.
ReferenceUriSchemesSupported - Class in javax.print.attribute.standard
Class ReferenceUriSchemesSupported is a printing attribute class an enumeration, that indicates a "URI scheme," such as "http:" or "ftp:", that a printer can use to retrieve print data stored at a URI location.
ReferenceUriSchemesSupported(int) - Constructor for class javax.print.attribute.standard.ReferenceUriSchemesSupported
Construct a new reference URI scheme enumeration value with the given integer value.
REFERRAL - Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for specifying how referrals encountered by the service provider are to be processed.
ReferralException - Exception in javax.naming
This abstract class is used to represent a referral exception, which is generated in response to a referral such as that returned by LDAP v3 servers.
ReferralException(String) - Constructor for exception javax.naming.ReferralException
Constructs a new instance of ReferralException using the explanation supplied.
ReferralException() - Constructor for exception javax.naming.ReferralException
Constructs a new instance of ReferralException.
ReflectionException - Exception in javax.management
Represents exceptions thrown in the MBean server when using the java.lang.reflect classes to invoke methods on MBeans.
ReflectionException(Exception) - Constructor for exception javax.management.ReflectionException
Creates a ReflectionException that wraps the actual java.lang.Exception.
ReflectionException(Exception, String) - Constructor for exception javax.management.ReflectionException
Creates a ReflectionException that wraps the actual java.lang.Exception with a detail message.
ReflectPermission - Class in java.lang.reflect
The Permission class for reflective operations.
ReflectPermission(String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name.
ReflectPermission(String, String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name and actions.
refresh() - Method in class java.security.Policy
Refreshes/reloads the policy configuration.
refresh() - Method in class javax.security.auth.kerberos.KerberosTicket
Extends the validity period of this ticket.
refresh() - Method in class javax.security.auth.login.Configuration
Refresh and reload the Configuration.
refresh() - Method in class javax.security.auth.Policy
Deprecated. Refresh and reload the Policy.
refresh() - Method in interface javax.security.auth.Refreshable
Update or extend the validity period for this Object.
REFRESH_RATE_UNKNOWN - Static variable in class java.awt.DisplayMode
Value of the refresh rate if not known
Refreshable - Interface in javax.security.auth
Objects such as credentials may optionally implement this interface to provide the capability to refresh itself.
RefreshFailedException - Exception in javax.security.auth
Signals that a refresh operation failed.
RefreshFailedException() - Constructor for exception javax.security.auth.RefreshFailedException
Constructs a RefreshFailedException with no detail message.
RefreshFailedException(String) - Constructor for exception javax.security.auth.RefreshFailedException
Constructs a RefreshFailedException with the specified detail message.
refreshRow() - Method in interface java.sql.ResultSet
Refreshes the current row with its most recent value in the database.
region(int, int) - Method in class java.util.regex.Matcher
Sets the limits of this matcher's region.
Region - Class in javax.swing.plaf.synth
A distinct rendering area of a Swing component.
Region(String, String, boolean) - Constructor for class javax.swing.plaf.synth.Region
Creates a Region with the specified name.
regionEnd() - Method in class java.util.regex.Matcher
Reports the end index (exclusive) of this matcher's region.
regionMatches(int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
regionStart() - Method in class java.util.regex.Matcher
Reports the start index of this matcher's region.
register(Selector, int, Object) - Method in class java.nio.channels.SelectableChannel
Registers this channel with the given selector, returning a selection key.
register(Selector, int) - Method in class java.nio.channels.SelectableChannel
Registers this channel with the given selector, returning a selection key.
register(Selector, int, Object) - Method in class java.nio.channels.spi.AbstractSelectableChannel
Registers this channel with the given selector, returning a selection key.
register(AbstractSelectableChannel, int, Object) - Method in class java.nio.channels.spi.AbstractSelector
Registers the given channel with this selector.
register(ActivationDesc) - Static method in class java.rmi.activation.Activatable
Register an object descriptor for an activatable remote object so that is can be activated on demand.
register_initial_reference(String, Object) - Method in interface org.omg.PortableInterceptor.ORBInitInfoOperations
Identical to ORB.register_initial_reference.
register_policy_factory(int, PolicyFactory) - Method in interface org.omg.PortableInterceptor.ORBInitInfoOperations
Registers a PolicyFactory for the given PolicyType.
register_value_factory(String, ValueFactory) - Method in class org.omg.CORBA_2_3.ORB
 
RegisterableService - Interface in javax.imageio.spi
An optional interface that may be provided by service provider objects that will be registered with a ServiceRegistry.
registerApplicationClasspathSpis() - Method in class javax.imageio.spi.IIORegistry
Registers all available service providers found on the application class path, using the default ClassLoader.
registerComponent(JComponent) - Method in class javax.swing.ToolTipManager
Registers a component for tooltip management.
registerDriver(Driver) - Static method in class java.sql.DriverManager
Registers the given driver with the DriverManager.
registerEditor(Class<?>, Class<?>) - Static method in class java.beans.PropertyEditorManager
Register an editor class to be used to edit values of a given target class.
registerEditorKitForContentType(String, String) - Static method in class javax.swing.JEditorPane
Establishes the default bindings of type to classname.
registerEditorKitForContentType(String, String, ClassLoader) - Static method in class javax.swing.JEditorPane
Establishes the default bindings of type to classname.
registerGroup(ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
Register the activation group.
registerKeyboardAction(ActionListener, String, KeyStroke, int) - Method in class javax.swing.JComponent
This method is now obsolete, please use a combination of getActionMap() and getInputMap() for similiar behavior.
registerKeyboardAction(ActionListener, KeyStroke, int) - Method in class javax.swing.JComponent
This method is now obsolete, please use a combination of getActionMap() and getInputMap() for similiar behavior.
registerKeyboardActions() - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
registerListeners() - Method in class java.awt.dnd.DragGestureRecognizer
register this DragGestureRecognizer's Listeners with the Component subclasses must override this method
registerListeners() - Method in class java.awt.dnd.MouseDragGestureRecognizer
register this DragGestureRecognizer's Listeners with the Component
registerMBean(Object, ObjectName) - Method in interface javax.management.MBeanServer
Registers a pre-existing object as an MBean with the MBean server.
registerObject(ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
The registerObject method is used to register an activation descriptor, desc, and obtain an activation identifier for a activatable remote object.
registerOutParameter(int, int) - Method in interface java.sql.CallableStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, int, int) - Method in interface java.sql.CallableStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, int, String) - Method in interface java.sql.CallableStatement
Registers the designated output parameter.
registerOutParameter(String, int) - Method in interface java.sql.CallableStatement
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, int, int) - Method in interface java.sql.CallableStatement
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, int, String) - Method in interface java.sql.CallableStatement
Registers the designated output parameter.
registerProvider(String) - Static method in class javax.sql.rowset.spi.SyncFactory
Adds the the given synchronization provider to the factory register.
registerService(PrintService) - Static method in class javax.print.PrintServiceLookup
Allows an application to directly register an instance of a class which implements a print service.
registerServiceProvider(T, Class<T>) - Method in class javax.imageio.spi.ServiceRegistry
Adds a service provider object to the registry.
registerServiceProvider(Object) - Method in class javax.imageio.spi.ServiceRegistry
Adds a service provider object to the registry.
registerServiceProvider(PrintServiceLookup) - Static method in class javax.print.PrintServiceLookup
Allows an application to explicitly register a class that implements lookup services.
registerServiceProviders(Iterator<?>) - Method in class javax.imageio.spi.ServiceRegistry
Adds a set of service provider objects, taken from an Iterator to the registry.
registerStaticAttributeKey(Object) - Static method in class javax.swing.text.StyleContext
Registers an object as a static object that is being used as a key in attribute sets.
registerSubclass(Class<?>) - Static method in class java.awt.AWTKeyStroke
Registers a new class which the factory methods in AWTKeyStroke will use when generating new instances of AWTKeyStrokes.
registerTag(HTML.Tag, HTMLDocument.HTMLReader.TagAction) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Registers a handler for the given tag.
registerTarget(Tie, Remote) - Static method in class javax.rmi.CORBA.Util
Registers a target for a tie.
registerTarget(Tie, Remote) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote).
registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
REGISTRATION_NOTIFICATION - Static variable in class javax.management.MBeanServerNotification
Notification type denoting that an MBean has been registered.
Registry - Interface in java.rmi.registry
Registry is a remote interface to a simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary string names.
REGISTRY_ID - Static variable in class java.rmi.server.ObjID
Object number for well-known ObjID of the registry.
REGISTRY_PORT - Static variable in interface java.rmi.registry.Registry
Well known port for registry.
RegistryHandler - Interface in java.rmi.registry
Deprecated. no replacement
registryImpl(int) - Method in interface java.rmi.registry.RegistryHandler
Deprecated. no replacement. As of the Java 2 platform v1.2, RMI no longer uses the RegistryHandler to obtain the registry's implementation.
registryStub(String, int) - Method in interface java.rmi.registry.RegistryHandler
Deprecated. no replacement. As of the Java 2 platform v1.2, RMI no longer uses the RegistryHandler to obtain the registry's stub.
rehash() - Method in class java.util.Hashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
rejectDrag() - Method in class java.awt.dnd.DropTargetContext
reject the Drag.
rejectDrag() - Method in class java.awt.dnd.DropTargetDragEvent
Rejects the drag as a result of examining either the dropAction or the available DataFlavor types.
rejectDrop() - Method in class java.awt.dnd.DropTargetContext
called to signal that the drop is unacceptable.
rejectDrop() - Method in class java.awt.dnd.DropTargetDropEvent
reject the Drop.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in interface java.util.concurrent.RejectedExecutionHandler
Method that may be invoked by a ThreadPoolExecutor when execute cannot accept a task.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.AbortPolicy
Always throws RejectedExecutionException.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
Executes task r in the caller's thread, unless the executor has been shut down, in which case the task is discarded.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy
Obtains and ignores the next task that the executor would otherwise execute, if one is immediately available, and then retries execution of task r, unless the executor is shut down, in which case task r is instead discarded.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
Does nothing, which has the effect of discarding task r.
RejectedExecutionException - Exception in java.util.concurrent
Exception thrown by an Executor when a task cannot be accepted for execution.
RejectedExecutionException() - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with no detail message.
RejectedExecutionException(String) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified detail message.
RejectedExecutionException(String, Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified detail message and cause.
RejectedExecutionException(Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified cause.
RejectedExecutionHandler - Interface in java.util.concurrent
A handler for tasks that cannot be executed by a ThreadPoolExecutor.
rejectedSetBCOnce - Variable in class java.beans.beancontext.BeanContextChildSupport
A flag indicating that there has been at least one PropertyChangeVetoException thrown for the attempted setBeanContext operation.
REL - Static variable in class javax.swing.text.html.HTML.Attribute
 
Relation - Interface in javax.management.relation
This interface has to be implemented by any MBean class expected to represent a relation managed using the Relation Service.
RELATION_BASIC_CREATION - Static variable in class javax.management.relation.RelationNotification
Type for the creation of an internal relation.
RELATION_BASIC_REMOVAL - Static variable in class javax.management.relation.RelationNotification
Type for the removal from the Relation Service of an internal relation.
RELATION_BASIC_UPDATE - Static variable in class javax.management.relation.RelationNotification
Type for an update of an internal relation.
RELATION_MBEAN_CREATION - Static variable in class javax.management.relation.RelationNotification
Type for the relation MBean added into the Relation Service.
RELATION_MBEAN_REMOVAL - Static variable in class javax.management.relation.RelationNotification
Type for the removal from the Relation Service of a relation MBean.
RELATION_MBEAN_UPDATE - Static variable in class javax.management.relation.RelationNotification
Type for the update of a relation MBean.
RelationException - Exception in javax.management.relation
This class is the superclass of any exception which can be raised during relation management.
RelationException() - Constructor for exception javax.management.relation.RelationException
Default constructor, no message put in exception.
RelationException(String) - Constructor for exception javax.management.relation.RelationException
Constructor with given message put in exception.
RelationNotFoundException - Exception in javax.management.relation
This exception is raised when there is no relation for a given relation id in a Relation Service.
RelationNotFoundException() - Constructor for exception javax.management.relation.RelationNotFoundException
Default constructor, no message put in exception.
RelationNotFoundException(String) - Constructor for exception javax.management.relation.RelationNotFoundException
Constructor with given message put in exception.
RelationNotification - Class in javax.management.relation
A notification of a change in the Relation Service.
RelationNotification(String, Object, long, long, String, String, String, ObjectName, List) - Constructor for class javax.management.relation.RelationNotification
Creates a notification for either a relation creation (RelationSupport object created internally in the Relation Service, or an MBean added as a relation) or for a relation removal from the Relation Service.