Interface and Description |
---|
org.xml.sax.AttributeList
此接口已被 Attributes SAX2接口所取代,其中包括命名空间的支持。
|
java.security.Certificate
一个新的证书处理包是在java平台的创建。此证书的界面完全是过时的,以便平稳过渡到新的包。
|
org.xml.sax.DocumentHandler
此接口已被 ContentHandler SAX2接口所取代,其中包括命名空间的支持。
|
org.omg.CORBA.DynAny
使用新的DynAny相反
|
org.omg.CORBA.DynArray
使用新的DynArray相反
|
org.omg.CORBA.DynEnum
使用新的DynEnum相反
|
org.omg.CORBA.DynFixed
使用新的DynFixed相反
|
org.omg.CORBA.DynSequence
使用新的DynSequence相反
|
org.omg.CORBA.DynStruct
使用新的DynStruct相反
|
org.omg.CORBA.DynUnion
使用新的DynUnion相反
|
org.omg.CORBA.DynValue
使用新的DynValue相反
|
java.rmi.server.LoaderHandler
没有更换
|
org.xml.sax.Parser
此接口已被 XMLReader SAX2接口所取代,其中包括命名空间的支持。
|
java.rmi.registry.RegistryHandler
没有更换
|
java.rmi.server.RemoteCall
没有更换。
|
java.rmi.server.ServerRef
没有更换。此接口是未使用的,是过时的。
|
java.rmi.server.Skeleton
没有更换。骷髅是远程方法不再需要调用java 2平台1.2和大。
|
javax.xml.bind.Validator
由于JAXB 2
|
Class and Description |
---|
javax.accessibility.AccessibleResourceBundle
这个类是过时的版本1.3的java平台。
|
org.xml.sax.helpers.AttributeListImpl
这个类实现了一个过时的接口, AttributeList ;接口已被Attributes ,这是在AttributesImpl 辅助类实现。
|
javax.management.DefaultLoaderRepository |
javax.management.loading.DefaultLoaderRepository |
javax.swing.text.DefaultTextUI |
org.omg.CORBA.DynamicImplementation
org.omg.corba.dynamicimplementation
|
org.xml.sax.HandlerBase
这类作品与过时的 DocumentHandler 接口。它已被DefaultHandler SAX2类替换。
|
java.security.Identity
这个类不再使用。它的功能已经取代了 java.security.KeyStore ,java.security.cert 包,和java.security.Principal 。
|
java.security.IdentityScope
这个类不再使用。它的功能已经取代了 java.security.KeyStore ,java.security.cert 包,和java.security.Principal 。
|
java.io.LineNumberInputStream
这个类错误地假定字节充分代表字符。作为JDK 1.1,对字符流操作的首选方式是通过新的字符流类,包括计算行数类。
|
java.rmi.server.LogStream
没有更换
|
javax.swing.plaf.metal.MetalComboBoxUI.MetalComboPopup
作为java 2平台V1.4。
|
java.rmi.server.Operation
没有更换
|
org.xml.sax.helpers.ParserFactory
这类作品与过时的 Parser 接口。
|
javax.security.auth.Policy
作为JDK版本1.4被java.security.policy。java.security.policy有方法: 公共getpermissions PermissionCollection(java.security.protectiondomain PD)和保护范围有一个构造函数: 公众的保护范围(CodeSource CS,PermissionCollection权限,类装载器装载机,校长[校长]这两个API提供了用户查询的权限项目的主要政策手段。 |
org.omg.CORBA.Principal
通过CORBA 2.2否决。
|
org.omg.CORBA.PrincipalHolder
通过CORBA 2.2否决。
|
java.rmi.server.RemoteStub
静态生成的存根是过时的,因为单是动态生成的。看到有关动态存根生成信息 UnicastRemoteObject 。
|
java.rmi.RMISecurityManager
使用 SecurityManager 相反。
|
java.security.Signer
这个类不再使用。它的功能已经取代了 java.security.KeyStore ,java.security.cert 包,和java.security.Principal 。
|
javax.xml.soap.SOAPElementFactory
为创造soapelements使用 javax.xml.soap.SOAPFactory 。
|
java.io.StringBufferInputStream
这个类没有正确地将字符转换为字节。作为 JDK 1.1,要从一个字符串创建一流的首选方式是通过 StringReader 类。
|
javax.swing.text.TableView.TableCell
一个表单元格现在可以是任何视图实现。
|
Exceptions and Description |
---|
java.rmi.RMISecurityException
使用 SecurityException 相反。应用程序代码不应该直接引用这个类,和RMISecurityManager 不再把这类java.lang.SecurityException 。
|
java.rmi.ServerRuntimeException
没有更换
|
java.rmi.server.SkeletonMismatchException
没有更换。骷髅是远程方法不再需要调用java 2平台1.2和大。
|
java.rmi.server.SkeletonNotFoundException
没有更换。骷髅是远程方法不再需要调用java 2平台1.2和大。
|
java.rmi.server.SocketSecurityException
这个类是过时的。使用 ExportException 相反。
|
Annotation Type and Description |
---|
javax.jws.soap.InitParam |
javax.jws.soap.SOAPMessageHandler |
javax.jws.soap.SOAPMessageHandlers |
Constructor and Description |
---|
javax.management.AttributeValueExp()
用此构造函数创建的实例不能在查询中使用。
|
java.sql.Date(int, int, int)
相反,使用构造函数 Date(long date)
|
java.util.Date(int, int, int)
作为JDK 1.1版本,通过 Calendar.set(year + 1900, month, date) 或GregorianCalendar(year + 1900, month, date) 取代。
|
java.util.Date(int, int, int, int, int)
作为JDK 1.1版本,通过 Calendar.set(year + 1900, month, date, hrs, min) 或GregorianCalendar(year + 1900, month, date, hrs, min) 取代。
|
java.util.Date(int, int, int, int, int, int)
作为JDK 1.1版本,通过 Calendar.set(year + 1900, month, date, hrs, min, sec) 或GregorianCalendar(year + 1900, month, date, hrs, min, sec) 取代。
|
java.util.Date(String)
作为JDK 1.1版本,取而代之的 DateFormat.parse(String s) 。
|
java.awt.event.KeyEvent(Component, int, long, int, int)
在JDK1.1
|
java.rmi.server.Operation(String)
没有更换
|
java.rmi.RMISecurityException(String)
没有更换
|
java.rmi.RMISecurityException(String, String)
没有更换
|
java.rmi.ServerRuntimeException(String, Exception)
没有更换
|
java.rmi.server.SkeletonMismatchException(String)
没有更换
|
java.net.Socket(InetAddress, int, boolean)
使用UDP传输DatagramSocket。
|
java.net.Socket(String, int, boolean)
使用UDP传输DatagramSocket。
|
java.io.StreamTokenizer(InputStream)
作为JDK 1.1版本,来标记一个输入流的首选方式是把它转换成字符流,例如:
Reader r = new BufferedReader(new InputStreamReader(is)); StreamTokenizer st = new StreamTokenizer(r); |
java.lang.String(byte[], int)
这种方法不正确地将字节转换为字符。作为 JDK 1.1,这样的首选方式是通过 String 构造函数带Charset ,字符集名称,或使用平台的默认字符集。
|
java.lang.String(byte[], int, int, int)
这种方法不正确地将字节转换为字符。作为 JDK 1.1,这样的首选方式是通过 String 构造函数带Charset ,字符集名称,或使用平台的默认字符集。
|
org.omg.CORBA.TCKind(int)
不要使用此构造函数为这个方法应该根据OMG规范私人。使用 TCKind.from_int(int) 相反。
|
java.sql.Time(int, int, int)
使用需要以毫秒值代替此构造函数的构造函数
|
java.sql.Timestamp(int, int, int, int, int, int, int)
相反,使用构造函数 Timestamp(long millis)
|
Annotation Type Element and Description |
---|
javax.jws.HandlerChain.name |
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.