软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.lang |
提供对java编程语言的设计基础课。
|
java.rmi.activation |
为RMI对象激活支持。
|
java.security |
为安全框架提供类和接口。
|
java.sql |
提供的API来访问和处理的数据存储在数据源(通常是一个关系数据库)使用java编程语言
TM。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
javax.naming |
提供访问命名服务的类和接口。
|
javax.xml.transform |
该软件包定义了用于处理变换指令的通用的接口,并执行从源到结果的转换。
|
org.omg.CORBA |
提供了对OMG的CORBA映射的API
TM java编程语言,包括班级
ORB,并使程序员可以使用它作为一个全功能的对象请求代理(ORB)。
|
Modifier and Type | Method and Description |
---|---|
abstract PrintJob |
Toolkit.getPrintJob(Frame frame, String jobtitle, Properties props)
获取一个
PrintJob 对象是在工具箱的平台启动打印操作的结果。
|
Modifier and Type | Method and Description |
---|---|
static Properties |
System.getProperties()
确定当前系统属性。
|
Modifier and Type | Method and Description |
---|---|
static void |
System.setProperties(Properties props)
设置系统性能的
Properties 论点。
|
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 |
AuthProvider
这个类定义了一个服务提供商的登录和注销方法。
|
class |
Provider
这类代表一个“提供者”为java安全API,其中一个供应商实现部分或全部的java安全部件。
|
Modifier and Type | Method and Description |
---|---|
Properties |
Connection.getClientInfo()
返回包含驱动程序支持的每个客户端信息属性的名称和当前值的列表。
|
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)
获取此驱动程序的可能属性的信息。
|
void |
Connection.setClientInfo(Properties properties)
设置连接的客户端信息属性的值。
|
Modifier and Type | Field and Description |
---|---|
protected Properties |
Properties.defaults
一个属性列表,该属性列表中没有在这个属性列表中没有找到的任何键的默认值。
|
Constructor and Description |
---|
Properties(Properties defaults)
用指定的默认值创建一个空属性列表。
|
Modifier and Type | Field and Description |
---|---|
protected Properties |
CompoundName.mySyntax
此复合名称的语法属性。
|
Constructor and Description |
---|
CompoundName(Enumeration<String> comps, Properties syntax)
采用比较和语法指定组件构建了一种新的化合物名称实例。
|
CompoundName(String n, Properties syntax)
通过使用提供的语法属性指定的语法解析解析字符串,构造一个新的复合名称实例。
|
Modifier and Type | Method and Description |
---|---|
abstract Properties |
Transformer.getOutputProperties()
获取转换的输出属性的副本。
|
Properties |
Templates.getOutputProperties()
得到相应的有效的XSL属性:输出要素。
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Transformer.setOutputProperties(Properties oformat)
设置转换的输出属性。
|
Modifier and Type | Method and Description |
---|---|
static ORB |
ORB.init(Applet app, Properties props)
创建一个新的
ORB applet实例。
|
static ORB |
ORB.init(String[] args, Properties props)
创建一个独立的应用程序的一个新的
ORB 实例。
|
protected abstract void |
ORB.set_parameters(Applet app, Properties props)
允许ORB实现是与给定的程序和参数初始化。
|
protected abstract void |
ORB.set_parameters(String[] args, Properties props)
允许ORB实现是与给定的参数和属性。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.