| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| java.lang |
Provides classes that are fundamental to the design of the Java programming language.
|
| java.rmi.activation |
Provides support for RMI Object Activation.
|
| java.security |
Provides the classes and interfaces for the security framework.
|
| java.sql |
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java
TM programming language.
|
| java.util |
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
|
| javax.naming |
Provides the classes and interfaces for accessing naming services.
|
| javax.xml.transform |
This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
|
| org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the Java
TM programming language, including the class
ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).
|
| Modifier and Type | Method and Description |
|---|---|
abstract PrintJob |
Toolkit.getPrintJob(Frame
Gets a
PrintJob object which is the result of initiating a print operation on the toolkit's platform.
|
| Modifier and Type | Method and Description |
|---|---|
static Properties |
System.getProperties()
Determines the current system properties.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
System.setProperties(Properties
Sets the system properties to the
Properties argument.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
ActivationGroupDesc.getPropertyOverrides()
Returns the group's property-override list.
|
| Constructor and Description | |
|---|---|
ActivationGroupDesc(Properties
Constructs a group descriptor that uses the system defaults for group implementation and code location.
|
|
ActivationGroupDesc(String
Specifies an alternate group implementation and execution environment to be used for the group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthProvider
This class defines login and logout methods for a provider.
|
class |
Provider
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
Connection.getClientInfo()
Returns a list containing the name and current value of each client info property supported by the driver.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
Driver.connect(String
Attempts to make a database connection to the given URL.
|
static Connection |
DriverManager.getConnection(String
Attempts to establish a connection to the given database URL.
|
DriverPropertyInfo |
Driver.getPropertyInfo(String
Gets information about the possible properties for this driver.
|
void |
Connection.setClientInfo(Properties
Sets the value of the connection's client info properties.
|
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
Properties.defaults
A property list that contains default values for any keys not found in this property list.
|
| Constructor and Description | |
|---|---|
Properties(Properties
Creates an empty property list with the specified defaults.
|
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
CompoundName.mySyntax
Syntax properties for this compound name.
|
| Constructor and Description | |
|---|---|
CompoundName(Enumeration
Constructs a new compound name instance using the components specified in comps and syntax.
|
|
CompoundName(String
Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Properties |
Transformer.getOutputProperties()
Get a copy of the output properties for the transformation.
|
Properties |
Templates.getOutputProperties()
Get the properties corresponding to the effective xsl:output element.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Transformer.setOutputProperties(Properties
Set the output properties for the transformation.
|
| Modifier and Type | Method and Description |
|---|---|
static ORB |
ORB.init(Applet
Creates a new
ORB instance for an applet.
|
static ORB |
ORB.init(String
Creates a new
ORB instance for a standalone application.
|
protected abstract void |
ORB.set_parameters(Applet
Allows the ORB implementation to be initialized with the given applet and parameters.
|
protected abstract void |
ORB.set_parameters(String
Allows the ORB implementation to be initialized with the given parameters and properties.
|