Java Platform 1.2
Beta 4

Uses of Class
java.util.Properties

Packages that use Properties
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 JDBC package.  
java.util Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
org.omg.CORBA   
 

Uses of Properties in java.awt
 

Methods in java.awt with parameters of type Properties
abstract  PrintJob Toolkit.getPrintJob(Frame frame, String jobtitle, Properties props)
          Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
 

Uses of Properties in java.lang
 

Methods in java.lang that return Properties
static Properties System.getProperties()
          Determines the current system properties.
 

Methods in java.lang with parameters of type Properties
static void System.setProperties(Properties props)
          Sets the system properties to the Properties argument.
 

Uses of Properties in java.rmi.activation
 

Methods in java.rmi.activation that return Properties
 Properties ActivationGroupDesc.getPropertyOverrides()
          Returns the group's property-override list.
 

Constructors in java.rmi.activation with parameters of type Properties
ActivationGroupDesc.ActivationGroupDesc(Properties overrides, ActivationGroupDesc.CommandEnvironment cmd)
          Constructs a group descriptor that uses system default for group implementation and code location.
ActivationGroupDesc.ActivationGroupDesc(String className, String location, MarshalledObject data, Properties overrides, ActivationGroupDesc.CommandEnvironment cmd)
          Specifies an alternate group implementation and execution environment to be used for the group.
 

Uses of Properties in java.security
 

Subclasses of Properties in java.security
  Provider
          This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security, including: Algorithms (such as DSA, RSA, MD5 or SHA-1).
 

Uses of Properties in java.sql
 

Methods in java.sql with parameters of type Properties
 Connection Driver.connect(String url, Properties info)
          Try to make a database connection to the given URL. The driver should return "null" if it realizes it is the wrong kind of driver to connect to the given URL. This will be common, as when the JDBC driver manager is asked to connect to a given URL it passes the URL to each loaded driver in turn.
 DriverPropertyInfo[] Driver.getPropertyInfo(String url, Properties info)
          The getPropertyInfo method is intended to allow a generic GUI tool to discover what properties it should prompt a human for in order to get enough information to connect to a database.
static Connection DriverManager.getConnection(String url, Properties info)
          Attempt to establish a connection to the given database URL. The DriverManager attempts to select an appropriate driver from the set of registered JDBC drivers.
 

Uses of Properties in java.util
 

Fields in java.util declared as Properties
protected  Properties Properties.defaults
          A property list that contains default values for any keys not found in this property list.
 

Constructors in java.util with parameters of type Properties
Properties.Properties(Properties defaults)
          Creates an empty property list with the specified defaults.
 

Uses of Properties in org.omg.CORBA
 

Methods in org.omg.CORBA with parameters of type Properties
static ORB ORB.init(String[] args, Properties props)
          Creates a new ORB instance for a standalone application.
static ORB ORB.init(Applet app, Properties props)
          Creates a new ORB instance for an applet.
protected abstract  void ORB.set_parameters(String[] args, Properties props)
          Allows the ORB implementation to be initialized with the given parameters and properties.
protected abstract  void ORB.set_parameters(Applet app, Properties props)
          Allows the ORB implementation to be initialized with the given applet and parameters.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.