Package | Description |
---|---|
java.lang | |
java.rmi.activation | |
java.security | |
java.sql | |
java.util | |
org.apache.harmony.luni.internal.net.www |
Modifier and Type | Method and Description |
---|---|
static Properties |
System.getProperties() |
Modifier and Type | Method and Description |
---|---|
static void |
System.setProperties(Properties props) |
Modifier and Type | Method and Description |
---|---|
Properties |
ActivationGroupDesc.getPropertyOverrides() |
Constructor and Description |
---|
ActivationGroupDesc(Properties overrides,
ActivationGroupDesc.CommandEnvironment cmd) |
ActivationGroupDesc(String className,
String location,
MarshalledObject data,
Properties overrides,
ActivationGroupDesc.CommandEnvironment cmd) |
Modifier and Type | Class and Description |
---|---|
class |
Provider
Provider is the abstract superclass for all security providers in the
Java security infrastructure. |
Modifier and Type | Method and Description |
---|---|
Connection |
Driver.connect(String url,
Properties info) |
static Connection |
DriverManager.getConnection(String url,
Properties info) |
DriverPropertyInfo[] |
Driver.getPropertyInfo(String url,
Properties info) |
Modifier and Type | Field and Description |
---|---|
protected Properties |
Properties.defaults |
Constructor and Description |
---|
Properties(Properties deflts) |
Modifier and Type | Field and Description |
---|---|
static Properties |
MimeTable.types
A hash table containing the mapping between extensions and mime types.
|