Uses of Class java.lang.String

Uses in package javax.imageio.stream

Methods with parameter type java.lang.String

void
void
void
Writes characters from a given String into the stream.
void
void
Writes a String into the stream.
void

Methods with return type java.lang.String

String
String
This method reads the next line of text data from an input stream.
String
String
This method reads a String from an input stream that is encoded in a modified UTF-8 format.

Uses in package javax.naming

Constructors with parameter type java.lang.String

BinaryRefAddr.BinaryRefAddr(String addrType, byte[] buf)
Contructs a new BinaryRefAddr with the given type and content.
BinaryRefAddr.BinaryRefAddr(String addrType, byte[] buf, int off, int length)
Contructs a new BinaryRefAddr with the given type and the content taken from the given byte array.
Constructs an instance with the given name and object.
Binding.Binding(String name, Object obj, boolean isRelative)
Constructs an instance with the given name and object and a flag indicating if the name is relative to the target context.
Binding.Binding(String name, String className, Object obj)
Constructs an instance with the given name, classname and object.
Binding.Binding(String name, String className, Object obj, boolean isRelative)
Constructs an instance with the given name, classname, object and a flag indicating if the name is relative to the target context.
Create an exception with a message.
Create an exception with a message.
Create an exception with a message.
Creates a new exception and sets the detailed message field.
Create an exception with a message.
Create an exception with a message.
Create a new reference that is referencting to the object of the specified class.
Create an exception with a message.
Create an exception with a message.
Constructs an instance with the given name and classname.
NameClassPair.NameClassPair(String name, String className, boolean isRelative)
Constructs an instance with the given name and classname and a flag indicating if the name is relative to the target context.
Create an exception with a message.
Creates a new NamingException with a detailed message.
Create an exception with a message.
Create an exception with a message.
Create an exception with a message.
Protected constructor for use by subclasses.
Create a new reference that is referencting to the object of the specified class.
Reference.Reference(String className, String factoryClassName, String factoryLocation)
Create a new reference that is referencing to the object of the specified class, specifying the class and location of the factory that produces these objects.
Reference.Reference(String className, RefAddr addr)
Create a new reference that is referencing to the object of the specified class with the given address.
Reference.Reference(String className, RefAddr addr, String factoryClassName, String factoryLocation)
Create a new reference that is referencing to the object of the specified class, specifying the class and location of the factory that produces these objects and also the address of this object.
Create an exception with a message.
Create an exception with a message.
Create an exception with a message.
Contructs a new StringRefAddr with the given type and content.

Fields of type java.lang.String

String
Property for the initial context constructor to use when searching for other properties.
String
Property with the authoritativeness of the service requested.
String
Property with the batch size to use when returning data via the service's protocol.
String
Property with the DNS host and domain names to use.
String
Property with name of the inital context factory to use
String
Property for specifying the preferred language to use with the service.
String
Property with colon-separated list of object factories to use.
String
Property with URL specifying configuration for the service provider to use.
String
Property defining how referrals encountered by the service provider are to be processed.
String
Property specifying the security level to use.
String
Property specifying the credentials of the principal for authenticating the caller to the service.
String
Property for the identity of the principal for authenticating the caller to the service.
String
Property specifying the security protocol to use.
String
Property with colon-separated list of state factories to use.
String
Property with colon-separated list of package prefixes to use.
String
The string resprenstation of the type of address.
String
The name of the class factory to create an instance of the object, referenced by this reference.
String
The location, from where the class factory should be loaded.
String
The name of the class of the object, to that this reference refers.
String

Methods with parameter type java.lang.String

Name
CompositeName.add(int posn, String comp)
Name
CompoundName.add(int posn, String comp)
Name
Name.add(int posn, String comp)
Inserts the given String component to this Name at the given index.
Name
Name
Name
Name.add(String comp)
Adds the given String component to the end of this Name.
Object
Context.addToEnvironment(String propName, Object propVal)
Add new environment property to the environment of this context.
Object
void
Adds the given String to the remainingName field.
void
Context.bind(String name, Object obj)
Give the specified name for the specified object.
void
String
Composes the name of this context together with another name, related to this context.
String
Context
Creates the new naming subcontext and binds it to the current (this) context.
Context
void
Removes the naming subcontext from this naming context.
void
RefAddr
Reference.get(String addrType)
Get the given type of address for this object.
NameParser
Obtains the name parser for parsing the names of the given naming subcontext.
NameParser
Context
Obtains the context for resolving the given name.
NamingEnumeration
Creates and returns the enumeration over the name bindings that are present the given subcontext.
NamingEnumeration
NamingEnumeration
Creates and returns the enumeration over the name - object bindings that are present the given subcontext.
NamingEnumeration
Object
Gets the previously named object by name.
Object
Object
Retrieves the named object, not following the link of the terminal atomic component of the name.
Object
Name
Parser the string name representation into the Name representation
void
Give the specified name for the specified object.
void
Object
Removes the property with the given name from the environment.
Object
void
Context.rename(String oldName, String newName)
Renames the existing binding, removing the existing and giving the new name for the same object.
void
InitialContext.rename(String oldName, String newName)
void
Sets the classname of the bound object.
void
void
Sets the name of the binding.
void
Sets the full name for this binding.
void
Removes the name - object mapping from the current context.
void

Methods with return type java.lang.String

String
Composes the name of this context together with another name, related to this context.
String
String
CompositeName.get(int posn)
String
CompoundName.get(int posn)
String
Name.get(int i)
Gets the component at the given index.
String
Returns the classname of the bound object.
String
Returns the classname of the binding.
String
Get the name of the class of the referenced object.
String
Gets the message given to the constructor or null if no message was given.
String
Get the location of the factory class of the referenced object.
String
Get the name of the factory class of the referenced object
String
String
String
Returns the name of the binding.
String
Returs the full name of this naming context.
String
This operation is not supported for the initial naming context.
String
Returns the full name for this binding.
String
Returns the non-null address type given to the constructor.
String
Returns a String representation of the RefAddr.
String
Returns the string representation.
String
String
String
String
Returns the string representation.
String
Returns a string representation of this exception.
String
Returns a String representation of the RefAddr.
String
Return the string representation.
String
LinkException.toString(boolean detail)
String
NamingException.toString(boolean objectInfo)
Returns a String representation of this exception and possibly including the part object that could be resolved if the given flag is set to true.

Uses in package javax.imageio

Constructors with parameter type java.lang.String

Create an exception with a descriptive error message.
Create an exception with a descriptive error message.

Fields of type java.lang.String

String
Contains the name of the current compression type.
String[]
Array of the names of the available compression types.

Methods with parameter type java.lang.String

IIOMetadata
ImageReader.getImageMetadata(int imageIndex, String formatName, Set nodeNames)
Get the metadata associated with this image.
Iterator
Retrieve an iterator over all registered readers for the given format.
Iterator
Retrieve an iterator over all registered readers for the given MIME type.
Iterator
Retrieve an iterator over all registered readers for the given file suffix.
Iterator
Retrieve an iterator over the collection of registered image writers that support writing images of the given type and in the given format.
Iterator
Retrieve an iterator over all registered writers for the given format.
Iterator
Retrieve an iterator over all registered writers for the given MIME type.
Iterator
Retrieve an iterator over all registered writers for the given file suffix.
IIOMetadata
ImageReader.getStreamMetadata(String formatName, Set nodeNames)
Get the metadata associated with the image being read.
void
ImageWriter.processWarningOccurred(int imageIndex, String warning)
Notifies all installed warning listeners, by calling their warningOccurred methods, that a warning message has been raised.
void
ImageWriter.processWarningOccurred(int imageIndex, String baseName, String keyword)
Notify all installed warning listeners, by calling their warningOccurred methods, that a warning message has been raised.
void
Notifies all installed warning listeners, by calling their warningOccurred methods, that a warning message has been raised.
void
Notify all installed warning listeners, by calling their warningOccurred methods, that a warning message has been raised.
void
boolean
ImageIO.write(RenderedImage im, String formatName, File output)
Write an image to a file using a registered writer that supports the given format, overwriting the file if it already exists.
boolean
ImageIO.write(RenderedImage im, String formatName, OutputStream output)
Write an image to an output stream using a registered writer that supports the given format.
boolean
Write an image to an ImageOutputStream using a registered writer that supports the given format.

Methods with return type java.lang.String

String[]
String
String[]
String
Retrieve the format of the input source.
String
String[]
Retrieve all the informal format names supported by the collection of registered image readers.
String[]
Retrieve all the MIME types supported by the collection of registered image readers.
String[]
Retrieve all the informal format names supported by the collection of registered image writers.
String[]
Retrieve all the MIME types supported by the collection of registered image writers.

Uses in package org.omg.DynamicAny.DynAnyPackage

Constructors with parameter type java.lang.String

Create the InvalidValue with explaining message.
Create the TypeMismatch with explaining message.

Methods with return type java.lang.String

String
Get the InvalidValue repository id.
String
Get the TypeMismatch repository id.

Uses in package java.sql

Constructors with parameter type java.lang.String

BatchUpdateException.BatchUpdateException(String message, int[] updateCounts)
This method initializes a new instance of BatchUpdateException with the specified descriptive error message and update count information.
BatchUpdateException.BatchUpdateException(String message, String SQLState, int vendorCode, int[] updateCounts)
This method initializes a new instance of BatchUpdateException with the specified descriptive error message, SQL state, and update count information.
BatchUpdateException.BatchUpdateException(String message, String SQLState, int[] updateCounts)
This method initializes a new instance of BatchUpdateException with the specified descriptive error message, SQL state, and update count information.
This method initializes a new instance of DriverPropertyInfo with the specified name and value.
This method initializes a new instance of SQLException with the specified descriptive error message.
SQLException.SQLException(String message, String SQLState)
This method initializes a new instance of SQLException with the specified descriptive error message and SQL state string.
SQLException.SQLException(String message, String SQLState, int vendorCode)
This method initializes a nwe instance of SQLException with the specified descriptive error message, SQL state string, and vendor code.
This method initializes a new instance of SQLWarning with the specified descriptive error message.
SQLWarning.SQLWarning(String message, String SQLState)
This method initializes a new instance of SQLWarning with the specified descriptive error message and SQL state string.
SQLWarning.SQLWarning(String message, String SQLState, int vendorCode)
This method initializes a nwe instance of SQLWarning with the specified descriptive error message, SQL state string, and vendor code.

Fields of type java.lang.String

String[]
If values are restricted to certain choices, this is the list of valid ones.
String
A description of the property, possibly null.
String
The name of the property.
String
This is the value of the property.

Methods with parameter type java.lang.String

boolean
This method tests whether or not the driver believes it can connect to the specified database.
void
This method adds a SQL statement to a SQL batch.
Connection
Driver.connect(String url, Properties properties)
This method connects to the specified database using the connection properties supplied.
boolean
This method executes an arbitrary SQL statement of any time.
boolean
Statement.execute(String sql, int autoGeneratedKeys)
boolean
Statement.execute(String sql, int[] columnIndexes)
boolean
Statement.execute(String sql, String[] columnNames)
ResultSet
This method executes the specified SQL SELECT statement and returns a (possibly empty) ResultSet with the results of the query.
int
This method executes the specified SQL INSERT, UPDATE, or DELETE statement and returns the number of rows affected, which may be 0.
int
Statement.executeUpdate(String sql, int autoGeneratedKeys)
int
Statement.executeUpdate(String sql, int[] columnIndexes)
int
Statement.executeUpdate(String sql, String[] columnNames)
int
This method returns the column index of the specified named column.
Array
This method returns the value of the specified parameter as a Java Array.
Array
This method returns the specified column value as an Array.
InputStream
This method returns the value of the specified column as an ASCII stream.
ResultSet
DatabaseMetaData.getAttributes(String catalog, String schemaPattern, String typePattern, String attributePattern)
ResultSet
DatabaseMetaData.getBestRowIdentifier(String catalog, String schema, String tableName, int scope, boolean nullable)
This method returns the best set of columns for uniquely identifying a row.
BigDecimal
This method returns the value of the specified parameter as a Java BigDecimal.
BigDecimal
This method returns the value of the specified column as a Java BigDecimal.
BigDecimal
ResultSet.getBigDecimal(String columnName, int scale)
This method returns the value of the specified column as a Java BigDecimal.
InputStream
This method returns the value of the specified column as a raw byte stream.
Blob
This method returns the value of the specified parameter as a Java Blob.
Blob
ResultSet.getBlob(String columnName)
This method returns the specified column value as a BLOB.
boolean
This method returns the value of the specified parameter as a Java boolean.
boolean
This method returns the value of the specified column as a Java boolean.
byte
This method returns the value of the specified parameter as a Java byte.
byte
ResultSet.getByte(String columnName)
This method returns the value of the specified column as a Java byte.
byte[]
This method returns the value of the specified parameter as a Java byte array.
byte[]
This method returns the value of the specified column as a Java byte array.
Reader
This method returns the value of the specified column as a character stream.
Clob
This method returns the value of the specified parameter as a Java Clob.
Clob
ResultSet.getClob(String columnName)
This method returns the specified column value as a CLOB.
ResultSet
DatabaseMetaData.getColumnPrivileges(String catalog, String schema, String tableName, String columnPattern)
This method returns the access rights that have been granted to the requested columns.
ResultSet
DatabaseMetaData.getColumns(String catalog, String schemaPattern, String tablePattern, String columnPattern)
This method returns a list of the tables columns for the requested tables.
Connection
This method attempts to return a connection to the specified JDBC URL string.
Connection
This method attempts to return a connection to the specified JDBC URL string using the specified username and password.
Connection
This method attempts to return a connection to the specified JDBC URL string using the specified connection properties.
ResultSet
DatabaseMetaData.getCrossReference(String primaryCatalog, String primarySchema, String primaryTableName, String foreignCatalog, String foreignSchema, String foreignTableName)
This method returns a description of how one table imports another table's primary key as a foreign key.
Date
This method returns the value of the specified parameter as a Java java.sql.Date.
Date
ResultSet.getDate(String columnName)
This method returns the value of the specified column as a Java java.sql.Date.
Date
This method returns the value of the specified parameter as a Java java.sql.Date.
Date
ResultSet.getDate(String columnName, Calendar cal)
This method returns the specified column value as a java.sql.Date.
double
This method returns the value of the specified parameter as a Java double.
double
This method returns the value of the specified column as a Java double.
Driver
This method returns a driver that can connect to the specified JDBC URL string.
ResultSet
DatabaseMetaData.getExportedKeys(String catalog, String schema, String tableName)
This method returns a list of the table's which use this table's primary key as a foreign key.
float
This method returns the value of the specified parameter as a Java float.
float
This method returns the value of the specified column as a Java float.
ResultSet
DatabaseMetaData.getImportedKeys(String catalog, String schema, String tableName)
This method returns a list of the table's foreign keys.
ResultSet
DatabaseMetaData.getIndexInfo(String catalog, String schema, String tableName, boolean unique, boolean approximate)
This method returns information about a tables indices and statistics.
int
This method returns the value of the specified parameter as a Java int.
int
ResultSet.getInt(String columnName)
This method returns the value of the specified column as a Java int.
long
This method returns the value of the specified parameter as a Java long.
long
ResultSet.getLong(String columnName)
This method returns the value of the specified column as a Java long.
Object
This method returns the value of the specified parameter as a Java Object.
Object
This method returns the value of the specified column as a Java Object.
Object
This method returns the value of the specified parameter as a Java Object using the specified mapping for conversion from SQL to Java types.
Object
ResultSet.getObject(String columnName, Map> map)
This method returns the value of the specified column as a Java Object using the specified SQL type to Java type map.
ResultSet
DatabaseMetaData.getPrimaryKeys(String catalog, String schema, String tableName)
This method returns a list of a table's primary key columns.
ResultSet
DatabaseMetaData.getProcedureColumns(String catalog, String schemaPattern, String procedurePattern, String columnPattern)
This method returns a list of the parameter and result columns for the requested stored procedures.
ResultSet
DatabaseMetaData.getProcedures(String catalog, String schemaPattern, String procedurePattern)
This method returns a list of all the stored procedures matching the specified pattern in the given schema and catalog.
DriverPropertyInfo[]
This method returns an array of possible properties that could be used to connect to the specified database.
Ref
This method returns the value of the specified parameter as a Java Ref.
Ref
ResultSet.getRef(String columnName)
This method returns a Ref for the specified column which represents the structured type for the column.
short
This method returns the value of the specified parameter as a Java short.
short
This method returns the value of the specified column as a Java short.
String
This method returns the value of the specified parameter as a Java String.
String
This method returns the value of the specified column as a Java String.
ResultSet
DatabaseMetaData.getSuperTables(String catalog, String schemaPattern, String tablePattern)
ResultSet
DatabaseMetaData.getSuperTypes(String catalog, String schemaPattern, String typePattern)
ResultSet
DatabaseMetaData.getTablePrivileges(String catalog, String schemaPattern, String tablePattern)
This method returns the access rights that have been granted to the requested tables.
ResultSet
DatabaseMetaData.getTables(String catalog, String schemaPattern, String tablePattern, String[] types)
This method returns a list of the requested table as a ResultSet with the following columns:
  1. TABLE_CAT - The catalog the table is in, which may be null.
  2. TABLE_SCHEM - The schema the table is in, which may be null.
  3. TABLE_NAME - The name of the table.
  4. TABLE_TYPE - A string describing the table type.
Time
This method returns the value of the specified parameter as a Java java.sql.Time.
Time
ResultSet.getTime(String columnName)
This method returns the value of the specified column as a Java java.sql.Time.
Time
This method returns the value of the specified parameter as a Java java.sql.Time.
Time
ResultSet.getTime(String columnName, Calendar cal)
This method returns the specified column value as a java.sql.Time.
Timestamp
This method returns the value of the specified parameter as a Java java.sql.Timestamp.
Timestamp
This method returns the value of the specified column as a Java java.sql.Timestamp.
Timestamp
This method returns the value of the specified parameter as a Java java.sql.Timestamp.
Timestamp
This method returns the specified column value as a java.sql.Timestamp.
ResultSet
DatabaseMetaData.getUDTs(String catalog, String schemaPattern, String typePattern, int[] types)
This method returns the list of user defined data types in use.
URL
This method returns the value of the specified parameter as a Java java.net.URL.
URL
ResultSet.getURL(String columnName)
This method returns the specified column value as a java.net.URL.
InputStream
This method returns the value of the specified column as a Unicode UTF-8 stream.
ResultSet
DatabaseMetaData.getVersionColumns(String catalog, String schema, String tableName)
This method returns the set of columns that are automatically updated when the row is update.
String
This method converts the specified generic SQL statement into the native grammer of the database this object is connected to.
long
Clob.position(String pattern, long start)
This method returns the index into this Clob of the first occurrence of the specified character pattern (supplied by the caller as a String).
CallableStatement
This method creates a new CallableStatement for the specified SQL string.
CallableStatement
Connection.prepareCall(String sql, int resultSetType, int resultSetConcurrency)
This method creates a new CallableStatement for the specified SQL string.
CallableStatement
Connection.prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
This method creates a new CallableStatement for the specified SQL string.
PreparedStatement
This method creates a new PreparedStatement for the specified SQL string.
PreparedStatement
Connection.prepareStatement(String sql, int autoGeneratedKeys)
PreparedStatement
Connection.prepareStatement(String sql, int resultSetType, int resultSetConcurrency)
This method creates a new PreparedStatement for the specified SQL string.
PreparedStatement
Connection.prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
This method creates a new PreparedStatement for the specified SQL string.
PreparedStatement
Connection.prepareStatement(String sql, int[] columnIndexes)
PreparedStatement
void
This method prints the specified line to the log stream.
void
SQLData.readSQL(SQLInput stream, String typeName)
This method populates the data in the object from the specified stream.
void
CallableStatement.registerOutParameter(int index, int sqlType, String typeName)
This method registers the specified parameter as an output parameter of the specified SQL type.
void
This method registers the specified parameter as an output parameter of the specified SQL type.
void
CallableStatement.registerOutParameter(String name, int sqlType, int scale)
This method registers the specified parameter as an output parameter of the specified SQL type.
void
CallableStatement.registerOutParameter(String name, int sqlType, String typeName)
This method registers the specified parameter as an output parameter of the specified SQL type.
void
This method sets the specified parameter from the given Java ASCII InputStream value.
void
This method sets the specified parameter from the given Java BigDecimal value.
void
This method sets the specified parameter from the given Java binary InputStream value.
void
CallableStatement.setBoolean(String name, boolean value)
This method sets the specified parameter from the given Java boolean value.
void
CallableStatement.setByte(String name, byte value)
This method sets the specified parameter from the given Java byte value.
void
CallableStatement.setBytes(String name, byte[] value)
This method sets the specified parameter from the given Java byte array value.
void
This method sets the name of the catalog in use by this connection.
void
This method sets the specified parameter from the given Java character Reader value.
void
This method sets the cursor name that will be used by the result set.
void
This method sets the specified parameter from the given Java java.sql.Date value.
void
This method sets the specified parameter from the given Java java.sql.Date value.
void
CallableStatement.setDouble(String name, double value)
This method sets the specified parameter from the given Java double value.
void
CallableStatement.setFloat(String name, float value)
This method sets the specified parameter from the given Java float value.
void
CallableStatement.setInt(String name, int value)
This method sets the specified parameter from the given Java int value.
void
CallableStatement.setLong(String name, long value)
This method sets the specified parameter from the given Java long value.
void
PreparedStatement.setNull(int index, int sqlType, String typeName)
This method populates the specified parameter with a SQL NULL value for the specified type.
void
CallableStatement.setNull(String name, int sqlType)
This method populates the specified parameter with a SQL NULL value for the specified type.
void
CallableStatement.setNull(String name, int sqlType, String typeName)
This method populates the specified parameter with a SQL NULL value for the specified type.
void
This method sets the specified parameter from the given Java Object value.
void
CallableStatement.setObject(String name, Object value, int sqlType)
This method sets the specified parameter from the given Java Object value.
void
CallableStatement.setObject(String name, Object value, int sqlType, int scale)
This method sets the specified parameter from the given Java Object value.
Savepoint
Creates a new savepoint with the specifiend name for this Connection.
void
CallableStatement.setShort(String name, short value)
This method sets the specified parameter from the given Java short value.
void
PreparedStatement.setString(int index, String value)
This method sets the specified parameter from the given Java String value.
void
This method sets the specified parameter from the given Java String value.
int
Clob.setString(long start, String value)
Writes the specified string into this Clob, starting at the specified index.
int
Clob.setString(long startWrite, String value, int startRead, int count)
Writes the specified portion of a string into this Clob, starting at the specified index.
void
This method sets the specified parameter from the given Java java.sql.Time value.
void
This method sets the specified parameter from the given Java java.sql.Time value.
void
This method sets the specified parameter from the given Java java.sql.Timestamp value.
void
This method sets the specified parameter from the given Java java.sql.Timestamp value.
void
This method sets the value of the specified parameter to the specified java.net.URL
void
ResultSet.updateArray(String columnName, Array value)
This method updates the specified column to have a java.sqlArray value.
void
ResultSet.updateAsciiStream(String columnName, InputStream stream, int count)
This method updates the specified column from an ASCII text stream.
void
This method updates the specified column to have a BigDecimal value.
void
ResultSet.updateBinaryStream(String columnName, InputStream stream, int count)
This method updates the specified column from a binary stream.
void
ResultSet.updateBlob(String columnName, Blob value)
This method updates the specified column to have a java.sql.Blob value.
void
ResultSet.updateBoolean(String columnName, boolean value)
This method updates the specified column to have a boolean value.
void
ResultSet.updateByte(String columnName, byte value)
This method updates the specified column to have a byte value.
void
ResultSet.updateBytes(String columnName, byte[] value)
This method updates the specified column to have a byte array value.
void
ResultSet.updateCharacterStream(String columnName, Reader reader, int count)
This method updates the specified column from a character stream.
void
ResultSet.updateClob(String columnName, Clob value)
This method updates the specified column to have a java.sql.Clob value.
void
ResultSet.updateDate(String columnName, Date value)
This method updates the specified column to have a java.sql.Date value.
void
ResultSet.updateDouble(String columnName, double value)
This method updates the specified column to have a double value.
void
ResultSet.updateFloat(String columnName, float value)
This method updates the specified column to have a float value.
void
ResultSet.updateInt(String columnName, int value)
This method updates the specified column to have an int value.
void
ResultSet.updateLong(String columnName, long value)
This method updates the specified column to have a long value.
void
This method updates the specified column to have a NULL value.
void
ResultSet.updateObject(String columnName, Object value)
This method updates the specified column to have an Object value.
void
ResultSet.updateObject(String columnName, Object value, int scale)
This method updates the specified column to have an Object value.
void
ResultSet.updateRef(String columnName, Ref value)
This method updates the specified column to have a java.sql.Ref value.
void
ResultSet.updateShort(String columnName, short value)
This method updates the specified column to have a short value.
void
ResultSet.updateString(int columnIndex, String value)
This method updates the specified column to have a String value.
void
ResultSet.updateString(String columnName, String value)
This method updates the specified column to have a String value.
void
ResultSet.updateTime(String columnName, Time value)
This method updates the specified column to have a java.sql.Time value.
void
This method updates the specified column to have a java.sql.Timestamp value.
Date
This method returns a new instance of this class by parsing a date in JDBC format into a Java date.
Time
This method returns a new instance of this class by parsing a date in JDBC format into a Java date.
Timestamp
This method returns a new instance of this class by parsing a date in JDBC format into a Java date.
void
This method writes the specified Java String to the SQL stream.

Methods with return type java.lang.String

String
Returns the name of the SQL type of the elements in this array.
String
This method returns the fully qualified name of the SQL structured type of the referenced item.
String
This method returns the name of the catalog in use by this connection, if any.
String
This method returns the name of the catalog containing the specified column.
String
This method returns the separator between the catalog name and the table name.
String
This method returns the vendor's term for "catalog".
String
This method returns the name of the Java class which will be used to create objects representing the data in this column.
String
This method returns a string that should be used as a caption for this column for user display purposes.
String
This method returns the name of the specified column.
String
This method returns the name of the SQL type for this column.
String
This method returns the name of the database cursor used by this result set.
String
This method returns the name of the database product.
String
This method returns the version of the database product.
String
This method returns the name of the JDBC driver.
String
This method returns the version of the JDBC driver.
String
This methods returns non-standard characters that can appear in unquoted identifiers.
String
This metohd returns the quote string for SQL identifiers.
String
This method returns a comma separated list of math functions.
String
String
String
This method returns the vendor's term for "procedure".
String
This method returns a comma separated list of all the SQL keywords in the database that are not in SQL92.
String
This method returns the SQLState information associated with this error.
String
This method returns the user defined datatype name for this object.
String
This method returns the name of the SQL structured type for this object.
String
String
This method returns the name of the schema that contains the specified column.
String
This method returns the vendor's term for "schema".
String
This method returns the string used to escape wildcards in search strings.
String
This method returns the value of the specified parameter as a Java String.
String
ResultSet.getString(int columnIndex)
This method returns the value of the specified column as a Java String.
String
This method returns the value of the specified parameter as a Java String.
String
This method returns the value of the specified column as a Java String.
String
This method returns a comma separated list of string functions.
String
Clob.getSubString(long start, int count)
This method returns the specified portion of this Clob as a String.
String
This method returns a comma separated list of of system functions.
String
This method returns the name of the table containing the specified column.
String
This method returns comma separated list of time/date functions.
String
This method returns the URL for this database.
String
This method returns the database username for this connection.
String
This method converts the specified generic SQL statement into the native grammer of the database this object is connected to.
String
This method reads the next item from the stream a Java String.
String
This method returns this date in JDBC format.
String
This method returns this date in JDBC format.
String
This method returns this date in JDBC format.

Uses in package javax.net

Methods with parameter type java.lang.String

Socket
Creates a socket connected to a given host on a given port.
Socket
SocketFactory.createSocket(String host, int port, InetAddress localHost, int localPort)
Creates a socket connected to a given host on a given port, connecting locally to the interface with the given address and port.

Uses in package org.omg.IOP

Constructors with parameter type java.lang.String

IOR.IOR(String _type_id, TaggedProfile[] _profiles)
Create the IOR, initialised with the passed data.

Fields of type java.lang.String

String
The object repository Id.

Methods with return type java.lang.String

String
Get the CodecFactory repository id.
String
Get the int repository id.
String
Get the IOR repository id.
String
Get the MultipleComponentProfile repository id.
String
Get the int repository id.
String
Get the ServiceContext repository id.
String
Get the ServiceContext[] repository id.
String
Get the int repository id.
String
Get the TaggedComponent repository id.
String
Get the TaggedProfile repository id.

Uses in package javax.security.auth.login

Constructors with parameter type java.lang.String

Create a new exception with the indicated detail message.
Create a new exception with the indicated detail message.
Create a new exception with the indicated detail message.
Create a new exception with the given detail message.
Create a new exception with the given detail message.
Create a new exception with the given detail message.
Create an exception with a message.

Methods with parameter type java.lang.String

AppConfigurationEntry[]

Methods with return type java.lang.String

String
String
String

Uses in package java.lang.reflect

Constructors with parameter type java.lang.String

Create an InvocationTargetException using another exception and an error message.
Construct a ReflectPermission with the given name.
Construct a ReflectPermission with the given name.
Wraps the given checked exception into a RuntimeException, with the specified detail message.

Methods with return type java.lang.String

String
Gets the name of this constructor (the non-qualified name of the class it was declared in).
String
Gets the name of this field.
String
Gets the simple name of this member.
String
Gets the name of this method.
String
Returns the name of the type variable, as written in the source code.
String
String
String
String
Get a String representation of the Constructor.
String
Get a String representation of the Field.
String
Get a String representation of the Method.
String
Modifier.toString(int mod)
Get a string representation of all the modifiers represented by the given int.

Uses in package org.omg.CORBA.portable

Constructors with parameter type java.lang.String

Creates an exception.

Methods with parameter type java.lang.String

Request
ObjectImpl._create_request(Context context, String operation, NVList parameters, NamedValue returns)
Create a request to invoke the method of this object.
Request
ObjectImpl._create_request(Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list)
Create a request to invoke the method of this object, specifying context list and the list of the expected exception.
OutputStream
Invoke the object method.
boolean
Check if this object can be referenced by the given repository id.
Request
Create a request to invoke the method of this CORBA object.
OutputStream
ObjectImpl._request(String method, boolean response_expected)
Create a request to invoke the method of this CORBA object.
ServantObject
ObjectImpl._servant_preinvoke(String method, Class<T> expected_type)
Returns a servant that should be used for this request.
Request
Delegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns)
Create a request to invoke the method of this object.
Request
Delegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list)
Create a request to invoke the method of this object, specifying context list and the list of the expected exception.
boolean
Delegate.is_a(Object target, String repositoryIdentifer)
Check if this object can be referenced by the given repository id.
Request
Delegate.request(Object target, String operation)
Create a request to invoke the method of this CORBA object.
OutputStream
Delegate.request(Object target, String operation, boolean response_expected)
Create a request to invoke the method of this CORBA object.
ServantObject
Delegate.servant_preinvoke(Object self, String operation, Class<T> expectedType)
Returns a servant that should be used for this request.
void
Write CORBA string.
void
Write CORBA wstring that is mapped into java string.

Methods with return type java.lang.String

String[]
Get the array of interface repository ids, defining this object.
String[]
Get the truncatable repository ids.
String
Get the CORBA repository Id of the exception.
String
Get the repository id of this value type.
String
Read a CORBA string that is mapped into java String.
String
Read a CORBA wstring that is mapped into java String.
String
Return the string representation of the passed object.
String
Return a string representation of the passed object.

Uses in package javax.management.loading

Methods with parameter type java.lang.String

Class
Attempts to load the given class using class loaders supplied by the list.
Class
Attempts to load the given class using class loaders supplied by the list, stopping when the specified loader is reached.
Class
Attempts to load the given class using class loaders supplied by the list, excluding the one specified.

Uses in package java.beans.beancontext

Methods with parameter type java.lang.String

void
Add a listener that will be notified when a specific property changes.
void
Add a listener that will be notified when a specific property changes.
void
Add a listener that will be notified when a specific property change is requested (a PropertyVetoException may be thrown) as well as after the change is successfully made.
void
Add a listener that will be notified when a specific property change is requested (a PropertyVetoException may be thrown) as well as after the change is successfully made.
void
Fire a property change.
void
Fire a vetoable property change.
URL
BeanContext.getResource(String resourceName, BeanContextChild requestor)
Get a resource.
URL
Get a resource.
InputStream
Get a resource as a stream.
InputStream
Get a resource as a stream.
Object
Instantiate a Bean using this Bean's ClassLoader and this BeanContext as the parent.
Object
This is a convenience method for instantiating a bean inside this context.
void
Remove a listener to a certain property.
void
Remove a listener to a certain property.
void
Remove a listener to a certain property.
void
Remove a listener to a certain property.

Uses in package org.omg.CORBA_2_3.portable

Methods with parameter type java.lang.String

Serializable
InputStream.read_value(String repository_id)
Read a value type structure, having the given repository id.
void
Writes a value type into the output stream, stating it has the given repository id.

Methods with return type java.lang.String

String
Returns the codebase for the provided object reference.
String
Returns the codebase for the provided object reference.

Uses in package javax.swing.text.rtf

Methods with return type java.lang.String

String
Returns the MIME content type.

Uses in package java.rmi.activation

Constructors with parameter type java.lang.String

Activatable.Activatable(String codebase, MarshalledObject data, boolean restart, int port)
This constructor is used to register export the object on the given port.
Activatable.Activatable(String codebase, MarshalledObject data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
This constructor is used to register export the object on the given port, additionally specifying the socket factories.
Create an exception with a message.
Create an exception with a message and a cause.
Create the new activation description, assuming the object group is the ActivationGroup.currentGroupID().
ActivationDesc.ActivationDesc(String className, String location, MarshalledObject data, boolean restart)
Create the new activation description, assuming the object group is the ActivationGroup.currentGroupID().
Create the new activation description.
ActivationDesc.ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject data, boolean restart)
Create the new activation description, providing full information.
Create an exception with the given message, and cause initialized to null.
Create an exception with the given message and cause.
Create the new activation group descriptor.
Create the new command environment.
Create an exception with a message.
Create an exception with an error message.

Methods with parameter type java.lang.String

ActivationID
Activatable.exportObject(Remote obj, String location, MarshalledObject data, boolean restart, int port)
Register and export the object that activatable object that is not derived from the Activatable super class.
ActivationID
Activatable.exportObject(Remote obj, String location, MarshalledObject data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
Register and export the object that activatable object that is not derived from the Activatable super class.

Methods with return type java.lang.String

String
Get the class name of the object being activated
String
Get the activation group class name.
String[]
Get the additional command options.
String
Get the path to the java executable.
String
Get the code location URL ("codebase") of the object being activated.
String
Get the location, from where the group class will be loaded
String
This method returns a message indicating what went wrong, in this format: super.getMessage() + (detail == null ?
String
Get the string representation
String
Return the content based string representation.

Uses in package java.awt.color

Constructors with parameter type java.lang.String

Create a new instance with a specified detailed error message.
Create a new instance with a specified detailed error message.

Methods with parameter type java.lang.String

ICC_Profile
Returns an ICC_Profile instance from an ICC Profile file.
void
Writes the profile data to an ICC profile file.

Methods with return type java.lang.String

String

Uses in package java.util

Constructors with parameter type java.lang.String

Constructs a ConcurrentModificationException with a detail message.
Creates a new Date from the given string representation.
Constructs a new DuplicateFormatFlagsException which specifies that the supplied set of flags contains a duplicate.
Constructs a new FormatFlagsConversionMismatchException which specifies that the flag, f, does not match its appropriate conversion character, c.
Formatter.Formatter(File file, String charset)
Constructs a new Formatter using the default locale, with the specified file as the output stream and the supplied character set.
Formatter.Formatter(File file, String charset, Locale loc)
Constructs a new Formatter using the specified file as the output stream with the supplied character set and locale.
Constructs a new Formatter using the default locale, with the specified file output stream and the supplied character set.
Constructs a new Formatter using the specified output stream with the supplied character set and locale.
Constructs a new Formatter using the default locale and character set, with the specified file as the output stream.
Formatter.Formatter(String file, String charset)
Constructs a new Formatter using the default locale, with the specified file as the output stream and the supplied character set.
Formatter.Formatter(String file, String charset, Locale loc)
Constructs a new Formatter using the specified file as the output stream with the supplied character set and locale.
Constructs a new IllegalFormatFlagsException for the specified flags.
Constructs a new InputMismatchException with the supplied error message.
Create an exception with a descriptive error message.
Locale.Locale(String language)
Creates a new locale for a language.
Locale.Locale(String language, String country)
Creates a new locale for the given language and country.
Locale.Locale(String language, String country, String variant)
Creates a new locale for the given language and country.
Constructs a new MissingFormatArgumentException for a format specification, s, which refers to a non-existent argument.
Constructs a new MissingFormatWidthException for a format specification, s, which excludes a required width argument.
Creates a new exception, with the specified parameters.
Constructs a NoSuchElementException with a detail message.
Constructs a PropertyPermission with the specified property.
Constructs a new ServiceConfigurationError with the specified message.
Constructs a new ServiceConfigurationError with the specified message and cause.
SimpleTimeZone.SimpleTimeZone(int rawOffset, String id)
Create a SimpleTimeZone with the given time offset from GMT and without daylight savings.
SimpleTimeZone.SimpleTimeZone(int rawOffset, String id, int startMonth, int startDayOfWeekInMonth, int startDayOfWeek, int startTime, int endMonth, int endDayOfWeekInMonth, int endDayOfWeek, int endTime)
Create a SimpleTimeZone with the given time offset from GMT and with daylight savings.
SimpleTimeZone.SimpleTimeZone(int rawOffset, String id, int startMonth, int startDayOfWeekInMonth, int startDayOfWeek, int startTime, int endMonth, int endDayOfWeekInMonth, int endDayOfWeek, int endTime, int dstSavings)
This constructs a new SimpleTimeZone that supports a daylight savings rule.
SimpleTimeZone.SimpleTimeZone(int rawOffset, String id, int startMonth, int startDayOfWeekInMonth, int startDayOfWeek, int startTime, int startTimeMode, int endMonth, int endDayOfWeekInMonth, int endDayOfWeek, int endTime, int endTimeMode, int dstSavings)
This constructs a new SimpleTimeZone that supports a daylight savings rule.
Creates a new StringTokenizer for the string str, that should split on the default delimiter set (space, tab, newline, return and formfeed), and which doesn't return the delimiters.
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
StringTokenizer.StringTokenizer(String str, String delim, boolean returnDelims)
Create a new StringTokenizer, that splits the given string on the given delimiter characters.
Create a new Timer whose Thread has the indicated name.
Timer.Timer(String name, boolean daemon)
Create a new Timer whose Thread has the indicated name.
Constructs a TooManyListenersException with a detail message.
Constructs a new UnknownFormatConversionException for the specified conversion string.
Constructs a new UnknownFormatFlagsException which specifies that the supplied set of flags contains a unknown.

Methods with parameter type java.lang.String

Formatter
Formatter.format(String format, java.lang.Object... args)
Outputs a formatted string based on the supplied specification, fmt, and its arguments using the formatter's locale.
Formatter
Formatter.format(Locale loc, String fmt, java.lang.Object... args)
Outputs a formatted string based on the supplied specification, fmt, and its arguments using the specified locale.
UUID
Creates a UUID object from a Sting representation.
ResourceBundle
Get the appropriate ResourceBundle for the default locale.
ResourceBundle
Get the appropriate ResourceBundle for the given locale.
ResourceBundle
ResourceBundle.getBundle(String baseName, Locale locale, ClassLoader classLoader)
Get the appropriate ResourceBundle for the given locale.
Currency
Currency.getInstance(String currencyCode)
Builds the currency corresponding to the specified currency code.
Object
Get an object from this resource bundle.
String
Gets the property with the specified key in this property list.
String
Properties.getProperty(String key, String defaultValue)
Gets the property with the specified key in this property list.
String
Get a String from this resource bundle.
String[]
Get an array of Strings from this resource bundle.
TimeZone
Gets the TimeZone for the given ID.
Object
Gets a resource for a given key.
Object
Called by getObject when a resource is needed.
Object
Override this method to provide the resource for a keys.
String
Returns the nextToken, changing the delimiter set to the given delim.
long
Date.parse(String string)
Parses a String and returns the time, in milliseconds since the epoch, it represents.
void
Sets the identifier of this time zone.
Object
Adds the given key/value pair to this properties.
void
Writes the key/value pairs to the given output stream, in a format suitable for load.
If header is not null, this method writes a comment containing the header as first line to the stream.
void
Encodes the properties as an XML file using the UTF-8 encoding.
void
Properties.storeToXML(OutputStream os, String comment, String encoding)
Encodes the properties as an XML file using the supplied encoding.
@Deprecated
Calls store(OutputStream out, String header) and ignores the IOException that may be thrown.

Methods with return type java.lang.String

String
String
Returns the action string.
String[]
Gets all available IDs.
String[]
TimeZone.getAvailableIDs(int rawOffset)
Gets the available IDs according to the given time zone offset.
String
Gets the name of the resource bundle, for which a resource is missing.
String
Returns the conversion string.
String
Returns the country code of this locale.
String
Returns the ISO4217 currency code of this currency.
String
Returns the country name of this locale localized to the default locale.
String
Gets the name of the country specified by this locale, in a form suitable for display to the user.
String
Gets the country name suitable for display to the user, formatted for the default locale.
String
Gets the name of the language specified by this locale, in a form suitable for display to the user.
String
Gets all local components suitable for display to the user, formatted for the default locale.
String
This method returns a string name of the time zone suitable for displaying to the user.
String
TimeZone.getDisplayName(boolean dst, int style)
This method returns a string name of the time zone suitable for displaying to the user.
String
TimeZone.getDisplayName(boolean dst, int style, Locale locale)
This method returns a string name of the time zone suitable for displaying to the user.
String
Calendar.getDisplayName(int field, int style, Locale locale)
Returns a localised textual representation of the current value of the given field using the specified style.
String
Gets all local components suitable for display to the user, formatted for a specified locale.
String
This method returns a string name of the time zone suitable for displaying to the user.
String
Returns the variant name of this locale localized to the default locale.
String
Gets the name of the variant specified by this locale, in a form suitable for display to the user.
String
Returns the flags which contain a duplicate.
String
Returns the mismatching flag.
String
Returns the illegal flags.
String
Returns the flags which contain a unknown.
String
Returns the format specification.
String
Returns the format specification.
String
Gets the identifier of this time zone.
String
Returns the three-letter ISO country abbrevation of the locale.
String
Returns the three-letter ISO language abbrevation of this locale.
String[]
Returns a list of all 2-letter uppercase country codes as defined in ISO 3166.
String[]
Returns a list of all 2-letter lowercase language codes as defined in ISO 639 (both old and new variant).
String
Gets the key of the resource that is missing bundle, this is an empty string if the whole resource bundle is missing.
String
Returns the language code of this locale.
String
Gets the property with the specified key in this property list.
String
Properties.getProperty(String key, String defaultValue)
Gets the property with the specified key in this property list.
String
Get a String from this resource bundle.
String[]
Get an array of Strings from this resource bundle.
String
This method returns the symbol which precedes or follows a value in this particular currency in the default locale.
String
This method returns the symbol which precedes or follows a value in this particular currency.
String
Returns the variant code of this locale.
String
Returns the nextToken of the string.
String
Returns the nextToken, changing the delimiter set to the given delim.
String
Returns a string representation of this Date object using GMT rather than the local timezone.
String
Returns a locale-dependent string representation of this Date object.
String
Creates a String representation of the Collection.
String
Returns a String representation of this map.
String
This provides a string representation of the entry.
String
Returns the string representation of this bit set.
String
Returns a string representation of this object.
String
Returns the international ISO4217 currency code of this currency.
String
Returns a string representation of this date using the following date format:

day mon dd hh:mm:ss zz yyyy

where the fields used here are:

  • day -- the day of the week (Sunday through to Saturday).
String
Converts the event to a String.
String
Returns the result of applying Object.toString() to the underlying output stream.
String
Converts this Hashtable to a String, surrounded by braces, and with key/value pairs listed with an equals sign between, separated by a comma and space.
String
Gets the string representation of the current locale.
String
Returns a textual representation of this ServiceLoader.
String
Returns a string representation of this SimpleTimeZone object.
String
Returns a String representation of the UUID.
String
Returns a string representation of this Vector in the form "[element0, element1, ... elementN]".
String
Arrays.toString(boolean[] v)
Returns a String representation of the argument array.
String
Arrays.toString(byte[] v)
Returns a String representation of the argument array.
String
Arrays.toString(char[] v)
Returns a String representation of the argument array.
String
Arrays.toString(double[] v)
Returns a String representation of the argument array.
String
Arrays.toString(float[] v)
Returns a String representation of the argument array.
String
Arrays.toString(int[] v)
Returns a String representation of the argument array.
String
Returns a String representation of the argument array.
String
Arrays.toString(long[] v)
Returns a String representation of the argument array.
String
Arrays.toString(short[] v)
Returns a String representation of the argument array.

Uses in package java.awt.geom

Constructors with parameter type java.lang.String

Create an exception with a message.
Create an exception with a message.

Methods with return type java.lang.String

String
Returns a string representation of the transform, in the format: "AffineTransform[[" + m00 + ", " + m01 + ", " + m02 + "], [" + m10 + ", " + m11 + ", " + m12 + "]]".
String
Returns a string representation of this object.
String
Returns a string representation of this object.
String
Returns a string representation of this rectangle.
String
Returns a string representation of this rectangle.

Uses in package java.util.zip

Constructors with parameter type java.lang.String

Create an exception with a message.
Creates a zip entry with the given name.
Create an exception with a message.
Opens a Zip file with the given name for reading.

Methods with parameter type java.lang.String

ZipEntry
Creates a new zip entry for the given name.
ZipEntry
Searches for a zip entry in this archive with the given name.
void
Sets the entry comment.
void
Set the zip file comment.

Methods with return type java.lang.String

String
Gets the comment.
String
Returns the entry name.
String
Returns the (path) name of this zip file.
String
Gets the string representation of this ZipEntry.

Uses in package org.w3c.dom.html2

Methods with parameter type java.lang.String

NodeList
With [HTML 4.01] documents, this method returns the (possibly empty) collection of elements whose name value is given by elementName.
Node
This method retrieves a Node using a name.
Node
This method retrieves a Node using a name.
void
Color of active links (after mouse-button down, but before mouse-button up).
void
Abbreviation for header cells.
void
A comma-separated list of content types that a server processing this form will handle correctly.
void
List of character sets supported by the server.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
A single character access key to give access to the form control.
void
Server-side form handler.
void
Aligns this object (vertically or horizontally) with respect to its surrounding text.
void
Horizontal text alignment.
void
Horizontal text alignment.
void
Align the rule on the page.
void
Aligns this object (vertically or horizontally) with respect to its surrounding text.
void
Aligns this object (vertically or horizontally) with respect to its surrounding text.
void
Aligns this object (vertically or horizontally) with respect to its surrounding text.
void
Text alignment relative to FIELDSET.
void
Aligns this object (vertically or horizontally) with respect to its surrounding text.
void
Horizontal text alignment.
void
Caption alignment with respect to the table.
void
Horizontal alignment of data in cell.
void
Horizontal alignment of cell data in column.
void
Specifies the table's position with respect to the rest of the document.
void
Horizontal alignment of data within cells of this row.
void
Horizontal alignment of data in cells.
void
Alternate text for user agents not rendering the normal content of this element.
void
Alternate text for user agents not rendering the normal content of this element.
void
Alternate text for user agents not rendering the normal content of this element.
void
Alternate text for user agents not rendering the normal content of this element.
void
Comma-separated archive list.
void
Space-separated list of archives.
void
Names group of related headers.
void
URI [IETF RFC 2396] of the background texture tile image.
void
Document background color.
void
Cell background color.
void
Cell background color.
void
Background color for rows.
void
Width of border around image.
void
Width of border around the object.
void
The width of the border around the table.
void
Specifies the horizontal and vertical space between cell content and cell borders.
void
Specifies the horizontal and vertical separation between cells.
void
Alignment character for cells in a column.
void
Alignment character for cells in a column.
void
Alignment character for cells in a column.
void
Alignment character for cells in a column.
void
Offset of alignment character.
void
Offset of alignment character.
void
Offset of alignment character.
void
Offset of alignment character.
void
The character encoding of the linked resource.
void
The character encoding of the resource being linked to.
void
The character encoding of the linked resource.
void
A URI [IETF RFC 2396] designating a document that describes the reason for the change.
void
A URI [IETF RFC 2396] designating a source document or message.
void
The class attribute of the element.
void
Control flow of text around floats.
void
Applet class file.
void
Applet class file.
void
Optional base URI [IETF RFC 2396] for applet.
void
Base URI [IETF RFC 2396] for classid, data, and archive attributes.
void
Content type for data downloaded via classid attribute.
void
Font color.
void
Font color.
void
The number of columns of frames in the frameset.
void
Associated information.
void
This mutable string attribute denotes persistent state information that (1) is associated with the current frame or document and (2) is composed of information described by the cookies non-terminal of [IETF RFC 2965], Section 4.2.2.
void
Comma-separated list of lengths, defining an active region geometry.
void
Comma-separated list of lengths, defining an active region geometry.
void
A URI [IETF RFC 2396] specifying the location of the object's data.
void
The date and time of the change.
void
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
void
Represents the contents of the element.
void
Specifies the base direction of directionally neutral text and the directionality of tables.
void
The content type of the submitted form, generally "application/x-www-form-urlencoded".
void
Reserved for future use.
void
Font face identifier.
void
Font face identifier.
void
Specifies which external table borders to render.
void
Request frame borders.
void
Request frame borders.
void
List of id attribute values for header cells.
void
Override height.
void
Frame height.
void
Override height.
void
Cell height.
void
The absolute URI [IETF RFC 2396] of the linked resource.
void
The URI [IETF RFC 2396] of the linked resource.
void
The base URI [IETF RFC 2396].
void
The URI [IETF RFC 2396] of the linked resource.
void
Language code of the linked resource.
void
Language code of the linked resource.
void
This attribute links this label with another form control by id attribute.
void
Reserved for future use.
void
HTTP response header name [IETF RFC 2616].
void
The element's identifier.
void
Assigns a label to this option group.
void
Option label for use in hierarchical menus.
void
Language code defined in RFC 1766.
void
Color of links that are not active and unvisited.
void
URI [IETF RFC 2396] designating a long description of this image or frame.
void
URI [IETF RFC 2396] designating a long description of this image or frame.
void
URI [IETF RFC 2396] designating a long description of this image or frame.
void
Frame margin height, in pixels.
void
Frame margin height, in pixels.
void
Frame margin width, in pixels.
void
Frame margin width, in pixels.
void
Designed for use with one or more target media.
void
Designed for use with one or more target media.
void
HTTP method [IETF RFC 2616] used to submit form.
void
Anchor name.
void
The name of the applet.
void
Form control or object name when submitted with a form.
void
Names the form.
void
The frame name (object of the target attribute).
void
The frame name (object of the target attribute).
void
The name of the element (for backwards compatibility).
void
Form control or object name when submitted with a form.
void
Names the map (for use with usemap).
void
Meta information name.
void
Form control or object name when submitted with a form.
void
The name of a run-time parameter.
void
Form control or object name when submitted with a form.
void
Form control or object name when submitted with a form.
void
The value of the "object" attribute.
void
URI [IETF RFC 2396] designating a metadata profile.
void
The prompt message.
void
Forward link type.
void
Forward link type.
void
Reverse link type.
void
Reverse link type.
void
The number of rows of frames in the frameset.
void
Specifies which internal table borders to render.
void
Select form of content.
void
Scope covered by header cells.
void
Specify whether or not the frame should have scrollbars.
void
Specify whether or not the frame should have scrollbars.
void
The shape of the active area.
void
The shape of the active area.
void
Font size.
void
The height of the rule.
void
A URI [IETF RFC 2396] designating the initial frame contents.
void
A URI [IETF RFC 2396] designating the initial frame contents.
void
URI [IETF RFC 2396] designating the source of this image.
void
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
void
URI [IETF RFC 2396] designating an external script.
void
Message to render while loading the object.
void
Description about the purpose or structure of a table.
void
Frame to render the resource in.
void
Frame to render the resource in.
void
The default target frame.
void
Frame to render the resource in.
void
Frame to render the resource in.
void
Document text color.
void
The script content of the element.
void
The specified title as a string.
void
The title of a document as specified by the TITLE element in the head of the document.
void
The element's advisory title.
void
Advisory content type.
void
The type of control created (all lower case).
void
Advisory content type.
void
List item bullet style.
void
Content type for data downloaded via data attribute.
void
Numbering style.
void
Content type for the value attribute when valuetype has the value "ref".
void
The content type of the script language.
void
The content type of the style sheet language.
void
Bullet style.
void
Use client-side image map.
void
Use client-side image map.
void
Use client-side image map.
void
Vertical alignment of data in cell.
void
Vertical alignment of cell data in column.
void
Vertical alignment of data within cells of this row.
void
Vertical alignment of data in cells.
void
Color of links that have been visited by the user.
void
The current form control value.
void
When the type attribute of the element has the value "text", "file" or "password", this represents the current contents of the corresponding form control, in an interactive user agent.
void
The current form control value.
void
The value of a run-time parameter.
void
The current form control value (i.e. the value of the currently selected option), if multiple options are selected this is the value of the first selected option.
void
Represents the current contents of the corresponding form control, in an interactive user agent.
void
Information about the meaning of the value attribute value.
void
Version information about the document's DTD.
void
Override width.
void
The width of the rule.
void
Frame width.
void
Override width.
void
Cell width.
void
Default column width.
void
Specifies the desired table width.
void
Write a string of text to a document stream opened by open().
void
Write a string of text followed by a newline character to a document stream opened by open().

Methods with return type java.lang.String

String
Color of active links (after mouse-button down, but before mouse-button up).
String
Abbreviation for header cells.
String
A comma-separated list of content types that a server processing this form will handle correctly.
String
List of character sets supported by the server.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
A single character access key to give access to the form control.
String
Server-side form handler.
String
Aligns this object (vertically or horizontally) with respect to its surrounding text.
String
Horizontal text alignment.
String
Horizontal text alignment.
String
Align the rule on the page.
String
Aligns this object (vertically or horizontally) with respect to its surrounding text.
String
Aligns this object (vertically or horizontally) with respect to its surrounding text.
String
Aligns this object (vertically or horizontally) with respect to its surrounding text.
String
Text alignment relative to FIELDSET.
String
Aligns this object (vertically or horizontally) with respect to its surrounding text.
String
Horizontal text alignment.
String
Caption alignment with respect to the table.
String
Horizontal alignment of data in cell.
String
Horizontal alignment of cell data in column.
String
Specifies the table's position with respect to the rest of the document.
String
Horizontal alignment of data within cells of this row.
String
Horizontal alignment of data in cells.
String
Alternate text for user agents not rendering the normal content of this element.
String
Alternate text for user agents not rendering the normal content of this element.
String
Alternate text for user agents not rendering the normal content of this element.
String
Alternate text for user agents not rendering the normal content of this element.
String
Comma-separated archive list.
String
Space-separated list of archives.
String
Names group of related headers.
String
URI [IETF RFC 2396] of the background texture tile image.
String
Document background color.
String
Cell background color.
String
Cell background color.
String
Background color for rows.
String
Width of border around image.
String
Width of border around the object.
String
The width of the border around the table.
String
Specifies the horizontal and vertical space between cell content and cell borders.
String
Specifies the horizontal and vertical separation between cells.
String
Alignment character for cells in a column.
String
Alignment character for cells in a column.
String
Alignment character for cells in a column.
String
Alignment character for cells in a column.
String
Offset of alignment character.
String
Offset of alignment character.
String
Offset of alignment character.
String
Offset of alignment character.
String
The character encoding of the linked resource.
String
The character encoding of the resource being linked to.
String
The character encoding of the linked resource.
String
A URI [IETF RFC 2396] designating a document that describes the reason for the change.
String
A URI [IETF RFC 2396] designating a source document or message.
String
The class attribute of the element.
String
Control flow of text around floats.
String
Applet class file.
String
Applet class file.
String
Optional base URI [IETF RFC 2396] for applet.
String
Base URI [IETF RFC 2396] for classid, data, and archive attributes.
String
Content type for data downloaded via classid attribute.
String
Font color.
String
Font color.
String
The number of columns of frames in the frameset.
String
Associated information.
String
This mutable string attribute denotes persistent state information that (1) is associated with the current frame or document and (2) is composed of information described by the cookies non-terminal of [IETF RFC 2965], Section 4.2.2.
String
Comma-separated list of lengths, defining an active region geometry.
String
Comma-separated list of lengths, defining an active region geometry.
String
A URI [IETF RFC 2396] specifying the location of the object's data.
String
The date and time of the change.
String
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
String
Represents the contents of the element.
String
Specifies the base direction of directionally neutral text and the directionality of tables.
String
The domain name of the server that served the document, or null if the server cannot be identified by a domain name.
String
The content type of the submitted form, generally "application/x-www-form-urlencoded".
String
Reserved for future use.
String
Font face identifier.
String
Font face identifier.
String
Specifies which external table borders to render.
String
Request frame borders.
String
Request frame borders.
String
List of id attribute values for header cells.
String
Override height.
String
Frame height.
String
Override height.
String
Cell height.
String
The absolute URI [IETF RFC 2396] of the linked resource.
String
The URI [IETF RFC 2396] of the linked resource.
String
The base URI [IETF RFC 2396].
String
The URI [IETF RFC 2396] of the linked resource.
String
Language code of the linked resource.
String
Language code of the linked resource.
String
This attribute links this label with another form control by id attribute.
String
Reserved for future use.
String
HTTP response header name [IETF RFC 2616].
String
The element's identifier.
String
Assigns a label to this option group.
String
Option label for use in hierarchical menus.
String
Language code defined in RFC 1766.
String
Color of links that are not active and unvisited.
String
URI [IETF RFC 2396] designating a long description of this image or frame.
String
URI [IETF RFC 2396] designating a long description of this image or frame.
String
URI [IETF RFC 2396] designating a long description of this image or frame.
String
Frame margin height, in pixels.
String
Frame margin height, in pixels.
String
Frame margin width, in pixels.
String
Frame margin width, in pixels.
String
Designed for use with one or more target media.
String
Designed for use with one or more target media.
String
HTTP method [IETF RFC 2616] used to submit form.
String
Anchor name.
String
The name of the applet.
String
Form control or object name when submitted with a form.
String
Names the form.
String
The frame name (object of the target attribute).
String
The frame name (object of the target attribute).
String
The name of the element (for backwards compatibility).
String
Form control or object name when submitted with a form.
String
Names the map (for use with usemap).
String
Meta information name.
String
Form control or object name when submitted with a form.
String
The name of a run-time parameter.
String
Form control or object name when submitted with a form.
String
Form control or object name when submitted with a form.
String
The value of the "object" attribute.
String
URI [IETF RFC 2396] designating a metadata profile.
String
The prompt message.
String
Returns the URI [IETF RFC 2396] of the page that linked to this page.
String
Forward link type.
String
Forward link type.
String
Reverse link type.
String
Reverse link type.
String
The number of rows of frames in the frameset.
String
Specifies which internal table borders to render.
String
Select form of content.
String
Scope covered by header cells.
String
Specify whether or not the frame should have scrollbars.
String
Specify whether or not the frame should have scrollbars.
String
The shape of the active area.
String
The shape of the active area.
String
Font size.
String
The height of the rule.
String
A URI [IETF RFC 2396] designating the initial frame contents.
String
A URI [IETF RFC 2396] designating the initial frame contents.
String
URI [IETF RFC 2396] designating the source of this image.
String
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
String
URI [IETF RFC 2396] designating an external script.
String
Message to render while loading the object.
String
Description about the purpose or structure of a table.
String
Frame to render the resource in.
String
Frame to render the resource in.
String
The default target frame.
String
Frame to render the resource in.
String
Frame to render the resource in.
String
Document text color.
String
The text contained within the option element.
String
The script content of the element.
String
The specified title as a string.
String
The title of a document as specified by the TITLE element in the head of the document.
String
The element's advisory title.
String
Advisory content type.
String
The type of button (all lower case).
String
The type of control created (all lower case).
String
Advisory content type.
String
List item bullet style.
String
Content type for data downloaded via data attribute.
String
Numbering style.
String
Content type for the value attribute when valuetype has the value "ref".
String
The content type of the script language.
String
The type of this form control.
String
The content type of the style sheet language.
String
The type of this form control.
String
Bullet style.
String
The absolute URI [IETF RFC 2396] of the document.
String
Use client-side image map.
String
Use client-side image map.
String
Use client-side image map.
String
Vertical alignment of data in cell.
String
Vertical alignment of cell data in column.
String
Vertical alignment of data within cells of this row.
String
Vertical alignment of data in cells.
String
Color of links that have been visited by the user.
String
The current form control value.
String
When the type attribute of the element has the value "text", "file" or "password", this represents the current contents of the corresponding form control, in an interactive user agent.
String
The current form control value.
String
The value of a run-time parameter.
String
The current form control value (i.e. the value of the currently selected option), if multiple options are selected this is the value of the first selected option.
String
Represents the current contents of the corresponding form control, in an interactive user agent.
String
Information about the meaning of the value attribute value.
String
Version information about the document's DTD.
String
Override width.
String
The width of the rule.
String
Frame width.
String
Override width.
String
Cell width.
String
Default column width.
String
Specifies the desired table width.

Uses in package javax.xml.parsers

Constructors with parameter type java.lang.String

Constructor with the specified underlying cause and detail message.
Constructor with the specified detail message.
Constructor with the specified detail message.

Methods with parameter type java.lang.String

Object
Retrieves the named attribute value from the underlying implementation.
boolean
Returns the value of the specified feature.
boolean
Returns the specified feature for SAX2 parsers obtained from this factory.
Object
Returns the value of the specified SAX2 parser property.
Document
Parse the specified input stream and return a DOM Document.
void
Parse the specified input stream, reporting SAX1 events to the given handler.
void
Parse the specified input stream, reporting SAX2 events to the given handler.
Document
Parse the content of the specified URI and return a DOM Document.
void
Parse the content of the specified URI, reporting SAX1 events to the given handler.
void
Parse the content of the specified URI, reporting SAX2 events to the given handler.
void
Set the named attribute on the underlying implementation.
void
Sets the value of the specified feature.
void
SAXParserFactory.setFeature(String name, boolean value)
Sets the specified feature for SAX2 parsers obtained from this factory.
void
Sets the specified SAX2 parser property.

Methods with return type java.lang.String

String
Returns the message for this error, if any.

Uses in package javax.xml.transform

Constructors with parameter type java.lang.String

Constructor with a detail message.
Constructor with detail message and underlyinmg cause.
Constructor with detail message and locator.
Constructor with detail message, locator and underlying cause.
Constructor with a detail message.
Constructor with a detail message and underlying cause.
Constructor with a detail message and locator.
Constructor with detail message, locator and underlying cause.
Constructor with an underlying cause and detail message.
Constructor with a detail message.

Fields of type java.lang.String

String
Whitespace-separated list of element names for which text children should be output as CDATA sections.
String
The public ID to output in the doctype declaration.
String
The system ID to output in the doctype declaration.
String
The preferred output character encoding.
String
Whether to indent the result tree (yes or no).
String
The MIME content type of the output data.
String
The output method (xml, html, or text).
String
Whether not to output an XML declaration (yes or no).
String
Constant for the processing instruction sent when the result disables output escaping.
String
Constant for the processing instruction sent when the result enables output escaping.
String
Whether to output a standalone document declaration (yes or no).
String
The version of the output method.

Methods with parameter type java.lang.String

Source
Returns a source object representing the XML resource specified by the xml-stylesheet processing instruction and matching the given criteria.
Object
Retrieve the specified named attribute value.
boolean
Returns the state of a feature in the factory implementation.
String
Returns the value of an output property for the transformation.
Object
Returns the specified parameter value.
Source
Resolves an xsl:include, xsl:import, or XPath document() function.
void
Set a named attribute on the underlying implementation.
void
TransformerFactory.setFeature(String name, boolean value)
Sets a feature of transformers and templates obtained from this factory.
void
Sets an output property for the transformation, overriding any property of the same name defined in the stylesheet.
void
Sets a parameter value for the transformation.
void
Sets the XML system ID for this result.
void
Sets the XML system ID for this source.

Methods with return type java.lang.String

String
Returns the location information as a string.
String
Returns the detail message.
String
Returns the exception message with location information appended.
String
Returns the value of an output property for the transformation.
String
Returns the XML public ID for the document.
String
Returns the system ID for this result.
String
Returns the system ID for this source.
String
Returns the XML system ID for the document.

Uses in package org.ietf.jgss

Constructors with parameter type java.lang.String

GSSException.GSSException(int major, int minor, String minorString)
Create a new GSS exception with the given major and minor codes, and a minor explanation string.
Oid.Oid(String strOid)
Creates an Oid object from a string representation of its integer components (e.g.

Methods with parameter type java.lang.String

GSSName
GSSManager.createName(String nameStr, Oid nameType)
Factory method to convert a contiguous string name from the specified namespace to a GSSName object.
GSSName
GSSManager.createName(String nameStr, Oid nameType, Oid mech)
Factory method to convert a contiguous string name from the specified namespace to an GSSName object that is a mechanism name (MN).
void
GSSException.setMinor(int minorCode, String message)
Used internally by the GSS-API implementation and the underlying mechanisms to set the minor code and its textual representation.
void
MessageProp.setSupplementaryStates(boolean duplicate, boolean old, boolean unseq, boolean gap, int minorStatus, String minorString)
This method sets the state for the supplementary information flags and the minor status in MessageProp.

Methods with return type java.lang.String

String
Returns a string explaining the GSS major error code causing this exception to be thrown.
String
Returns a detailed message of this exception.
String
Returns a string explaining the mechanism specific error code.
String
Returns a string explaining the mechanism specific error code.
String
Returns a textual representation of both the major and minor status codes.
String
Returns a textual representation of the GSSName object.
String
Returns a string representation of the oid's integer components in dot separated notation (e.g.

Uses in package javax.swing.plaf.multi

Methods with return type java.lang.String

String
Calls the FileChooserUI.getApproveButtonText(JFileChooser) method for all the UI delegates managed by this MultiFileChooserUI, returning the text for the UI delegate from the primary look and feel.
String
Returns a description of the look and feel.
String
Calls the FileChooserUI.getDialogTitle(JFileChooser) method for all the UI delegates managed by this MultiFileChooserUI, returning the title for the UI delegate from the primary look and feel.
String
Returns an identifier for the look and feel.
String
Returns the name for the look and feel.

Uses in package javax.accessibility

Constructors with parameter type java.lang.String

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

Fields of type java.lang.String

String
Constant used when supported set of actions has changed.
String
Constant used when active descendent of a component has changed.
String
Constant used when the accessibleText caret has changed.
String
Constant used when children are added or removed.
String
Constant used when a component's bounds have changed.
String
Constant used when the accessible description has changed.
String
Constant used when a hypertext element received focus.
String
Constant used when the state of child objects changes.
String
Constant used when the accessible name has changed.
String
Constant used when the accessibleSelection has changed.
String
Constant used when the accessibleStateSet has changed.
String
Constant used when the accessible table caption has changed.
String
Constant used when the accessible table column description has changed.
String
Constant used when the accessible table column header has changed.
String
Constant used when the accessible table model has changed.
String
Constant used when the accessible table row description has changed.
String
Constant used when the accessible table row header has changed.
String
Constant used when the accessible table summary has changed.
String
Constant used when the attributes of some text have changed.
String
Constant used when the accessibleText has changed.
String
Constant used when the accessibleValue has changed.
String
Constant used when the visible data has changed.
String
Indicates that an object is a child of another object.
String
Indicates that the ancestry relationship has changed.
String
Indicates an object is controlled by other objects.
String
Indicates that the controlling objects have changed.
String
Indicates an object is a controller for other objects.
String
Indicates that the controller target group has changed.
String
The name of an action which decrements a value.
String
Indicates that an object is embedded by another object.
String
Indicates that the EMBEDDED_BY property changed.
String
Indicates that an object embeds another object.
String
Indicates that the EMBEDS property changed.
String
Indicates that one object directly follows another object, as in a paragraph flow.
String
Indicates that the FLOWS_FROM property changed.
String
Indicates that one object comes directly before another object, as in a paragraph flow.
String
Indicates that the FLOWS_TO property changed.
String
The name of an action which increments a value.
String
Indicates the object is labeled by other objects.
String
Indicates that the labelling objects have changed.
String
Indicates the object labels other objects.
String
Indicates that the label target group has changed.
String
Indicates an object is a member of a group of target objects.
String
Indicates that group membership has changed.
String
Indicates that one object is a parent window of another object.
String
Indicates that the PARENT_WINDOW_OF property changed.
String
Indicates that one object is a subwindow of another object.
String
Indicates that the SUBWINDOW_OF property changed.
String
The name of an action which toggles the expansion of a tree node.
String
A localized string describing this object.
String
A localized string naming this object.
String
The locale independent name of the object.
String
The text of the sequence.

Methods with parameter type java.lang.String

boolean
Check if the relation key is in the set.
void
Fire an event to report property changes.
AccessibleRelation
Get the relation that matches the key.
void
Inserts the given string at the specified location.
void
AccessibleEditableText.replaceText(int start, int end, String s)
Replace the text between two points with the given string.
void
Set the localized name of the object.
void
Modify the textual description of the icon and its purpose.
void
Set the localized name of the object.
void
Set the text contents to the given string.
String
AccessibleBundle.toDisplayString(String resourceBundle, Locale locale)
Obtains the key as a localized string, falling back to the locale-independent version if necessary.

Methods with return type java.lang.String

String
Get a description for the specified action.
String
Get the anchor text of the link, or null if the index is out of bounds.
String
Get the localized description of the object.
String
Returns a textual description of the icon and its purpose.
String
Get the localized name of the object.
String
AccessibleText.getAfterIndex(int part, int index)
Returns the section of text after the index, or null if the index or part is invalid.
String
AccessibleText.getAtIndex(int part, int index)
Returns the section of text at the index, or null if the index or part is invalid.
String
AccessibleText.getBeforeIndex(int part, int index)
Returns the section of text before the index, or null if the index or part is invalid.
String
Return the key for this relation.
String
Returns the selected text.
String
AccessibleEditableText.getTextRange(int start, int end)
Return the text between two points.
String
AccessibleExtendedText.getTextRange(int start, int end)
Return a range of text from the underlying object.
String
Returns the title border text for this component.
String
Returns the tool-tip text for this component.
String
Obtains the key as a localized string, using the default locale.
String
AccessibleBundle.toDisplayString(String resourceBundle, Locale locale)
Obtains the key as a localized string, falling back to the locale-independent version if necessary.
String
Obtains the key as a localized string, falling back to the locale-independent version if necessary.
String
Obtains the key as a localized string, using the default locale.
String
Return a localized, comma-separated string representing all relations in the set.
String
Return a localized, comma-separated string representing all states in the set.

Uses in package javax.swing.undo

Constructors with parameter type java.lang.String

Constructs a StateEdit, specifying the object whose state is being edited.

Fields of type java.lang.String

String
The ID of the Java source file in Sun’s Revision Control System (RCS).
String
The ID of the Java source file in Sun’s Revision Control System (RCS).
String
The constant string “Redo”, which was returned by getRedoPresentationName() on early versions of the platform.
String
The constant string “Undo”, which was returned by getUndoPresentationName() on early versions of the platform.
String
A human-readable name for this edit action.

Methods with parameter type java.lang.String

void
Initializes this StateEdit.

Methods with return type java.lang.String

String
Returns a human-readable, localized name that describes this editing action and can be displayed to the user.
String
Returns a human-readable, localized name that describes this editing action and can be displayed to the user.
String
Returns a human-readable, localized name that describes this editing action and can be displayed to the user.
String
Returns a human-readable, localized name that describes this editing action and can be displayed to the user.
String
Calculates a localized name for presenting the redo action to the user.
String
Calculates a localized message text for presenting the redo action to the user.
String
Returns the redo presentation name.
String
Calculates a localized text for presenting the redo action to the user, for example in the form of a menu command.
String
Calculates a localized text for presenting the undo or redo action to the user, for example in the form of a menu command.
String
Calculates a localized name for presenting the undo action to the user.
String
Calculates a localized message text for presenting the undo action to the user.
String
Returns the undo presentation name.
String
Calculates a localized text for presenting the undo action to the user, for example in the form of a menu command.
String
String
Calculates a string that may be useful for debugging.
String
Returns a string representation of this object that may be useful for debugging.
String
Returns a string representation for this UndoManager.

Uses in package javax.naming.directory

Constructors with parameter type java.lang.String

Create an exception with a message.
Create an exception with a message.
BasicAttribute.BasicAttribute(String id, boolean ordered)
BasicAttribute.BasicAttribute(String id, Object value, boolean ordered)
BasicAttributes.BasicAttributes(String attrID, Object val, boolean ignoreCase)
Create an exception with a message.
Create an exception with a message.
Create an exception with a message.
Create an exception with a message.
Create an exception with a message.
Create an exception with a message.
SearchControls.SearchControls(int scope, long countlim, int timelim, String[] attrs, boolean retobj, boolean deref)
SearchResult.SearchResult(String name, Object obj, Attributes attrs, boolean isRelative)
SearchResult.SearchResult(String name, String className, Object obj, Attributes attrs)
SearchResult.SearchResult(String name, String className, Object obj, Attributes attrs, boolean isRelative)

Fields of type java.lang.String

String
The ID of this attribute.

Methods with parameter type java.lang.String

void
DirContext.bind(String name, Object obj, Attributes attrs)
void
DirContext
DirContext
Attribute
Attribute
Attributes
Attributes
Attributes
Attributes
Attributes
DirContext.getAttributes(Name name, String[] attrIds)
Attributes
DirContext
DirContext
DirContext
DirContext
void
DirContext.modifyAttributes(String name, int mod_op, Attributes attrs)
void
void
void
Attribute
Attributes.put(String attrID, Object val)
Attribute
void
void
Attribute
Attribute
NamingEnumeration
DirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
InitialDirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
NamingEnumeration
NamingEnumeration
DirContext.search(String name, Attributes matchingAttributes)
NamingEnumeration
InitialDirContext.search(String name, Attributes matchingAttributes)
NamingEnumeration
DirContext.search(String name, Attributes matchingAttributes, String[] attributesToReturn)
NamingEnumeration
InitialDirContext.search(String name, Attributes matchingAttributes, String[] attributesToReturn)
NamingEnumeration
DirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
InitialDirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
NamingEnumeration
DirContext.search(Name name, String filter, SearchControls cons)
NamingEnumeration
NamingEnumeration
DirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn)
NamingEnumeration
InitialDirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn)
void

Methods with return type java.lang.String

String
String
String[]
String
Get a human-readable representation of this Throwable.
String
Convert this Object to a human-readable String.
String
String
String
Returns the string representation.

Uses in package javax.swing.event

Constructors with parameter type java.lang.String

Creates a new HyperlinkEvent with the given arguments.
HyperlinkEvent.HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String description, Element element)
Creates a new HyperlinkEvent with the given arguments.

Methods with return type java.lang.String

String
Returns the description of this event.
String
Returns a string that indicates the event id.
String
toString
String
Returns a string representation of this object that may be useful for debugging purposes.
String
Returns a String of this object.
String
Returns a string representing the state of this event.
String
Returns a string representation of the event, typically used for debugging purposes.
String
String representation

Uses in package javax.imageio.event

Methods with parameter type java.lang.String

void
Reports the occurrence of a non-fatal error in decoding.
void
IIOWriteWarningListener.warningOccurred(ImageWriter source, int imageIndex, String warning)
Reports the occurrence of a non-fatal error in encoding.

Uses in package java.awt

Constructors with parameter type java.lang.String

Create a new instance with the specified descriptive error message.
Create a new instance with the specified detailed error message.
Construct a AWTPermission with the given name.
Create a new permission with the specified name.
Initializes a new instance of Button with the specified label.
Initializes a new instance of Checkbox with the specified label, an initial state of off, and that is not part of any checkbox group.
Checkbox.Checkbox(String label, boolean state)
Initializes a new instance of Checkbox with the specified label and initial state, and that is not part of any checkbox group.
Checkbox.Checkbox(String label, boolean state, CheckboxGroup group)
Initializes a new instance of Checkbox with the specified label, initial state, and checkbox group.
Checkbox.Checkbox(String label, CheckboxGroup group, boolean state)
Initializes a new instance of Checkbox with the specified label, initial state, and checkbox group.
Initializes a new instance of CheckboxMenuItem with the specified label and an initial state of off.
CheckboxMenuItem.CheckboxMenuItem(String label, boolean state)
Initializes a new instance of CheckboxMenuItem with the specified label and initial state.
This constructor is used internally only.
Dialog.Dialog(Dialog owner, String title)
Initializes a new instance of Dialog with the specified, parent and title, that is resizable.
Dialog.Dialog(Dialog owner, String title, boolean modal)
Initializes a new instance of Dialog with the specified, parent, title and modality, that is resizable.
Dialog.Dialog(Dialog parent, String title, boolean modal, GraphicsConfiguration gc)
Initializes a new instance of Dialog with the specified, parent, title, modality and GraphicsConfiguration, that is resizable.
Dialog.Dialog(Frame parent, String title)
Initializes a new instance of Dialog with the specified parent, that is resizable and not modal, and which has the specified title.
Dialog.Dialog(Frame parent, String title, boolean modal)
Initializes a new instance of Dialog with the specified, parent, title, and modality, that is resizable.
Dialog.Dialog(Frame parent, String title, boolean modal, GraphicsConfiguration gc)
Initializes a new instance of Dialog with the specified, parent, title, modality and GraphicsConfiguration, that is resizable.
Initialized a new instance of FileDialog with the specified parent and title.
FileDialog.FileDialog(Dialog parent, String title, int mode)
Initialized a new instance of FileDialog with the specified parent, title, and mode.
Initialized a new instance of FileDialog with the specified parent and title.
FileDialog.FileDialog(Frame parent, String title, int mode)
Initialized a new instance of FileDialog with the specified parent, title, and mode.
Font.Font(String name, int style, int size)
Initializes a new instance of Font with the specified attributes.
Create a new instance with the specified detailed error message.
Initializes a new instance of Frame that is not visible and has the specified title.
Create a new instance with the specified detailed error message.
Create a new instance with the specified detailed error message.
JobAttributes.JobAttributes(int copies, JobAttributes.DefaultSelectionType selection, JobAttributes.DestinationType destination, JobAttributes.DialogType dialog, String filename, int max, int min, JobAttributes.MultipleDocumentHandlingType multiple, int[][] pageRanges, String printer, JobAttributes.SidesType sides)
Initializes a new instance of Label with the specified text that is aligned to the left.
Label.Label(String text, int alignment)
Initializes a new instance of Label with the specified text and alignment.
Menu.Menu(String label)
Initializes a new instance of Menu that is not a tearoff and that has the specified label.
Menu.Menu(String label, boolean isTearOff)
Initializes a new instance of Menu with the specified label and tearoff status.
Initializes a new instance of MenuItem with the specified label and no shortcut.
Initializes a new instance of MenuItem with the specified label and shortcut.
Initializes a new instance of PopupMenu with the specified label.
Initialize a new instance of TextArea that contains the specified text.
TextArea.TextArea(String text, int rows, int columns)
Initialize a new instance of TextArea that can display the specified number of rows and columns of text, without the need to scroll.
TextArea.TextArea(String text, int rows, int columns, int scrollbarVisibility)
Initialize a new instance of TextArea that initially contains the specified text.
Initializes a new instance of TextField containing the specified text.
TextField.TextField(String text, int columns)
Initializes a new instance of TextField with the specified text and number of columns.

Fields of type java.lang.String

String
The constant indicating the position after the last line of the layout.
String
The constant indicating the position after the last item of the layout.
String
The constant indicating the position before the first line of the layout.
String
The constant indicating the position before the first item of the layout.
String
Constant indicating the center of the container
String
Constant indicating the right side of the container
String
The constant indicating the position after the last item of the layout.
String
The constant indicating the position before the first item of the layout.
String
Constant indicating the top of the container
String
The constant indicating the position after the last line of the layout.
String
The constant indicating the position before the first line of the layout.
String
Constant indicating the bottom of the container
String
Constant indicating the left side of the container
String
String
The logical name of this font.

Methods with parameter type java.lang.String

void
Adds the specified item to this choice box.
void
List.add(String item)
This method adds the specified item to the end of the list.
void
Menu.add(String label)
Add an item with the specified label to this menu.
void
List.add(String item, int index)
Adds the specified item to the specified location in the list.
Component
Adds the specified component to the container at the end of the component list.
void
Adds the specified item to this choice box.
void
This method adds the specified item to the end of the list.
void
List.addItem(String item, int index)
Adds the specified item to the specified location in the list.
void
Adds a component to the layout in the specified constraint position, which must be one of the string constants defined in this class.
void
Add a new component to the layout.
void
Add a new component to the layout.
void
Adds the specified component to the layout group.
void
Add a new component to the layout.
void
Adds the specified component to the layout group.
void
Adds the specified property listener to this component.
void
void
Registers a property change listener for receiving events relating to a change to a specified property.
void
void
Registers a vetoable property change listener for receiving events relating to a vetoable change to a specified property.
void
Append the specified text to the end of the current text.
void
Append the specified text to the end of the current text.
void
int
Checks how much of a given string can be mapped to glyphs in this font.
Cursor
Toolkit.createCustomCursor(Image cursor, Point hotSpot, String name)
Creates a new custom cursor object.
GlyphVector
Maps characters to glyphs in a one-to-one relationship, returning a new GlyphVector with a mapped glyph for each input character.
Image
Color
Converts the specified string to a number, using Integer.decode, and creates a new instance of Color from the value.
Font
Font.decode(String fontspec)
Creates a Font object from the specified string, which is in one of the following formats:

  • fontname-style-pointsize
  • fontname-style
  • fontname-pointsize
  • fontname

The style should be one of BOLD, ITALIC, or BOLDITALIC.

void
Graphics2D.drawString(String text, float x, float y)
Draws a string at the specified location, using the current font.
void
Graphics.drawString(String string, int x, int y)
Draws the specified string starting at the specified point.
void
Graphics2D.drawString(String text, int x, int y)
Draws a string at the specified location, using the current font.
void
Component.firePropertyChange(String propertyName, boolean oldValue, boolean newValue)
Report a change in a bound property to any registered property listeners.
void
Component.firePropertyChange(String propertyName, byte oldValue, byte newValue)
Report a change in a bound property to any registered property listeners.
void
Component.firePropertyChange(String propertyName, char oldValue, char newValue)
Report a change in a bound property to any registered property listeners.
void
Component.firePropertyChange(String propertyName, double oldValue, double newValue)
Report a change in a bound property to any registered property listeners.
void
Component.firePropertyChange(String propertyName, float oldValue, float newValue)
Report a change in a bound property to any registered property listeners.
void
Component.firePropertyChange(String propertyName, int oldValue, int newValue)
Report a change in a bound property to any registered property listeners.
void
Component.firePropertyChange(String propertyName, Object oldValue, Object newValue)
Report a change in a bound property to any registered property listeners.
void
Fires a property change event as a response to a change to to the specified property.
void
Component.firePropertyChange(String propertyName, long oldValue, long newValue)
Report a change in a bound property to any registered property listeners.
void
Component.firePropertyChange(String propertyName, short oldValue, short newValue)
Report a change in a bound property to any registered property listeners.
void
Fires a property change event as a response to a vetoable change to to the specified property.
AWTKeyStroke
Parses a string and returns the keystroke that it represents.
Color
Returns a new instance of Color from the value of the system property named by the specified string.
Color
Color.getColor(String prop, int defrgb)
Returns a new instance of Color from the value of the system property named by the specified string.
Color
Color.getColor(String prop, Color defcolor)
Returns a new instance of Color from the value of the system property named by the specified string.
Object
Font
Font.getFont(String propname)
Returns a Font object from the passed property name.
Font
Font.getFont(String propname, Font defval)
Returns a Font object from the passed property name.
FontPeer
Toolkit.getFontPeer(String name, int style)
Creates a peer object for the specified font name.
Image
Returns an image from the specified file, which must be in a recognized format.
LineMetrics
FontMetrics.getLineMetrics(String text, int begin, int limit, Graphics g)
Returns a LineMetrics object constructed with the specified text and the FontRenderContext of the Graphics object when it is an instance of Graphics2D or a generic FontRenderContext with a null transform, not anti-aliased and not using fractional metrics.
LineMetrics
Font.getLineMetrics(String text, int begin, int limit, FontRenderContext rc)
Returns a LineMetrics object constructed with the specified text and FontRenderContext.
LineMetrics
Returns a LineMetrics object constructed with the specified text and the FontRenderContext of the Graphics object when it is an instance of Graphics2D or a generic FontRenderContext with a null transform, not anti-aliased and not using fractional metrics.
LineMetrics
Determines the line metrics for a run of text.
PrintJob
Toolkit.getPrintJob(Frame frame, String title, JobAttributes jobAttr, PageAttributes pageAttr)
Returns a instance of PrintJob for the specified arguments.
PrintJob
Toolkit.getPrintJob(Frame frame, String title, Properties props)
Returns a instance of PrintJob for the specified arguments.
Object
This method requests a named property for an object.
String
Returns the value of the property with the specified name, or the default value if the property does not exist.
PropertyChangeListener[]
Returns an array of all specified listeners on the named property that are registered on this component.
PropertyChangeListener[]
Returns the currently registered property change listeners in array form, which listen for changes to the supplied property.
PropertyChangeListener[]
Rectangle2D
FontMetrics.getStringBounds(String str, int beginIndex, int limit, Graphics context)
Rectangle2D
Font.getStringBounds(String str, int begin, int limit, FontRenderContext frc)
Returns the logical bounds of the specified string when rendered with this font in the specified FontRenderContext.
Rectangle2D
Rectangle2D
Returns the logical bounds of the specified string when rendered with this font in the specified FontRenderContext.
Cursor
Retrieves the system specific custom Cursor named Cursor names are, for example: "Invalid.16x16".
VetoableChangeListener[]
Returns the currently registered vetoable property change listeners in array form, which listen for changes to the supplied property.
void
Choice.insert(String item, int index)
Inserts an item into this Choice.
void
Menu.insert(String label, int index)
Inserts an item with the specified label into this menu at the specified index.
void
TextArea.insert(String str, int pos)
Insert the specified text at the specified position.
void
TextArea.insertText(String str, int pos)
Insert the specified text at the specified position.
Object
void
Removes the specified item from the choice box.
void
Deletes the first occurrence of the specified item from the list.
void
Removes the specified property listener on a particular property from the component.
void
Removes the supplied property change listener registered for the specified property from the list of registered listeners.
void
void
Removes the supplied vetoable property change listener registered for the specified property from the list of registered listeners.
void
List.replaceItem(String item, int index)
Replaces the item at the specified index with the specified item.
void
TextArea.replaceRange(String str, int start, int end)
Replace a range of characters with the specified text.
void
TextArea.replaceText(String str, int start, int end)
Replace a range of characters with the specified text.
void
Saves a Serializable listener chain to a serialization stream.
void
Saves all Serializable listeners to a serialization stream.
void
Forces the named item to be selected.
void
Sets the action command name for this button to the specified value.
void
Sets the name of the action command in the action events generated by this menu item.
void
void
Sets the directory for this file dialog.
void
Sets the selected file for this dialog.
void
void
Sets the label for this button to the specified value.
void
Sets the label for this checkbox to the specified value.
void
This method sets the label for this menu to the specified value.
void
Sets the name of this component to the specified name (this is a bound property with the name 'name').
void
Sets the name of this component to the specified name.
void
void
Sets the text in this label to the specified value.
void
Sets the text in this component to the specified string.
void
Sets the title of this dialog box to the specified string.
void
Sets this frame's title to the specified value.
void
Cause the named component to be shown.
int
Returns the total width of the specified string

Methods with return type java.lang.String

String
String
Returns a description of the action with the supplied id.
String
Returns a description of the action with the supplied id.
String
String
Returns a brief description of this accessible context.
String
Returns the accessible name for this menu component.
String
Returns the accessible name of this component.
String
Returns the accessible name of this component.
String
Returns the accessible name for the label.
String
Returns the accessible name of this component.
String
String
Returns the action command name for this button.
String
Returns the name of the action command in the action events generated by this menu item.
String
String
String[]
Returns an array of the font family names available in this environment.
String[]
Returns an array of the font family names available in this environment, localized to the current Locale if l is non-null.
String
String
Returns the directory for this file dialog.
String
Returns the family name of this font.
String
Returns the family name of this font.
String
Returns the file that is selected in this dialog.
String
String[]
Returns the names of the available fonts.
String
Returns the font face name of the font.
String
Returns the font face name of the font.
String
Returns an identification string for the device.
String
Choice.getItem(int index)
Returns the item at the specified index in the list.
String
List.getItem(int index)
Returns the item at the specified index.
String[]
Returns the complete list of items.
String
Returns the label for this button.
String
Returns the label for this checkbox.
String
Returns the label for this menu item, which may be null.
String
Returns the name of this component.
String
String
Returns the logical name of the font.
String
Returns the name of this component.
String
Returns the PostScript Name of this font.
String
String
Returns the value of the property with the specified name, or the default value if the property does not exist.
String
Returns the currently selected item, or null if no item is selected.
String
Returns the item that is currently selected, or null if there is no item selected.
String[]
Returns the list of items that are currently selected in this list.
String
Returns a string that contains the text that is currently selected.
String
String
Returns the text displayed in this label.
String
Returns the text in this component
String
Returns the title of this dialog box.
String
Returns this frame's title string.
String
Returns the warning string that will be displayed if this window is popped up by an unsecure applet or application.
String
Returns a string representation of the state of this event.
String
Returns a debugging string for this button.
String
Returns a debugging string for this object.
String
Returns a debugging string for this object.
String
Returns a debugging string for this object.
String
Returns a debugging string representing this component.
String
Returns a string representing the state of this container for debugging purposes.
String
Returns a debugging string for this component.
String
String
Returns a debugging string for this object.
String
Returns a debugging string describing this window.
String
Returns a parameter string useful for debugging.
String
Returns a debugging string for this object.
String
Returns a debugging string for this menu.
String
Returns a debugging string for this component
String
Returns a debugging string for this object.
String
Returns a debugging string for this object.
String
Returns a debugging string for this object.
String
Returns a debug string for this object.
String
String
Retrieve a debugging string for this text area.
String
Returns a debugging string.
String
Returns a debug string for this object.
String
Create a string that represents this event in the format classname[eventstring] on sourcecomponentname.
String
Returns a string representation of this keystroke.
String
Returns a string representation of this layout manager.
String
Returns a string representation of this layout manager.
String
Returns a string representation of this checkbox group.
String
Returns a string representation of this object.
String
Returns a string representation of this component.
String
String
Returns a string representation of this object.
String
String
Return String description of this object.
String
Returns a string representation of this font.
String
Returns a string representation of this object.
String
Returns a string representation of this object.
String
Return a string representation of this GridBagLayout.
String
Return String description of this object.
String
Returns a string representation of this object, which will be non-null.
String
String
Returns a string representation of this component.
String
Returns a string representation of this shortcut.
String
String
Returns a string representation of this object.
String
Returns a string representation of this rectangle.
String
Returns a string representation of this instance.
String
Return a string representation of this Robot.
String
String
Returns a string describing this color.

Uses in package javax.rmi.CORBA

Methods with parameter type java.lang.String

Class<T>
Util.loadClass(String className, String remoteCodebase, ClassLoader loader)
Load the class.
Class<T>
UtilDelegate.loadClass(String className, String remoteCodebase, ClassLoader loader)
Serializable
ValueHandler.readValue(InputStream in, int offset, Class<T> clz, String repositoryID, RunTime sender)
Read value from the CORBA input stream in the case when the value is not Streamable or CustomMarshall'ed.

Methods with return type java.lang.String

String
This call is finally delegated to RMIClassLoader.getClassAnnotation(Class);
String
String
Get CORBA repository Id for the given java class.
String
Get the string representation of this Stub.
String
Get the string representation of this stub.

Uses in package org.omg.PortableServer

Constructors with parameter type java.lang.String

ForwardRequest.ForwardRequest(String why, Object a_forward_reference)
Create the ForwardRequest with explaining message and initialising the object reference to the given value.

Methods with parameter type java.lang.String

OutputStream
Our implementation will not call this method.
OutputStream
Our implementation will not call this method.
boolean
Servant._is_a(String repository_id)
Checks if the passed servant is an instance of the given CORBA IDL type.
POA
POAOperations.create_POA(String child_name, POAManager manager, Policy[] policies)
Creates a new POA as a child of the target POA.
Object
Create the object reference, encapsulating the given repository Id and the Object Id, generated by this POA.
Object
POAOperations.create_reference_with_id(byte[] an_object_id, String a_repository_id)
Create the object reference, encapsulating the given repository Id and the given Object Id.
POA
POAOperations.find_POA(String poa_name, boolean activate_it)
Find and optionally activate the child POA with the given name.
void
ServantLocatorOperations.postinvoke(byte[] Object_Id, POA poa, String operation, Object cookie, Servant servant)
If the POA has the USE_SERVANT_MANAGER and NON_RETAIN policies, it invokes this method whenever a servant completes a request.
void
_ServantLocatorStub.postinvoke(byte[] Object_id, POA poa, String method, Object cookie, Servant servant)
It is your responsibility to take the postinvoke actions, if any, by overriding this method.
Servant
ServantLocatorOperations.preinvoke(byte[] Object_Id, POA poa, String operation, CookieHolder cookie_holder)
If the POA has the USE_SERVANT_MANAGER and NON_RETAIN policies, it invokes this method whenever the object being requested that is not inactive.
Servant
_ServantLocatorStub.preinvoke(byte[] Object_id, POA poa, String method, CookieHolder cookie)
It is your responsibility to take the preinvoke actions, if any, and also supply an appropriate servant for the current invocation.
boolean
This method is invoked when the ORB receives a request for an object reference that identifies a non-existing target POA, to create it.

Methods with return type java.lang.String

String[]
Servant._all_interfaces(POA poa, byte[] object_ID)
Get the repository ids of all interfaces, supported by the CORBA object, identified by the passed Id.
String[]
ServantActivatorPOA._all_interfaces(POA poa, byte[] Object_Id)
Returns an array of interfaces, supported by the servant activator.
String[]
ServantLocatorPOA._all_interfaces(POA poa, byte[] Object_Id)
Returns an array of interfaces, supported by the servant locator.
String[]
Return the array of repository ids for this object.
String[]
Return the array of repository ids for this object, stating that it is both Servant locator and Servant manager.
String
Get the POA Current repository id.
String
Get the ForwardRequest repository id.
String
Get the POA repository id.
String
Get the ServantActivator repository id.
String
Get the ServantLocator repository id.
String
Return the name of this POA.
String
Returns a short string representation.
String
Returns a short string representation.
String
Returns a short string representation.
String
Returns a short string representation.
String
Returns a short string representation.
String
Returns a short string representation.
String
Returns a short string representation.

Uses in package javax.transaction

Constructors with parameter type java.lang.String

Create an exception with a message.
Create an exception with a message.
Create an exception with the given message, and cause initialized to null.
Create an exception with a message.
Create an exception with a message.
Create an exception with a message.
Create an exception with the given message, and cause initialized to null.
Create an exception with the given message, and cause initialized to null.

Uses in package org.omg.DynamicAny

Constructors with parameter type java.lang.String

Create an instance with the given initial values.
Creates the name-value pair, initialising the fields to the passed values.

Fields of type java.lang.String

String
The name of the named value.
String
The name of the structure record.

Methods with parameter type java.lang.String

void
Insert the FieldName into Any (uses Any.insert_string(String)).
void
Insert the string value into the enclosed Any inside this DynAny
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
Insert the wide string (usually UTF-16) into the enclosed Any inside this DynAny
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
The remote call of DynAny methods is not possible.
void
Set the current enumeration value, as string.
void
The remote call of DynEnum methods is not possible.
boolean
Set the value of the enclosed DynFixed, from string.
boolean
The remote call of DynAny methods is not possible.
void

Methods with return type java.lang.String

String[]
Return the array of repository ids for this object.
String[]
Return the array of repository ids for this object.
String[]
Return the array of repository ids for this object.
String[]
Return the array of repository ids for this object.
String[]
Return the array of repository ids for this object.
String[]
Return the array of repository ids for this object.
String[]
Return the array of repository ids for this object.
String[]
Return the array of repository ids for this object.
String[]
Return the array of repository ids for this object.
String
Get the name of the structure field at the current position.
String
Get the name of the current member.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
Extract the FieldName from Any ((uses Any.extract_string()).
String
Get the current enumeration value, as string.
String
The remote call of DynEnum methods is not possible.
String
Extract the string value that is expected to be stored in this DynAny.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
Get the value of the enclosed DynFixed, as string.
String
The remote call of DynAny methods is not possible.
String
Extract the wide (usually UFT-16) string that is expected to be stored in this DynAny.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
The remote call of DynAny methods is not possible.
String
Get the AnySeq repository id.
String
Get the DynAnyFactory repository id.
String
Get the DynAny repository id.
String
Get the DynAnySeq repository id.
String
Get the DynArray repository id.
String
Get the DynEnum repository id.
String
Get the DynFixed repository id.
String
Get the DynSequence repository id.
String
Get the DynStruct repository id.
String
Get the DynUnion repository id.
String
Get the DynValue repository id.
String
Return the FieldName repository id.
String
Get the NameDynAnyPair repository id.
String
Get the NameDynAnyPairSeq repository id.
String
Get the NameValuePair repository id.
String
Get the NameValuePairSeq repository id.
String
Returns the name of the currently active union member.
String
The remote call of DynAny methods is not possible.
String

Uses in package javax.security.sasl

Constructors with parameter type java.lang.String

Constructs a new instance of AuthenticationException with a detailed message.
Constructs a new instance of AuthenticationException with a detailed message and a root exception.
Constructs an instance of AuthorizeCallback.
Constructs a RealmCallback with a prompt.
RealmCallback.RealmCallback(String prompt, String defaultRealmInfo)
Constructs a RealmCallback with a prompt and default realm information.
RealmChoiceCallback.RealmChoiceCallback(String prompt, String[] choices, int defaultChoice, boolean multiple)
Constructs a RealmChoiceCallback with a prompt, a list of choices and a default choice.
Constructs a new instance of SaslException with a detailed message.
Constructs a new instance of SaslException with a detailed message and a root exception.

Fields of type java.lang.String

String
The name of a property that specifies the maximum size of the receive buffer in bytes of SaslClient/SaslServer.
String
The name of a property that specifies whether mechanisms that implement forward secrecy between sessions are required.
String
The name of a property that specifies whether mechanisms susceptible to active (non-dictionary) attacks are not permitted.
String
The name of a property that specifies whether mechanisms that accept anonymous login are not permitted.
String
The name of a property that specifies whether mechanisms susceptible to passive dictionary attacks are not permitted.
String
The name of a property that specifies whether mechanisms susceptible to simple plain passive attacks (e.g., "PLAIN") are not permitted.
String
The name of a property that specifies whether mechanisms that pass client credentials are required.
String
The name of a property that specifies the quality-of-protection to use.
String
The name of a property that specifies the maximum size of the raw send buffer in bytes of SaslClient/SaslServer.
String
The name of a property that specifies whether to reuse previously authenticated session information.
String
The name of a property that specifies whether the server must authenticate to the client.
String
The name of a property that specifies the cipher strength to use.

Methods with parameter type java.lang.String

SaslClient
Sasl.createSaslClient(String[] mechanisms, String authorizationID, String protocol, String serverName, Map props, CallbackHandler cbh)
Creates a SaslClient for the specified mechanism.
SaslClient
SaslClientFactory.createSaslClient(String[] mechanisms, String authorizationID, String protocol, String serverName, Map props, CallbackHandler cbh)
Creates a SaslClient using the parameters supplied.
SaslServer
Sasl.createSaslServer(String mechanism, String protocol, String serverName, Map props, CallbackHandler cbh)
Creates a SaslServer for the specified mechanism.
SaslServer
SaslServerFactory.createSaslServer(String mechanism, String protocol, String serverName, Map props, CallbackHandler cbh)
Creates a SaslServer instance using the parameters supplied.
Object
Retrieves the negotiated property.
Object
Retrieves the negotiated property.
void
Sets the ID of the authorized entity.

Methods with return type java.lang.String

String
Returns the authentication ID to check.
String
Returns the authorization ID to check.
String
Reports the authorization ID in effect for the client of this session This method can only be called if isComplete() returns true.
String
Returns the ID of the authorized user.
String
Returns the IANA-registered mechanism name of this SASL client. (e.g.
String
Returns the IANA-registered mechanism name of this SASL server (e.g.
String[]
Returns an array of names of mechanisms that match the specified mechanism selection policies.
String[]
Returns an array of names of mechanisms that match the specified mechanism selection policies.
String
Returns the string representation of this exception.

Uses in package java.nio

Methods with parameter type java.lang.String

CharBuffer
Relative put method.
CharBuffer
CharBuffer.put(String str, int start, int length)
Relative put method.

Methods with return type java.lang.String

String
Returns a string summarizing the state of this buffer.
String
Returns a string representation of the byte order.
String
Returns the remaining content of the buffer as a string.

Uses in package java.lang.instrument

Constructors with parameter type java.lang.String

Create an exception with a message.
Create an exception with a message.

Methods with parameter type java.lang.String

byte[]
ClassFileTransformer.transform(ClassLoader loader, String className, Class classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
Implementation of this method transforms a class by redefining its bytecodes.

Uses in package org.omg.CORBA.TypeCodePackage

Constructors with parameter type java.lang.String

Constructs the exception, explaining the reason of throwing it.
Constructs the exception, explaining the reason of throwing it.

Uses in package javax.management

Constructors with parameter type java.lang.String

Create the attribute with the given name and value.
AttributeChangeNotification.AttributeChangeNotification(Object source, long sequenceNumber, long timeStamp, String msg, String name, String type, Object oldVal, Object newVal)
Constructs a new AttributeChangeNotification with the specified source, sequence number, timestamp, message, and the attribute name, type, old value and new value.
Constructs a new AttributeNotFoundException with the specified message.
Constructs a new AttributeValueExp using the specified attribute.
Constructs a new BadStringOperationException using the specified object to represent the invalid string operation.
Constructs a new InstanceAlreadyExistsException with the specified message.
Constructs a new InstanceNotFoundException with the specified message.
Constructs a new IntrospectionException with the specified message.
Constructs a new InvalidAttributeValueException with the specified message.
Constructs a new JMException with the specified message.
Constructs a new JMRuntimeException with the specified message.
Constructs a new ListenerNotFoundException with the specified message.
MBeanAttributeInfo.MBeanAttributeInfo(String name, String type, String desc, boolean isReadable, boolean isWritable, boolean isIs)
Constructs a new MBeanAttributeInfo using the specified name, description and type with the given settings for the accessor and mutator methods.
Constructs a new MBeanAttributeInfo using the specified name and description, with the given accessor and mutator methods.
Constructs a @link{MBeanConstructorInfo} with the specified name, description and parameter information.
Constructs a @link{MBeanConstructorInfo} with the specified description using the given constructor.
Constructs a new MBeanException wrapping the specified exception and using the supplied message.
Constructs a new MBeanFeatureInfo with the specified name and description.
Constructs a new MBeanInfo using the supplied class name and description with the given attributes, operations, constructors and notifications.
Constructs a new MBeanNotificationInfo with the specified name, description and notification types.
Constructs a @link{MBeanOperationInfo} with the specified name, description, parameter information, return type and impact.
Constructs a @link{MBeanOperationInfo} with the specified description using the given method.
Constructs a new MBeanParameterInfo using the specified name, description and type.
Constructs a new MBeanPermission with the specified name and actions.
MBeanPermission.MBeanPermission(String className, String member, ObjectName name, String actions)
Constructs a new MBeanPermission with the specified class name, member, object name and actions.
Constructs a new MBeanRegistrationException wrapping the specified exception and using the supplied message.
Constructs a new MBeanServerNotification of the specified type for an event relating to the supplied bean, with the given source and sequence number.
Constructs a new MBeanServerPermission with the given name.
Constructs a new MBeanServerPermission with the given name and actions.
Constructs a MBeanTrustPermission with the given target.
Constructs a MBeanTrustPermission with the given target and actions.
Constructs a new MalformedObjectNameException with the specified message.
Constructs a new NotCompliantMBeanException with the specified message.
Notification.Notification(String type, Object source, long sequenceNumber)
Creates a new Notification object with the specified type, source and sequence number.
Notification.Notification(String type, Object source, long sequenceNumber, String message)
Creates a new Notification object with the specified type, source, sequence number and message.
Notification.Notification(String type, Object source, long sequenceNumber, long timeStamp)
Creates a new Notification object with the specified type, source, sequence number and timestamp.
Notification.Notification(String type, Object source, long sequenceNumber, long timeStamp, String message)
Creates a new Notification object with the specified type, source, sequence number, timestamp and message.
Constructs a new ObjectInstance for the specified bean with the supplied class name.
Constructs a new ObjectInstance for the specified bean with the supplied class name.
Constructs an ObjectName instance from the given string, which should be of the form <domain>:<properties><wild>.
ObjectName.ObjectName(String domain, Hashtable properties)
Constructs an ObjectName instance using the given domain and properties.
ObjectName.ObjectName(String domain, String key, String value)
Constructs an ObjectName instance using the given domain and the one specified property.
Constructs a new OperationsException with the specified message.
Constructs a new ReflectionException wrapping the specified exception and using the supplied message.
Constructs a new RuntimeErrorException wrapping the specified error and using the supplied message.
Constructs a new RuntimeMBeanException wrapping the specified exception and using the supplied message.
Constructs a new RuntimeOperationsException wrapping the specified exception and using the supplied message.
Constructs a new ServiceNotFoundException with the specified message.
Constructs a new StringValueExp using the specified value.

Fields of type java.lang.String

String
The attribute type for attribute change notifications.
String
The name of the defaultValue field.
String
The name of the immutableInfo field.
String
The name of the interfaceClassName field.
String
The name of the legalValues field.
String
The name of the maxValue field.
String
The name of the minValue field.
String
The name of the mxbean field.
String
The name of the openType field.
String
The name of the originalType field.
String
Notification type for the registration event.
String
Notification type for the de-registration event.
String
A description of the feature in human-readable form.
String
The name of the feature.

Methods with parameter type java.lang.String

AttributeValueExp
Returns a value expression for the value of the named attribute.
AttributeValueExp
Query.attr(String className, String name)
Returns a value expression for the value of the named attribute from the specified class.
ObjectInstance
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
ObjectInstance
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServer.createMBean(String className, ObjectName name, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServerConnection.createMBean(String className, ObjectName name, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName)
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
ObjectInstance
Instantiates a new instance of the specified management bean using the default constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServer.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
ObjectInstance
MBeanServerConnection.createMBean(String className, ObjectName name, ObjectName loaderName, Object[] params, String[] sig)
Instantiates a new instance of the specified management bean using the given constructor and registers it with the server under the supplied name.
MBeanServer
Returns a server implementation using the default domain name given, or "DefaultDomain" if this is null.
ObjectInputStream
MBeanServer.deserialize(String name, byte[] data)
Deserializes a byte array using the same class loader for its context as was used to load the given class.
ObjectInputStream
MBeanServer.deserialize(String name, ObjectName loader, byte[] data)
Deserializes a byte array using the same class loader for its context as was used to load the given class.
void
Removes the specified attribute name from the list of enabled attributes, thus preventing AttributeChangeNotifications for this attribute from passing through the filter.
void
Removes the specified type prefix from the list of enabled types, thus preventing matching types from passing through the filter.
void
Adds the specified attribute name to the list of enabled attributes, thus allowing AttributeChangeNotifications for this attribute to pass through the filter.
void
Adds the specified type prefix to the list of enabled types, thus allowing types starting with this string to pass through the filter.
ArrayList
Returns the specified server, or, if id is null, a list of all registered servers.
Object
Obtains the value of the specified attribute of the management bean.
Object
Obtains the value of the specified attribute of the management bean.
Object
Returns the value of the supplied attribute from the specified management bean.
Object
Returns the value of the supplied attribute from the specified management bean.
AttributeList
Obtains the values of each of the specified attributes of the management bean.
AttributeList
Obtains the values of each of the specified attributes of the management bean.
AttributeList
Returns the values of the named attributes from the specified management bean.
AttributeList
Returns the values of the named attributes from the specified management bean.
Object
Returns the value of the specified field, or null if no value is present for the given field name.
ObjectName
Returns an ObjectName instance for the specified name, represented as a String.
ObjectName
ObjectName.getInstance(String domain, Hashtable properties)
Returns an ObjectName instance for the specified name, represented as a domain String and a table of properties.
ObjectName
ObjectName.getInstance(String domain, String key, String value)
Returns an ObjectName instance for the specified name, represented as a series of String objects for the domain and a single property, as a key-value pair.
String
Returns the property value corresponding to the given key.
Object
Creates an instance of the specified class using the list of class loaders from the Class Loader Repository.
Object
MBeanServer.instantiate(String name, Object[] params, String[] sig)
Creates an instance of the specified class using the list of class loaders from the Class Loader Repository.
Object
Creates an instance of the specified class using the supplied class loader.
Object
MBeanServer.instantiate(String name, ObjectName loaderName, Object[] params, String[] sig)
Creates an instance of the specified class using the supplied class loader.
Object
DynamicMBean.invoke(String name, Object[] params, String[] signature)
Invokes the specified action on the management bean using the supplied parameters.
Object
StandardMBean.invoke(String name, Object[] params, String[] signature)
Invokes the specified action on the management bean using the supplied parameters.
Object
MBeanServer.invoke(ObjectName bean, String name, Object[] params, String[] sig)
Invokes the supplied operation on the specified management bean.
Object
MBeanServerConnection.invoke(ObjectName bean, String name, Object[] params, String[] sig)
Invokes the supplied operation on the specified management bean.
boolean
Returns true if the specified management bean is an instance of the supplied class.
boolean
Returns true if the specified management bean is an instance of the supplied class.
Class<T>
Attempts to load the given class using class loaders supplied by the repository of each MBeanServer.
Class<T>
Attempts to load the given class using class loaders supplied by the repository of each MBeanServer.
MBeanServer
Returns a server implementation using the default domain name given, or "DefaultDomain" if this is null.
MBeanServer
Creates a new MBeanServer implementation with the specified default domain, delegate and outer server.
String
Returns a quoted version of the supplied string.
void
Removes a field from the descriptor.
void
Attempts to set the specified field to the supplied value.
void
Descriptor.setFields(String[] names, Object[] values)
Sets the field named in the first array to the corresponding value specified in the second.
String
Unquotes the supplied string.
StringValueExp
Returns a value expression wrapping the specified string.

Methods with return type java.lang.String

String
Returns the list of actions in alphabetical order.
String
Returns the name of the attribute that changed.
String
Returns the attribute name.
String
Returns the type of the attribute that changed.
String
Returns the property list in canonical form.
String
Returns the name as a string in canonical form.
String
Returns the class name of the management bean.
String
Returns the class name of the bean.
String
Returns the class name that will be used in the MBeanInfo instance.
String
Returns the default domain this server applies to beans that have no specified domain.
String
Returns the default domain this server applies to beans that have no specified domain.
String
Returns a description of this feature.
String
Returns a description of the management bean.
String
Returns the description of the attribute that will be used in the supplied MBeanAttributeInfo instance.
String
Returns the description of the constructor that will be used in the supplied MBeanConstructorInfo instance.
String
Returns the description of the nth parameter of the constructor that will be used in the supplied MBeanParameterInfo instance.
String
Returns the description of the supplied feature that will be used in the supplied MBeanFeatureInfo instance.
String
Returns the description of the bean that will be used in the supplied MBeanInfo instance.
String
Returns the description of the operation that will be used in the supplied MBeanOperationInfo instance.
String
Returns the description of the nth parameter of the operation that will be used in the supplied MBeanParameterInfo instance.
String
Returns the domain part of the object name.
String[]
Returns an array containing all the domains used by beans registered with this server.
String[]
Returns an array containing all the domains used by beans registered with this server.
String[]
Returns the field names of the descriptor.
String[]
Returns all the field name and value pairs, in the form name=value.
String
Returns the name of this Java Management eXtensions (JMX) implementation.
String
Returns the name of this Java Management eXtensions (JMX) implementation.
String
Returns the vendor of this Java Management eXtensions (JMX) implementation.
String
Returns the vendor of this Java Management eXtensions (JMX) implementation.
String
Returns the version of this Java Management eXtensions (JMX) implementation.
String
Returns the version of this Java Management eXtensions (JMX) implementation.
String
Returns the property value corresponding to the given key.
String
Returns a String representation of the property list.
String
Returns the unique identifier for this management server.
String
Returns the unique identifier for this management server.
String
Returns the message contained in this notification.
String
Returns the attribute name.
String
Returns the name of this feature.
String[]
Returns the notification types that the management bean may emit.
String
Returns the name of the nth parameter of the constructor that will be used in the supplied MBeanParameterInfo instance.
String
Returns the name of the nth parameter of the operation that will be used in the supplied MBeanParameterInfo instance.
String
Returns the return type of the operation, as the class name.
String
Returns the name of this Java Management eXtensions (JMX) specification.
String
Returns the name of this Java Management eXtensions (JMX) specification.
String
Returns the vendor of this Java Management eXtensions (JMX) specification.
String
Returns the vendor of this Java Management eXtensions (JMX) specification.
String
Returns the version of this Java Management eXtensions (JMX) specification.
String
Returns the version of this Java Management eXtensions (JMX) specification.
String
Returns the type of this attribute, in the form of its class name.
String
Returns the type of this attribute, in the form of its class name.
String
Returns the type of this notification.
String
Returns the value.
String
Returns a quoted version of the supplied string.
String
Returns the attribute name, quoted.
String
Returns a textual representation of this instance.
String
Returns a textual representation of this instance.
String
Returns a textual representation of this instance.
String
Returns a textual representation of this instance.
String
Returns a textual representation of this instance.
String
Returns a textual representation of this instance.
String
Returns a textual representation of this instance.
String
Returns a textual representation of this instance.
String
Returns a textual representation of this instance.
String
Returns a textual representation of this instance.
String
Returns a textual representation of this instance.
String
A textual representation of the notification.
String
Returns a textual representation of the object name.
String
Returns the value in quotes.
String
Unquotes the supplied string.

Uses in package java.rmi.server

Constructors with parameter type java.lang.String

Create an exception with the specified message.
Create an exception with the specified message and cause.
Create operation with the given name.
Create an exception with a message.
Create an exception with a message and a cause.
Create an exception with a message.
Create an exception with the specified message.
Create an exception with the specified message.
Create an exception with the specified message and cause.
Create an exception with the specified message.
Create an exception with the specified message and cause.

Fields of type java.lang.String

String
For binary compatibility with the JDK, the string "sun.rmi.server".
String
For binary compatibility with the JDK, the string "sun.rmi.server".

Methods with parameter type java.lang.String

Socket
Socket
ClassLoader
Gets a classloader for the given codebase and with the current context classloader as parent.
ClassLoader
Class
Class
Class
Class
RMIClassLoader.loadClass(String codebase, String name, ClassLoader defaultLoader)
Class
RMIClassLoaderSpi.loadClass(String codeBase, String name, ClassLoader defaultLoader)
Class
LoaderHandler.loadClass(URL codebase, String name)
Class
Loads a class from codeBase.
Class
RMIClassLoader.loadProxyClass(String codeBase, String[] interfaces, ClassLoader defaultLoader)
Class
RMIClassLoaderSpi.loadProxyClass(String codeBase, String[] interfaces, ClassLoader defaultLoader)
LogStream
int

Methods with return type java.lang.String

String
Returns a string representation of the network location where a remote endpoint can get the class-definition of the given class.
String
String
Get the host of the calling client.
String
String
This method returns a message indicating what went wrong, in this format: super.getMessage() + (detail == null ?
String
Get the name of the operation.
String
Returns the class name of the reference type that must be written to the given stream.
String
Get the string representation of this remote reference.
String
String
Get the string representation.
String
Return the name of the operation.
String
Get the string representation of this remote object.
String
Get the string representation of this UID.

Uses in package org.omg.CosNaming.NamingContextExtPackage

Constructors with parameter type java.lang.String

Create an exception with explaining message.

Methods with parameter type java.lang.String

void
Just inserts string into this Any.
void
Just inserts string into this Any.
void
Just inserts string into this Any.
void
Delegates functionality to OutputStream.write_string(String).
void
Delegates functionality to OutputStream.write_string(String).
void
Delegates functionality to OutputStream.write_string(String).

Methods with return type java.lang.String

String
Just extracts string from this Any.
String
Just extracts string from this Any.
String
Just extracts string from this Any.
String
Get repository id.
String
Return the exception repository id.
String
Get repository id.
String
Get repository id.
String
Delegates functionality to InputStream.read_string().
String
Delegates functionality to InputStream.read_string().
String
Delegates functionality to InputStream.read_string().

Uses in package java.util.spi

Methods with parameter type java.lang.String

String
Returns the localized name for the specified ISO 3166 country in the supplied Locale.
String
Returns the localized name for the specified ISO 639 language in the supplied Locale.
String
TimeZoneNameProvider.getDisplayName(String id, boolean daylight, int style, Locale locale)
Returns a name for the specified time zone identifier localized to the supplied Locale.
String
Returns the localized name for the specified variant in the supplied Locale.
String